html {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #373a36;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}



h1 {
	color:#999;
	font-size: 1.5em;
}
h2 {
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	font-style: italic;
	line-height: 2em;
	font-weight: 600;
}

h3 {
	color:#fff;
	font-size: 3em;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: .05em;
}

h4 {
	color: #fff;
	font-size: 2.3em;
	font-weight: 400;
	padding: 15px 0;
	background-color: #99B2C6;
	text-align: center;
}

h5 {
	font-size: 4.5em;
	font-weight: 700;
	text-align: center;
	line-height: 2.5em;
}

h6 {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.2em;
}

p {
	padding: 10px 0 0;
	font-size: 1.5em;
	line-height: 1.15em;
	color: #fff;
}

ul {
	padding: 20px;
}

li {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.8em;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

header {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

header img {
	width: 33%;
	margin: 20px auto;
}

.wrapper {
	max-width: 1200px;
}

.hero {
	position: relative;
}

.hero-content {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px 40px;
	text-align: center;
	font-size: 1.1em;
	background-color: rgba(50,50,50,0.8);
}

.take-off {
	background-color: #0C6680;
	padding: 20px 40px 40px;
}

.take-off p {
	font-size: 1.7em;
	line-height: 1.35em;
}

.amenities {
	background-color: #83D8D1;
	padding: 20px 40px 40px;
	position: relative;
}

.amenities ul {
	margin-bottom: 100px;
}

.amenities li {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom:1em;
}

.amenities-btn {
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	width: 80%!important;
}

.imgBar1 .img1 {
	background-image: url(../_img/vc-front.jpg);
	background-size: cover;
	height: 35vh;
	background-position: center;
}

.imgBar1 .img2 {
	background-image: url(../_img/courtyard.jpg);
	background-size: cover;
	height: 35vh;
	background-position: center;
}



.gmapHead {
	font-size: 1.2em;
	color: #000;
}

.gmapP{
	font-size: 1em;
	color: #000;
}

.locations {
	background-color: #2A2829;
	color: #fff;
	padding: 20px 40px 40px;
}

.locations ul {
	padding-top: 0px;
}

.locations ul li {
	line-height:1.25em;
	margin-bottom:.75em;
}


.building-info {
	background-color: #2E3548;
	padding: 50px 40px 40px;
}

.building-info img {
	padding-bottom: 40px; 
}

.building-info li {
	font-size: 1.6em;
	line-height:1.15em;
	margin-bottom:1em;
}

.building-info p {
	padding-left: 10px;
}

.imgBar2 {
	background-image: url('../_img/full-building.jpg');
	background-size: cover;
	height: 35vh;
	background-position: center;
}

.contact {
	background-color: #83D8D1;
	color: #2D3547;
	padding: 20px 40px 40px;
}

.contact p {
	color: #2D3547;
	font-size: 1.8em;
}
.contact a {
	color: #2D3547;
}

input, textarea {
	padding: 10px!important;
	font-size: 1.8em!important;
	color: #2D3547!important;
}

footer {
	background-color: #2E3548;
	color: #fff;
	font-size: 1.1em;
	padding: 50px 40px 20px;
}

footer h3 {
	font-size: 1.5em;
	letter-spacing: 0.05;
	font-weight: 600;
}
footer ul {
	padding-top: 1em;
}

footer ul li {
	line-height:1.5em;
	margin-top:.5em;
}

.red-btn {
	background-color: #BA2425;
	color: #fff!important;
	border-radius: 0!important;
	font-size: 2.2em!important;
	font-weight: 400!important;
	width: 100%;
	padding: 10px!important; 
	margin-top: 20px!important;
}

form .red-btn {
	width: 80%;
}

.red::placeholder {
	color: red;
}

.red::-webkit-input-placeholder {
	color: red;
}

#backToTop {
    position:fixed;
    width:50px;
    right:0;
    bottom:100px;
    visibility:hidden;
}



.three_col {
	display:flex;
	justify-content:center;
	align-content:flex-start;
	align-items:center;
	flex-flow:row nowrap;
	width:100%;
	margin:5px auto !important;
	max-width:1200px;
	height:auto !important;
}

.three_col>div {
	flex: 1 34%;
	padding-bottom:25%;
	background-size:cover;
	background-position: center center;
}
.three_col>div:nth-child(1) {
	background-image: url(../_img/1vc-front.jpg)
}
.three_col>div:nth-child(2) {
	background-image: url(../_img/2vc-front.jpg);
	margin-left:5px;
	margin-right:5px;
}
.three_col>div:nth-child(3) {
	background-image: url(../_img/3vc-front.jpg)
}

.two_col {
	display:flex;
	justify-content:center;
	align-content:flex-start;
	align-items:center;
	flex-flow:row nowrap;
	width:100%;
	margin:5px auto !important;
	max-width:1200px;
	height:auto !important;
}

.two_col>div {
	flex: 1 50%;
	padding-bottom:30%;
	background-size:cover;
	background-position: center center;
}
.two_col>div:nth-child(1) {
	background-image: url(../_img/4vc-front.jpg);
	margin-right:2px;
}
.two_col>div:nth-child(2) {
	background-image: url(../_img/5vc-front.jpg);
	margin-left:2px;
	
}

/*
#map {
	width: 100%;
	min-height: 75vh;
}
*/

#map {
	padding:0 !important;
}

#map iframe {
	width:100%;
	height:100%;
}

@media all and (max-width:575px) {
	.three_col {
		flex-direction:column;
		margin-bottom:10px !important;
		margin-top:0 !important;
	}

	.three_col>div {
		padding-bottom:45%;
		width:100%;
		background-color:green;
		margin-top:10px;
	}

	.two_col {
		flex-direction:column;
		margin-bottom:10px !important;
		margin-top:0 !important;
	}

	.two_col>div {
		padding-bottom:45%;
		width:100%;
		background-color:green;
		margin-top:10px;
	}
}




@media (max-width: 992px) {
	.hero-content {
		font-size: .8em;
	}
	.amenities-btn, .red-btn {
		font-size: 1.8em!important;
	}
	
}

@media (max-width: 768px) {
	.hero {
		position: inherit;
	}

	.hero-content {
		position: inherit;
		background-color: #2E3548;
	}

	.amenities {
		font-size: .8em;
	}

	.amenities-btn, .red-btn {
		font-size: 1.2em!important;
	}	

	#map {
		height:300px;
	}
}

@media (max-width: 576px) {
	.hero img {
		height: 100%;
	}

	h1 {
		font-size: .9em;
	}
	.amenities {
		font-size: 1em;
	}

	.amenities-btn, .red-btn {
		font-size: 2em!important;
	}

	form {
		margin-bottom: 20px;
	}

	#backToTop {
		display: none;
	}
	
}
