@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto');

html, body{
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .nav-link, .site-brand, .navbar .btn{
	font-family: 'Roboto Condensed', sans-serif;
}

ul li{
	font-size: 1rem;
}
p a, li a{
	color: #2f53b6;
}
p a:hover, li a:hover{
	color: #1e3d92;
}

header{
	
	background: url(../Images/bannerpic.jpg) center top;
	background-size: cover;
}

.page-title{
	padding: 80px 20px 20px 20px;
}

.pagination{
	display: none;
}

header h1{
	
	font-size: 89.5px;
	font-weight: bold;
	color: white;
}
header h2{
	
	font-size: 40px;
	font-weight: 600;
	color: white;
}

header p{
	
	color: white;
	font-size: 20px;
	padding-bottom: 20px
}

header .container{
	min-height: 150px;
	background: rgba(0,0,0,0.15);
}



.navbar{
	
	margin-top: 0px;
	padding: 0px;
	margin-top: -10px;
	margin-left: -7px;
}
.nav-link{
	font-size: 18px;
}

.site-brand{
	
	font-size: 30px;
	font-weight: 700 ;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #fff;
}

.site-brand:hover{
	text-decoration: none;
	color: #fff;
}

.blue-bg{
	
	background-color: #1F2B4D;
	color: white;
	padding-top: 10px;
	
}

.blue-bg p{
	
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 10px;
	
}
.blue-bg a{
	color:#fff;
}
.blue-bg a:hover{
	color:#fff;
}

.black-bg{
	
	background-color: #222;
	color: white;
	padding-top: 10px;
	
}

.support-block h2{
	
	font-size: 30px;
	font-weight: bold;
	text-align: center;	

}

.img-list{
	
	text-align: center;
}

.img-list img{
	
	margin: 0px 5px;
	height: 130px;
	
}

.img-list img:nth-child(2){
	
	margin-left: 50px;
}

.img-list img:nth-child(3){
	
	height: 200px;
}

.img-list img:nth-child(5){
	
	margin-left: 50px;
}

.block1{
	
	padding: 100px 15px;
}

.block2{
	
	padding: 100px 15px;
}

.caption{
	
	position: absolute;
	bottom: 0px;
	left: 15px;
	color: #fff;
}

footer p, li{
	font-size: 13px;
	color: #999;
}
ul{
	list-style-position: inside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
footer ul li a{
	color:#fff;
}
footer ul li a:hover{
	color:#fff;
}

@media screen and (max-width:1200px){
	.site-brand{
		font-size: 25px;
	}
}
@media screen and (max-width:993px){
	.site-brand{
		font-size: 20px;
	}
	header .btn{
		padding: 5px !important;
		font-size: 13px !important;
	}
	.navbar-nav{
		padding-left: 10px;
	}
	.navbar-toggler{
		border:1px solid white !important;
		color: #fff !important;
		padding: .55rem .75rem !important;
		font-size: 13px !important;
		margin-left: 10px !important;
	}
	.col-min-h{
		min-height: 300px;
	}
	.row-mobile-swap > div:nth-child(1){
		order: 2;
	}
	.row-mobile-swap > div:nth-child(2){
		order: 1;
	}

}
@media screen and (max-width:750px){
	.navbar-toggler{
		margin-left: auto !important;
		margin-top: -20px !important;
	}
}
