html, body {
	height: 100%;
}

.navbar-fixed-top{
	font-family: 'Lato';
	font-weight: 300;
	font-size: 13px;
	border: none;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: rgb(8, 157, 227);
	color: white;
}

.jumbotron{
	/*background-image: url("https://ppcdn.500px.org/38711348/6ca6e6cad3b97601407918262d3142e5bd35a371/2048.jpg");*/
	height: 750px;
	background: none;
    margin-bottom: 0px;
}

@media only screen and (max-width: 480px) {
    .jumbotron {
        height: 400px;
				padding-left: 0;
				padding-right: 0;
    }

		.vidContain {
			background-color: rgb(8, 157, 227);
		}

		.vid {
			display: none;
		}

		.accommodationHeader h2 {
			font-size: 26px;
		}

		#headline {
			  margin-top: 100px;
		}

}

.jumbotron .container{
	position: relative;
	width: auto;
	height: 702px;
	background-color: rgba(0,0,0, 0.6);
	max-width: none;
}

@media only screen and (max-width: 480px) {
		.jumbotron .container {
			height: 100%;
			background-color: transparent;
		}
}

.jumbotron h1{
	margin-top: 150px;
    color: ghostwhite;
    font-size: 120px;
    font-family: "Lato";
    font-weight: 900;
}

@media only screen and (max-width: 480px) {
    .jumbotron h1 {
        font-size: 52px;
    }
}

.vidContain{
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.vid{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: -1;
}

#iconDown{
	margin-top: 100px;
	text-align: center;
}

#iconDown a{
	color: white;
}

@media only screen and (max-width: 480px) {
    #iconDown {
        margin-top: 50px;
    }
}

h1 span{
	display: block;
	text-align: center;
}

#mainContent{

}

.introHeader h1{
	font-family: 'Lato';
	font-weight: 900;
	font-size: 53px;
	text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
		.introHeader h1 {
			font-size: 48px;
		}
}

hr{
	border-top: 1px solid rgb(8, 157, 227);
}

.introBody{
	margin-top: 40px;
}

.introBody h3{
	font-family: 'Lato';
	font-weight: 400;
	line-height: 2;
	margin-top: 0;
}

.introBody p{
	font-family: 'Lato';
	font-weight: 300;
	line-height: 2.5;
	font-size: 17px;
}

@media only screen and (max-width: 480px) {
	.introBody p{
		font-size: 20px;
	}
}

#info {
	margin-left: 0;
	margin-right: 0;
}

#info h3{
	text-align: center;
	font-weight: 300;
	margin-bottom: 60px;
}

#info .col-md-12{
	margin-top: 70px;
	font-size: 17px;
	font-family: 'Lato';
	font-weight: 300;
	line-height: 2;
}

#info .col-md-4{
	margin-top: 30px;
}

#info span{
	text-align: center;
	font-family: 'Lato';
	display: block;
	margin-top: 25px;
	font-size: 17px;
}

@media only screen and (max-width: 480px) {
	#info span{
		font-size: 19px;
	}

	#info #apartmentsInfo {
		font-size: 19px;
	}

}

.introBody img{
	width: 250px;
	height: 250px;
	display: block;
	margin: auto;
	object-fit: cover;
}

@media only screen and (max-width: 480px) {
	.introBody img {
		width: 180px;
		height: 180px;
		object-fit: cover;
	}
}

h3 span{
	display: block;
}

#about{
	padding-top: 80px;
}

#pool-images {
	display: flex;
	flex-direction: column;
}

.pool-subimages {
	display: flex;
	justify-content: space-evenly;
    margin-top: 80px;
}

.pool-subimages img {
	width: 40%;
	max-height: 450px;
	border-radius: 4px;
	object-fit: cover;
}

#accommodation{
	margin-top: 100px;
}

.accommodationHeader{
	background-color: rgb(8, 157, 227);
	padding-top: 50px;
	padding-bottom: 30px;
}

.accommodationHeader h2{
	font-family: 'Lato';
	font-weight: 400;
	text-align: center;
	font-size: 45px;
	text-transform: uppercase;
	color: white;
}

@media only screen and (max-width: 480px) {
		.accommodationHeader h2 {
			font-size: 28px;
		}
}

.accommodationHeader hr{
	border-top-color: white;
}

.accommodationHeader h4{
	font-family: 'Lato';
	font-weight: 300;
	text-align: center;
	color: white;
	margin-top: 5px;
	margin-bottom: 20px;
}

h4 span{
	display: block;
	font-family: 'Lato';
	font-weight: 400;
}

.accommodationContent{
	background-color: #F8F8F8;
	padding-top: 40px;
}

.apartmentLeft h2{
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 300;
}

.apartmentLeft h4{
	line-height: 2;
}

.apartmentLeft p{
	font-family: 'Lato';
    margin-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 480px) {
		.apartmentLeft p {
			font-size: 22px;
		}
}

.apartmentLeft table{
	font-family: 'Lato';
	font-weight: 300;
}

@media only screen and (max-width: 480px) {
		.apartmentLeft table{
				font-size: 22px;
		}
}

.apartmentBody img{
	width: 100%;
	height: 100%;
}

.slider { margin: 50px 0 10px!important;}
.flexslider { margin-bottom: 0px; border-width: 3px;}
#carousel {border-left: none; border-right:none; border-top: 0px;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}



#prices{
	margin-top: 20px;
}

@media only screen and (max-width: 480px) {
		#prices table {
			font-size: 11px;
		}
}

#prices h4{
	font-family: 'Lato';
	font-weight: 300;
	text-align: center;
}

#prices hr{
	border-color: rgb(8, 157, 227);
	width: 150px;
	margin: 5px auto;
}

.locationHeader{
	background-color: rgb(8, 157, 227);
	padding: 50px 0;
}

.locationHeader h2{
	font-family: 'Lato';
	font-weight: 400;
	text-align: center;
	font-size: 45px;
	text-transform: uppercase;
	color: white;
}

@media only screen and (max-width: 480px) {
		.locationHeader h2{
			font-size: 28px;
		}
}

.locationHeader hr{
	border-top-color: white;
}

.locationHeader h4{
	font-family: 'Lato';
	font-weight: 300;
	text-align: center;
	color: white;
}

@media only screen and (max-width: 480px) {
		.locationHeader .address{
			font-size: 22px;
		}
}

.locationBody .container-fluid .col-md-12{
	padding: 0;
}

.contactHeader{
	background-color: rgb(8, 157, 227);
	padding: 40px 0;
}

.contactHeader h2{
	font-family: 'Lato';
	font-weight: 400;
	text-align: center;
	font-size: 45px;
	text-transform: uppercase;
	color: white;
}

@media only screen and (max-width: 480px) {
		.contactHeader h2 {
			font-size: 28px;
		}
}

.contactHeader hr{
	border-top-color: white;
}

.contactHeader h4{
	color: white;
	font-family: 'Lato';
}

@media only screen and (max-width: 480px) {
		.contactHeader h4 {
			font-size: 28px;
		}
}

.contactHeader span{
	font-weight: 300;
}

.contactBody{
	margin-top: 60px;
	font-family: 'Lato'
}

.contactBody img{
	height: 360px;
}

@media only screen and (max-width: 480px) {
		.contactBody img {
			height: 160px;
		}
}

#imgPlanet{
	width: 55%;
	margin: 0 auto;
}

.contactBody button{
	background-color: #089DE3;
	color: white;
	border-color: transparent;
	text-transform: uppercase;
}

.contactBody button:hover{
	background-color: rgba(8, 157, 227, 0.8);
	color: white;
	border-color: transparent;
}

.contactBody button:focus{
	background-color: #089DE3;
	color: white;
	border-color: transparent;
}

.comingSoon{
	margin-top: 80px;
	height: 150px;
}

.comingSoon h3{
	-ms-transform: rotate(340deg);
	-webkit-transform: rotate(340deg);
	transform: rotate(340deg);
	text-align: center;
	font-family: 'Lato';
}

footer{
	background-color: #282828;
	color: #b5b5b5;
	font-family: 'Lato';
}

#footerLeft{
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
}

@media only screen and (max-width: 480px) {

	#footerLeft .list-inline {
		display: flex;
		flex-direction: column;
		font-size: 32px;
	}

	footer hr {
		margin: 20px 0;
	}

	#footerLeft .copyright {
		font-size: 24px;
	}

}

footer hr{
	margin: 5px 0;
}

@media only screen and (max-width: 480px) {

	footer hr {
		margin: 20px 0;
	}

}

#footerRight{
	padding-top: 20px;
	padding-bottom: 20px;

}

.footer-content {
	display: flex;
}

@media only screen and (max-width: 480px) {

	.footer-content {
		display: flex;
		flex-direction: column;
	}

	#footerRight{
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0 15px 15px 15px;
	}
}

#footerRight img{
	height: 60px;
	width: 60px;
	opacity: 0.9;
}

#footerRight h4{
	margin-right: 20px;
}

@media only screen and (max-width: 480px) {
	#footerRight h4{
		flex-grow: 1;
		margin-right: 0;
	}

}

.go-to-top{
	font-family: 'Lato';
	font-weight: 300;
	color: #949494;
	text-align:center;
	display: block;
	background-color: #282828;
	padding: 20px 0;
	border-top: 1px solid #43434b;
	-o-transition:.9s;
  	-ms-transition:.9s;
  	-moz-transition:.9s;
  	-webkit-transition:.9s;
  	/* ...and now for the proper property */
  	transition:.9s;
}

@media only screen and (max-width: 480px) {
	.go-to-top {
		padding: 0 0 20px 0;
		font-size: 24px;
	}

	.go-to-top i {
		font-size: 35px;
	}
}

.go-to-top h4{
	margin-top: 5px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {

	.go-to-top h4{
		margin: 5px 0;
	}

}

.go-to-top:hover{
	color: #089DE3;
	text-decoration: none;
};

.go-to-top:focus{
	color: #949494;
}

a:focus{
	text-decoration: none;
};
