/*
 * Original Web Development by Jon Velas
 * CSS Structure written by Jon Velas
 * Copyright Jon Velas Web Agency 
 */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-image: url(background-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ece8df;
	background-attachment: fixed;
}


#Container {
	height: auto;
	width: 100%;
}

#Top-Nav {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 6px #999;
	top: 0px;
	opacity: .75;
	text-align: center;
	float: none;
}


.topnav {
	background-color: #FFF;
	overflow: hidden;
	z-index: 900;
	text-align: center;
}



.topnav a {
	float: left;
	display: inline;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #09C;
	background-color: #FFF;
}


.active {
	color: #36C;

}


.topnav .icon {
	display: block;
	float: right;
	font-weight: bolder;
	color: #036;
}


.dropdown {
	float: left;
	overflow: hidden;
	z-index: 999;
	opacity: .90;
}


.dropdown .dropbtn {
	font-size: 14px;
	border: none;
	outline: none;
	color: #36C;
	background-color: #FC0;
	font-family: Montserrat, sans-serif;
	margin: 0;
	font-weight: 600;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
	text-transform: uppercase;
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}


.dropdown-content a {
	float: none;
	color: #39C;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	background-color: #FC0;
}


.topnav a:hover, .dropdown:hover .dropbtn {
	color: #036;
	background-color: #FFF;
}


.dropdown-content a:hover {
	color: #09C;
}


.dropdown:hover .dropdown-content {
	display: block;
	background-color: #FC0;
}


@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

#Logo {
	text-align: center;
	float: none;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 900;
	margin-top: 60px;
}

#Logo-Large {
	text-align: center;
	float: none;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 999;
	margin-top: 100px;
}

#Logo-Large img {
	max-width: 40%;
	height: auto;

}


#Animation {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 900;
	margin-top: 220px;
	margin-bottom: 0px;
}
#Highlight-Title {
	float: none;
	width: 100%;
	z-index: 900;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Highlight-Title p {
	font-family: "Lexend Deca", sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
	color: #039;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

#Highlight-Title h1 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #036;
	text-align: center;
	font-variant: normal;
	text-transform: ;
}
#Highlight-Title h1 a {
	font-family: "Lexend Deca", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #036;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
}
#Highlight-Title h1 a:hover {
	font-family: "Lexend Deca", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #036;
	text-align: center;
	font-variant: normal;
	text-transform: ;
}
#Highlight-Title h2 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #09C;
	text-align: left;
	text-indent: -9999px;
	margin-bottom: -20px;
}
#Main-Text {
	float: left;
	width: 100%;
	position: relative;
	z-index: 900;
	height: auto;
	background-color: #FFF;
	margin-top: 80px;
	margin-bottom: 80px;
}
#Main-Text h5 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #09C;
	padding-top: 20px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

#Main-Text p {
	font-family: "Lexend Deca", sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 300;
	color: #039;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
#Main-Text p .bold {
	font-family: "Lexend Deca", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #039;
	text-align: center;
}
#Contact {
	background-color: #FDE6D0;
	float: left;
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
}
#Google-Map {
	float: left;
	height: auto;
	width: auto;
	cursor: pointer;
	margin: 20px;
	padding: 4px;
	border: 1px solid #09C;
	background-color: #FFF;
	clear: right;
}

#Main-Text #Contact p {
	line-height: 1.2em;
	font-size: 0.85em;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 13px;
	text-align: left;
}
#Main-Text #Contact p .bold-text {
	line-height: 1.2em;
	font-size: 1em;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}

#Main-Text #Contact p a {
	color: #09C;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
	text-decoration: none;
}
#Main-Text #Contact p a:hover {
	font-weight: 500;
	color: #036;
	text-decoration: underline;
}

#Box {
	background-color: #FFF;
	float: none;
	height: auto;
	width: 280px;
	margin-right: auto;
	margin-top: 40px;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 2px 2px 8px #999;
	position: relative;
	z-index: 900;
	padding-top: 15px;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#Box-Amenities {
	background-color: #FFF;
	float: none;
	height: auto;
	width: 280px;
	margin-right: auto;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 2px 2px 8px #999;
	position: relative;
	z-index: 900;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	padding-right: 10px;
}

#Box h1 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #09C;
	text-align: center;
}
#Box-Amenities h1 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #09C;
	text-align: center;
}


#Box h2 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #036;
	letter-spacing: 4px;
	text-align: center;
	line-height: 24px;
	padding-bottom: 15px;
}
#Box-Amenities h2 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #036;
	letter-spacing: 4px;
	text-align: center;
	line-height: 24px;
	padding-bottom: 15px;
}


#Box p {
	font-family: "Lexend Deca", sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #88847B;
	text-align: center;
	padding-top: 25px;
	text-transform: uppercase;
}
#Box-Amenities p {
	font-family: "Lexend Deca", sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #88847B;
	text-align: center;
	padding-top: 25px;
	text-transform: uppercase;
}

#Box p.bold {
	font-weight: 500;
}
#Box-Amenities p.bold {
	font-weight: 500;
}

#Box-2 h1 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #09C;
	text-align: center;
}
#Box-Amenities-2 h1 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #09C;
	text-align: center;
}

#Box-2 {
	background-color: #FFF;
	float: none;
	height: auto;
	width: 280px;
	margin-right: auto;
	margin-top: 40px;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 2px 2px 8px #999;
	position: relative;
	z-index: 900;
	padding-top: 15px;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 20px;
}


#Box-2 h2 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #036;
	letter-spacing: 4px;
	text-align: center;
	line-height: 24px;
	padding-bottom: 15px;
}
#Box-Amenities-2 h2 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #036;
	letter-spacing: 4px;
	text-align: left;
	line-height: 24px;
	padding-bottom: 15px;
}


#Box-2 p {
	font-family: "Lexend Deca", sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #88847B;
	text-align: center;
	padding-top: 25px;
	text-transform: uppercase;
}
#Box-Amenities-2 p {
	font-family: "Lexend Deca", sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #88847B;
	text-align: left;
	padding-top: 25px;
	text-transform: uppercase;
}

#Box-2 p.bold {
	font-weight: 500;
}
#Box-Amenities-2 p.bold {
	font-weight: 500;
}

#See-More-Button {
	height: 40px;
	width: 150px;
	border: 1px solid #09C;
	border-radius: 30px 30px 30px 30px;
	text-align: center;
	float: none;
	margin-top: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-bottom: 35px;
}
#See-More-Button a {
	letter-spacing: 3px;
	text-align: center;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
	color: #09C;
	text-decoration: none;
	border-radius: 60px 60px 60px 60px;
	font-size: 18px;
	padding-top: 35px;
}
#See-More-Button a:hover {
	color: #036;
}

#Footer {
	background-color: #09C;
	float: none;
	height: 75px;
	width: 100%;
	position: relative;
	z-index: 999;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	margin-top: 40px;
}

#Footer h4 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
#Footer h4 a {
	color: #FFF;
	font-family: "Lexend Deca", sans-serif;
	text-decoration: none;
	font-weight: 300;
}
#Footer h4 a:hover {
	color: #FFC;
	text-decoration: underline;
	font-weight: 300;
}

#Footer-2 {
	background-color: #09C;
	float: left;
	height: 75px;
	width: 100%;
	position: relative;
	z-index: 999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 300px;
	clear: both;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
}

#Footer-2 h4 {
	font-family: "Lexend Deca", sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
#Footer-2 h4 a {
	color: #FFF;
	font-family: "Lexend Deca", sans-serif;
	text-decoration: none;
	font-weight: 300;
}
#Footer-2 h4 a:hover {
	color: #FFC;
	text-decoration: underline;
	font-weight: 300;
}

#Websites {
	float: none;
	height: auto;
	width: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-indent: -9999px;
}
#Websites  p  {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	font-weight: lighter;
	color: #0099CC;
	padding: 0px;
	text-indent: -9999px;
}
#Websites  p  a {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #0099CC;
	font-weight: normal;
}
#Websites  p  a:hover {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #00769D;
	font-weight: bolder;
}
#Box p {
	font-family: "Lexend Deca", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #88847B;
	text-align: center;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: none; 
}
