@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,600,800');
@import url('https://fonts.googleapis.com/css?family=Shrikhand');
h1{
	font-family: Shrikhand;
	font-size: 60px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
body{ /*background: url(../img/topbg.jpg);*/ background: #0b5688;}
h2{
	font-family: Poppins;
	font-size: 40px;
	color: #000;
	text-align: center;
}
h3{
	font-family: Poppins;
	font-size: 40px;
	color: #ffbe00;
	text-align: center;
}
.text{
	    padding: 200px 0 0 0;
}

img{
	    margin: 0 auto;
    display: block;
    padding-top: 50px;
}

p{
	padding: 25px 0 0 0;
	text-align: center !important;
	font-size: 30px;
	font-weight: normal; color:#fff;
}
a{ color:#fff;}
h4{
	padding: 0 0 0 0;
	text-align: center !important;
	font-size: 16px; line-height: 28px;
	font-weight: normal; color:#fff;
}