body{
	background: #1E345D;
	font-family: 'Open Sans', sans-serif;
}
h1{
	font-size: 29px;
	font-weight: 600;
}
h2{
	font-weight: 600;
	font-size: 24px;
}
p, li{
	font-size: 21px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p, li{
	color: #ffffff;
}
img{
	max-width: 100%;
	width: auto;
}
.container{
	max-width: 1170px;
	float: none;
	margin: auto;
	padding: 0 15px;
}
.under-maintenance{
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.container{
		padding: 0 45px;
	}
	h1{
		font-size: 29px;
	}
	h2{
		font-size: 24px;
	}
	p, li{
		font-size: 21px;
	}
}
@media screen and (max-width: 767px){
	.container{
		padding: 0 27px;
	}
	h1{
		font-size: 22px;
	}
	h2{
		font-size: 18px;
	}
	p, li{
		font-size: 16px;
	}
}