/* Stellar Colors */
/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary > .panel-heading h3 {
  color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */


/* end Stellar Colors */

/* Skin Styles */

/* header styles */

header {
  font-family: "Open Sans", "sans-serif", "Helvetica Neue", Helvetica, Arial;
  font-size: 16px;
}

/* header * {
  margin: 0 !important;
} */

header .v-icon{
  display: inline-block;
  position: relative;
  right: -7px;
  bottom: 19px;
}

header .v-icon:before{
  content: "";
  position: absolute;
  top: 10px;
  width: 2px;
  height: 8px;
  left: 5px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .v-icon:after{
  content: "";
  position: absolute;
  top: 10px;
  width: 2px;
  height: 8px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .dropdown:hover .v-icon:before, header .nav-sub-dropdown:hover .v-icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .dropdown:hover .v-icon:after, header .nav-sub-dropdown:hover .v-icon:after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



header .header-container {
  display: block;
  font-size: 62.5%;
  line-height: 1.5;
}

header .banner-row {
  display: flex;
  justify-content: center;
  max-width: 100%;
  background-color: #2f7bbb;
}

header .banner-col {
  padding: 0.8rem 2rem;
}

header .banner-col a {
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Alata";
  text-decoration: none;
}

header .header-row {
  background-color: #262626;
  display: flex;
}

header .header-row-inner {
  display: flex;
  width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 20px 0px 20px 20px;
}

header .logo-col {
  /* flex-basis: 25%; */
  /* display: flex;
  justify-content: center; */
}

header .logo-col img {
  max-width: 19.58rem;
  height: auto;
  opacity: 1;
  transition: opacity 0.2s ease;
}

header .logo-col img:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

header .nav-row {
  /* flex-basis: 75%; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

header .nav-col ul#root-menu {
  display: flex;
  align-items: center;
  gap:20px;
  margin-right:20px;
}

header .desktop-header .nav-col{
  display:flex;
}

header .desktop-header #root-menu{
  flex-wrap: wrap;
}



header .nav-col li {
  list-style-type: none;
  height: inherit;
}

header .nav-col li a#contact {
  opacity: 1;
  transition: opacity .2s ease;
}

header .nav-col li a#contact:hover {
  opacity: .5;
  transition: opacity .2s ease;
}


header .nav-col a, header .dropdown-header {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  /* font-weight: 700; */
  letter-spacing: .01rem;
  padding: 1.375rem 0.75rem
}

header .dropdown,
header .sub-dropdown {
  position: relative;
  padding-right:10px;
  cursor:pointer;
}

header .dropdown-content,
header .sub-dropdown-content {
  /* display: none; */
  position: absolute;
  background-color: #2f7bbb;
  min-width: 20rem;
  font-size: 1.4rem;
  top: 100% !important;
  z-index:1;
}

header .sub-dropdown-content {
  left: -100%;
  top: 0 !important;
}



header .dropdown:hover .dropdown-content,
header .sub-dropdown:hover .sub-dropdown-content {
  display: block
}

header .dropdown-content,
header .sub-dropdown-content{
  visibility: hidden;
  webkit-transform: scale(0.9) translateY(-20px);
  -ms-transform: scale(0.9) translateY(-20px);
  transform: scale(0.9) translateY(-20px);
  opacity: 0;
  -webkit-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .dropdown:hover .dropdown-content,
header .sub-dropdown:hover .sub-dropdown-content{
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}




header .dropdown-content li:hover {
  background-color: #256092;
}

header .dropdown-content a, 
header #things-to-do-header {
  display: block;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

header .dropdown-content a:hover, 
header #things-to-do-header:hover,
header .sub-dropdown:hover #things-to-do-header {
  transform: translateX(.5rem);
  color: white;
  text-decoration: underline;
  transition: transform 0.3s ease;
}

header a.btn {
  background-color: #FFE469;
  padding:13px 13px 8px 10px;
  font-size: 14px;
  white-space: nowrap;
  color: #000000;
  letter-spacing: 1px;
  border:none;
  border-radius:0;
  display:inline;
}

header a.btn:hover{
  background-color: #ffdb36;
  color:black;
}

header a.btn i {
  /* height: 1.25px;
  width: 1.25px; */
  /* margin-right: 8px !important; */
  font-size:20px;
}

header .header-desktop-button-wrapper{
  position: relative;
  top: 33px;
}


header .responsive-menu-btn{
  color: #ffe469;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  cursor:pointer;
}

header .responsive-menu-btn:hover{
  opacity: .8;
}

header .tablet-header-container .responsive-menu-btn{
  color: #ffe469;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  margin-left:11px;
}

header .hamburger-menu{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -1px;
  margin-right: 4px;
  margin-left: 15px;
  height: 2px;
  width: 14px;
  border-radius: 1px;
  border-radius: 1px;
  background-color: #ffe469;
  -webkit-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .hamburger-menu:before{
  top: -6px;
  width: 20px;
  background-color: inherit;
  border-radius: 1px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .hamburger-menu:after{
  bottom: -6px;
  width: 18px;
  background-color: inherit;
  border-radius: 1px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .1s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .mobile-header-container{
  display:none;
}

header .tablet-header-container{
  display:none;
}

/* header .header-slide-nav-menu{
  display:none;
} */

header .header-slide-nav-menu{
  overflow-y: scroll;
  max-height: 70vh;
  width: 100vw;
  background: #2f7bbb;
  color: #fff;
  position: absolute;
  z-index: 9999;
  webkit-transform: scale(0.9) translateY(-10px);
  -ms-transform: scale(0.9) translateY(-10px);
  transform: scale(0.9) translateY(-10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .header-slide-nav-menu-visible{
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

header .nav-sub-dropdown-content{
  background: #2f7bbb;
  position: absolute;
  z-index: 1;
  webkit-transform: scale(0.9) translateY(-10px);
  -ms-transform: scale(0.9) translateY(-10px);
  transform: scale(0.9) translateY(-10px);
  transform:translateX(0px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  -o-transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
  transition: .15s all cubic-bezier(0.58, 0.3, 0.51, 0.82);
}

header .nav-sub-dropdown-content-visible{
  visibility: visible;
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

header .header-slide-nav-menu span, header .header-slide-nav-menu #header-contact-link a{
  padding: 16px 0 16px 20px;
  display: inline-block;
  width: 100%;
  font-family: Open Sans,sans-serif;
  white-space: nowrap;
  font-size:16px;
  line-height:24px;
  font-weight:400;
  color:white;
  text-decoration: none;
}



header .display-block{
  display:block;
}

header .header-slide-nav-menu span{
  display:flex;
  justify-content: space-between;
}

header .header-slide-nav-menu i{
  margin-right:23px;
  display: inline-block;
  position: relative;
  right: 8px;
  bottom: 14px;
}


header .nav-sub-dropdown-content a{
  color: #fff;
  text-decoration:none;
  font-size:14px;
  font-weight:400;
  line-height:33px;
  padding: 8px 0 0 30px;
  display:inline-block;
  width:100%;
}

header .nav-sub-dropdown-content a:hover{
  background: #256092;
  text-decoration: underline;
}

/* Responsive Header */
@media only screen and (max-width:992px){
  header .desktop-header{
    display:none;
  }
  header .tablet-header-container{
    display:block;
  }

  header .tablet-header-container li{
    float:right;
  }

  header .logo-col img{
    max-width:98px;
  }
}

@media only screen and (max-width:544px){
  header .tablet-header-container{
    display:none;
  }
  header .mobile-header-container{
    display:block;
  }
  header .header-row{
    display:block;
  }

  header .header-mobile-button-wrapper{
    display: flex;
    justify-content: center;
  }

  header .header-mobile-button-wrapper .btn{
    width:100vw;
    margin:0 20px;
  }

  header .mobile-header-container li{
    float:right;
  }

  header .header-row-inner{
    max-width:1200px;
    width:auto;
    justify-content: space-between;
  }

  header .nav-row{
    width:auto;
  }
}

/* footer styles */

footer {
  font-family: "sans-serif", "Helvetica Neue", Helvetica, Arial;
}

footer .footer-container {
  display: block;
}

/* footer * {
  margin: 0 !important;
} */

footer a, footer .mailing-address-container li{
  color:white;
  font-size:16px;
  line-height:24px;
  font-family: Open Sans,sans-serif;
}

footer a:hover{
  color:white;
  text-decoration: underline;
}

footer .contact-info-container a:hover{
  text-decoration:none;
}

footer .contact-info-container a:hover span{
  text-decoration:underline;
}


footer .footer-upper-container{
  background-image: url("../img/footerBackground.png");
  padding:80px 0 80px 21px;
  background-position:center center;
  background-size:cover;
  position: relative;
}

footer .footer-upper-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(8, 9, 14, 0.9) 0%, rgba(8, 9, 14, 0.7) 100%);;
  z-index: 0;
  content: '';
  pointer-events: none;
}

footer .footer-upper-container:not(body) .footer-row {
  position: relative;
  z-index: 1;
}

footer .footer-upper-container ul{
  list-style: none;
}

footer .footer-upper-container .footer-row{
  max-width:1200px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 260px));
  grid-column-gap: 40px;
  margin-left: auto;
  margin-right: auto;
} 

footer .footer-upper-container #footer-logo-and-social-media-icons{
  display:flex;
  align-items: center;
  flex-direction: column;
}

footer .footer-upper-container .social-media-icon-container{
  margin-top: 43px;
  display:flex;
  justify-content: center;
  gap:20px;
}

footer #facebook-icon, footer #instagram-icon, footer #twitter-icon{
  font-size:36px;
  color: #d2d2d2;
}

footer #facebook-icon:hover{
  color: #8b9dc3;
}

footer #instagram-icon:hover{
  color:#e1306c;
}

footer #twitter-icon:hover{
  color:#1da1f3;
}


footer .footer-upper-container .contact-info-container ul a, footer .mailing-address-container li{
  display: grid;
  grid-template-columns: 24px minmax(0, 220px);
  grid-column-gap: 16px;
  margin-left:auto;
  margin-right:auto;
}

footer .footer-upper-container .contact-info-container i{
  font-size: 30.6px;
}

footer #envelope-icon{
  font-size:25px;
}

footer #map-marker{
  font-size:28px;
  justify-self: center;
}

footer .footer-upper-container .contact-info-container ul:last-child span{
  grid-column-start:2

}

footer .footer-upper-container h2{
  color: #d6e7f5;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: Alata,sans-serif;
  font-size: 32px;
  line-height: 40px;
  padding:0;
  border:none;
}

footer .footer-upper-container h3{
  color: #d6e7f5;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: Alata,sans-serif;
  font-size: 24px;
  line-height: 32.4px;
  padding:0;
}

footer .footer-upper-container #footer-mobile-block{
  display:none;
}

footer .footer-lower-container{
  background: #161616;
  padding: 8px 20px;
}

footer .footer-lower-container .footer-col{
  display:flex;
  justify-content: center;
  gap:5px;
}

footer .footer-lower-container a{
  font-family: source sans pro,helvetica neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: white;
  opacity: .8;
}

footer .footer-lower-container a:hover{
  opacity: 1;
}

footer .footer-lower-container span{
  color: #fff;
  font-size:16px;
}

footer .recreation-images{
  margin-top:10px;
}

footer #footer-tablet-desktop-recreation-images img{
  padding-bottom:16px;
}

footer .logo-container img{
  min-width:300px;
}

footer .address-container{
  margin-bottom:25px;
  margin-top:15px;
}

footer .mailing-address-container{
  margin-bottom:17px;
}

/* Responsive Footer */
@media only screen and (max-width:992px){
  footer .footer-upper-container .footer-row{
    grid-template-rows: auto auto;
    grid-template-columns: 45% 50%;
  }

  footer .hide-at-tablet{
    display:none;
  }

  footer .footer-upper-container .contact-info-container ul a,
  footer .mailing-address-container li{
    grid-template-columns: 24px minmax(0, 420px);
  }
}

@media only screen and (max-width:767px){
  footer .footer-upper-container .footer-row{
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  footer .footer-upper-container #footer-logo-and-social-media-icons{
    display:none;
  }

  /* reorder the grid */
  footer .footer-upper-container #contact-info-container{
    grid-row-start: 3;
  }

  footer .footer-upper-container #footer-quick-links{
    grid-row-start:1;
  }

  footer .footer-upper-container #footer-rental-links{
    grid-row-start:2;
  }

  footer .footer-upper-container #footer-tablet-desktop-recreation-images{
    display:none;
  }

  footer .footer-upper-container #footer-mobile-block{
    display:flex;
    flex-direction:column;
    align-items: center;
  }

  footer .footer-upper-container .hide-mobile{
    display:none;
  }

  footer .address-container{
    margin-bottom:15px;
  }

  /* footer .footer-upper-container #footer-mobile-block{
    margin-right:auto;
    margin-left:auto;
  } */
  footer .logo-container{
    margin-top:24px;
  }
  footer .recreation-images{
    margin-top:24px;
    display:flex;
    gap:30px;
  }

  footer .footer-upper-container h2, footer h3{
    font-size: 24px;
  }
}