@import url('https://fonts.googleapis.com/css?family=Rubik:300i,400,400i');

body {
	font-family: 'Rubik', sans-serif;
	color: #2F496E;
	background-color: #fff;
}

a {
	color: #2988BC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff753f;
}

#main {
	max-width: 1200px;
	width: 100%;
	height: 500px;
	position: absolute;
	top: -200px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 1200px) {
#main{
top: 50px;

}
}

h1 {
	text-align: center;

}

.footer {
	position: fixed;
	text-align: center;
	bottom: 15px;
	left: 0;
	width: 100%;
}

.text {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.2em;
	padding-bottom: 20px;
}

table {
	border: 0;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.2em;
}

td {vertical-align: top;}
td:first-child {color:#ff753f;
padding-right: 1em;}

img {
	width: 100%;
	padding-bottom: 1.2em;
}