@charset "UTF-8";
/* CSS Document */

body { overflow: hidden;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/ajax-loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "urw-din", "open-sans", Calibri, Helvetica, Arial, sans-serif;
	color: #262626;	
	font-weight: 100;
	width: 100%;
    height: 100%;
    background: #efefef;
}

p {
	font-size: 18px;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: adobe-garamond-pro, "din-condensed", "urw-din", "open sans", Verdana, Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #3d3c3c;
}

h1 {
    font-size: 32px;
}

h2 {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #444444;
    font-size: 40px;
    text-transform: none;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    margin-bottom: 30px;
    z-index: 999;
}

h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    background: #efb64d;
    left: 0;
    bottom: 4px;
    z-index: -1;
    box-sizing: border-box;
}

h3 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    
}

h4 {
    font-size: 30px;
    color: #444444;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    margin-bottom: 20px;
    z-index: 999;
}

h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #efb64d;
    left: 0;
    bottom: 4px;
    z-index: -1;
    box-sizing: border-box;
}

h5 {
    font-family: "din-condensed", "urw-din", "open sans", Verdana, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #444444;
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 3px solid #6584b8;
    margin-bottom: 15px;
}

.intro h1 {
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    margin-bottom: 0;
}

.intro p {
    text-transform: uppercase;
    font-style: italic;
    font-size: 22px;
    color: #ffffff;
}

.secondary h1 {
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    margin-bottom: 0;
}

.secondary p {
    font-style: italic;
    font-size: 22px;
    color: #ffffff;
}

p.lede {
	font-weight: 300;
	font-size: 20px;
}

strong {
    font-weight: 600;
}

/* QUICK MARGINS / PADDING / DELAY CLASSES TO USE
-------------------------------------------------- */

.fright { float: right;	}
.fleft { float: left; }

.mtop { margin-top: 15px; }
.mbottom { margin-bottom: 15px; }
.mleft { margin-left: 15px; }
.mright { margin-right: 15px; }
.mbottombig { margin-bottom: 25px; }
.mtopbig {margin-top: 25px;}

.padtop { padding-top: 15px; }
.padbottom { padding-bottom: 15px; }
.padright { padding-right: 15px; }
.padleft { padding-left: 15px; }
.pad5 { padding: 5px; }
.pad15 { padding: 25px !important; }

.clear { clear: both; }

.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.delay3 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay5 { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
.delay6 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.delay7 { -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay8 { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay9 { -webkit-animation-delay: 1.75s; animation-delay: 1.75s; }
.delay10 { -webkit-animation-delay: 2s; animation-delay: 2s; }
.delayArrow { -webkit-animation-delay: 4s; animation-delay: 4s; }

.red {
    color: #d40000;
    font-size: 30px;
}

/* END QUICK CLASSES 
-------------------- */

::-moz-selection {
    color: #fefefe;
    background: #6584b8;
}

::selection {
    color: #fefefe;
    background: #6584b8;
}

.highlight {
	color: #6584b8;
}

p a:link, p a:visited {
	color: #6584b8;
	font-weight: 600;
}

p a:active, p a:hover {
	color: #efb64d;
}

.featured ul li a:link, .featured ul li a:visited {
    color: #efefef;
    font-weight: 600;
}

.featured ul li a:active, .featured ul li a:hover {
    color: #efb64d;
}

.navbar {
	background: rgba(0,0,0,0.15);
	padding: 0;
    border-bottom: 1px solid rgba(221,221,221,0.4);
    transition: all 1s;
}

.navbar .container {
	height: 11vh;
}

.navbar-nav .nav-item {
    border-right: 1px solid rgba(221,221,221,0.4);
}

.navbar-nav .nav-item:first-of-type {
    border-left: 1px solid rgba(221,221,221,0.4);
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .nav-link {
	text-transform: uppercase;
	font-family: "din-condensed", "urw-din", "open-sans", Verdana, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #efefef;
	padding: 0 19px;
	 -webkit-transition: all 0.25s; /* Safari */
    transition: all 0.25s;
    line-height: 11vh;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover {
	color: #efb64d;
    -webkit-box-shadow:inset 0 -4px 0 0 #efb64d;
box-shadow:inset 0 -4px 0 0 #efb64d;
	 -webkit-transition: all 0.25s; /* Safari */
    transition: all 0.25s;
    background: rgba(0,0,0,0.2);
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #efb64d;
    -webkit-box-shadow:inset 0 -4px 0 0 #efb64d;
box-shadow:inset 0 -4px 0 0 #efb64d;
	 -webkit-transition: all 0.25s; /* Safari */
    transition: all 0.25s;
    background: rgba(0,0,0,0.2);
}

.navbar-brand img {
    height: 9vh;
}

.top-nav-collapse {
    background: #556b8d;
    /*background: rgba(64,83,113, 0.9);*/
    transition: all 1s;
}

.intro {
    height: 85vh;
}

.intro .col-12, .secondary .col-12 {
    padding-top: 15vh;
}

.secondary {
    height: 30vh;
}

section.first {
    padding-bottom: 75px;
    background: #efefef;
}

section.content {
    background: #efefef;
    padding: 100px 0;
}

section.second {
    padding: 0 0 100px 0;
}

section.content-white {
	background: #ffffff;
	padding: 100px 0;
}

section.content-blue {
    background: #6584b8;
    padding: 100px 0;
}

section.featured {
	padding: 0;
    background: #6584b8;
}

section.featured .container-fluid {
    padding-left: 0px !important;
    
}

.body05 section.featured .container-fluid {
    padding-right: 0px !important;
}

.pad {
	padding: 100px 25px;
}

@media only screen and (min-width: 1200px) and (max-width:1350px) {
    .pad {
        padding: 30px 25px;
    }
}

.small-pad {
    padding: 50px 0;
}

.feature-img {
	min-height: 300px;
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: rgba(40,51,66,0.95); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  text-align: center;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 25px;
  color: #efefef;
  font-weight: 500;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

.hamburger {
    color: rgba(255,255,255,0.7);
    font-size: 30px;
    margin-right: 15px;
    
}

.navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 46px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

section.featured p, section.featured h2, section.featured ul li {
    color: #ffffff;
}


section.featured ul, section.content ul, section.content-white ul {
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

section.featured ul li, section.content ul li, section.content-white ul li {
    margin-bottom: 20px;
}

section.featured ul li:before, section.content ul li:before, section.content-white ul li:before {
  content: "\00BB"; /* FontAwesome Unicode */
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 30px;
  display: inline-block;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1em; /* same as padding-left set on li */
}

.has-accent {
	padding-bottom: 150px;
}

.accent {
	margin-top: -100px;
	background: #fefefe;
	padding: 60px 30px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.bumper {
    width: 100%;
    background: #ffffff;
    padding: 25px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    min-height: 400px;
}

.bump-inner-amenities {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: url("../images/bumper-amenities.jpg") center left no-repeat;
}

.bump-inner-availabilities {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: url("../images/bumper-availabilities.jpg") center left no-repeat;
}

.bump-inner-location {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: url("../images/bumper-location.jpg") center left no-repeat;
}

.bump-text {
    padding-top: 125px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+35,000000+100&0.25+36,0+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.25) 36%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 36%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 36%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bump-text p {
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 999;
}

.bump-text p::after {
    position: absolute;
    content: "";
    width: 120%;
    height: 5px;
    background: #efb64d;
    left: -10%;
    bottom: -10px;
    z-index: -1;
    box-sizing: border-box;
}


.bump-text .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 100;
}

span.serif {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
}

.fancy-border {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #efb64d;
    border-bottom: 5px solid #6584b8;
}

#map {
    border: 1px solid #ddd;
    height: 700px;
    width: 100%;
}

.card-header {
    background: #6584B8;
}

.card-header h5  {
    font-family: "din-condensed", "urw-din", "open sans", Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    
}

.card-body ul li, .tab-pane ul li {
	line-height: 22px;
	font-size: 18px;
	margin-bottom: 0 !important;
}

.card-body ul li::before {
    content: "\00BB"; /* FontAwesome Unicode */
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 22px;
    display: inline-block;
    margin-left: -1em; /* same as padding-left set on li */
    width: 1em; /* same as padding-left set on li */
}

.nav-tabs li a {
    font-size: 18px;
}

#accordion .card-body {
    max-height: 600px;
    overflow-y: scroll;
}


.table .thead-dark th {
    background: #456191;
    border-color: #465F8C;
}

.table-facts {
    font-size: 18px;
}

.table-facts tr td:first-child {
    font-weight: 600;
}

section.footer {
	padding: 50px 0;
	background: #3d3c3c;
	color: #fefefe;
}

section.footer h4 {
	color: #fefefe;
	margin-bottom: 25px;
}

section.footer p {
	font-size: 15px;
	line-height: 22px;
    margin-bottom: 0;
}

section.footer p a:link, section.footer p a:visited {
	color: #fefefe;
	font-weight: 400;
	text-decoration: none;
}

section.footer p a:active, section.footer p a:hover {
	color: #126696;
	text-decoration: underline;
}

.btn-primary { 
  color: #FFFFFF; 
  background-color: #6584B8; 
  border-color: #465F8C; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #FFFFFF; 
  background-color: #456191; 
  border-color: #465F8C; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #6584B8; 
  border-color: #465F8C; 
} 
 
.btn-primary .badge { 
  color: #6584B8; 
  background-color: #FFFFFF; 
}

/* MEDIA QUERIES
------------------------*/

@media only screen and (max-width: 767px) {
	.container {
		max-width: 95%;
	}
    
    #accordion .card-body {
        max-height: 300px;
    }
    
    #map {
        height: 400px;
        width: 100%;
    }

    .navbar-nav {
        
    }
  
  #navbarCollapse {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 280px; 
    height: 100%;
    margin-top: 11vh;
}

.intro h1 {
    font-size: 30px;    
}

h2 {
    font-size: 30px;
}

}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 800px;
  }
  
  .navbar-nav {
        
        z-index: 99;
    }
  
  
}
/*------- end of 768px -------*/

@media only screen and (min-width: 992px) {
  
      .navbar-nav {
        height: 11vh;
        z-index: 99;
    }
  
  .container {
    max-width: 960px;
  }

  .container.container-lg {
    max-width: 1100px;
  }
  
  
}
/*------- end of 992px -------*/

@media only screen and (min-width: 1000px) {

.container {
    max-width: 1040px;
  }

}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

@media only screen and (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
  .container-fluid {
  max-width: 1500px;
  }
}
/*------- end of 1200px -------*/