html, body {
	font-family: 'Fira Sans', sans-serif !important;
	color: #000000;
	font-weight: 400;
}

h4 {
	font-weight: 700;
}

h1 {
	font-weight: 700;
}

h2 {
	font-size: 50px;
}

.bg-gray {background-color: #F5F5F5;}
.bg-blue {background-color: #022440;}

.padding-l {
	padding-left: 50px;
}

.padding-r {
	padding-right: 30px;
}

.an-2 {
	color:#CE4343;
	text-decoration: underline;

}

.light-blue {color: #337AB7;}
.dark-blue {color: #022440;}
.redfree {color:#CE4343}
.txt-white {color:#ffffff;}

.header-left {
	padding: 20px 0;
}

.if-header {
	background: #022440;
	
}

.if-header img {
	margin-bottom: 70px;
}

.if-header h1 {
	color: #ffffff;
	font-size: 70px;
	padding-bottom: 0;
	margin-bottom: -10px;
	line-height: 1.2;
}

.header-image {
	background: url('../images/header-plaza.jpg') no-repeat 0 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}

.if-header span {
	color: #ffffff;
	font-size: 35px;
	margin-bottom: 30px;
	display: block;
}

.if-header h3 {
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
}


.overview-bg  {
	background: url('../images/overview-image.jpg') no-repeat 0 0;
	width: 100%;
	height: 120vh;
	background-size: cover;
}

.buildings h2 {
	line-height: .6;
}

.buildings h4 {
	font-size: 30px;
	font-weight: 300;
}

.buildings h3 {
	font-size: 22px;
	font-weight: 700;
}

.bold {
	font-weight: 700;
}

.building-a-bg {
	background: url('../images/building-a.jpg') no-repeat 0 0;
	width: 100%;
	height: 90vh;
	background-size: cover;
}

.building-b-bg {
	background: url('../images/building-b.png') no-repeat 0 0;
	width: 100%;
	height: 96vh;
	background-size: cover;
}

.building-c-bg {
	background: url('../images/building-c.jpg') no-repeat 0 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.building-d-bg {
	background: url('../images/building-d.jpg') no-repeat 0 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.building-d {
	border-bottom: 5px solid #337AB7;
}

.building-d h2 {
	color: #ffffff;
	margin-bottom: 30px;
}

.building-d h4 {
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
}
#numbers a {
	color:#FFF;
	text-decoration:underline;
}
.building-d h5 {
	font-style: italic;
}

a.btn-blue {
	background-color: #337AB7;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
}

a:hover.btn-blue {
	background-color: #ffffff;
	padding: 10px 20px;
	color: #022440;
	font-weight: 700;
	font-size: 18px;
}

.mobile-map {
		display: none;
	}

@media (min-width: 320px) and (max-width: 480px) {

	.if-header img {
	    margin-bottom: 40px;
	    margin-top: 30px;
	}

	.if-header h1 {
		font-size: 55px;
	}

	.if-header span {
		font-size: 28px;
	}
  
  	.header-image {
		background: url('../images/header-plaza.jpg') no-repeat 0 0;
		width: 100%;
		height: 65vh;
	}

	.overview-bg {
		height: 68vh;
	}

	.building-a-bg {
		height: 43vh;
	}

	.building-b-bg {
		height: 53vh;
	}

	.building-c-bg {
		height: 43vh;
	}

	.building-d-bg {
		height: 44vh;
	}

	.desktop-map {
		display:none !important;
	}

	.mobile-map {
		display: block;
	}
  
  
}

 	
 
