/* 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 {
  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 */

/* header styles */

header {
  font-family: "sans-serif", "Helvetica Neue", Helvetica, Arial;
  position:relative;
  z-index:3;
}

header * {
  margin: 0;
}

header a:hover,
header a:focus{
  text-decoration:none;
}

header .desktop-p a:hover{
  text-decoration:underline;
}

header .header-container {
  display: block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
}

header ul{
  list-style:none;
}

header .mobile-container,
header .submenu-container,
header .expansion-button-column{
  display: none;
}

header .top-row{
  background-image: radial-gradient(circle at center,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background-color: #8da8c9;
}

header .top-row-column p{
  text-align: center;
  font-family: "Open Sans", sans-serif;
  height:35px;
  display:flex;
  justify-content: center;
  align-items: center;
  font-weight:600;
}

header .top-row-column p a,
header .top-row-column p{
  color:white;
}

header .logo-row{
  text-align: center;
}

header .lower-row{
  background-image: url('../img/background-img.jpeg');
  background-size: cover;
  background-position: center;
}

header .logo-row img{
  max-width:400px;
  width:100%;
  margin:15px 0;
}

header .nav-row{
  height:51px;
  background:white;
  display:flex;
  align-items: center;
  justify-content: center;
  border-top:1px solid #D6D6D6;
}

header .nav-list{
  display:flex;
  font-family: "Patua One", serif;
  column-gap:22px;
}

header .nav-list>li>a{
  display:flex;
  align-items: center;
  line-height:14px;
  padding-bottom:8px;
  color:#799fad;
  font-size:18px;
  font-weight:500;
  margin-bottom:-9px;
}

header .nav-list>li.active-link-li>a{
  color:#c84b44;
}

header .nav-list>li{
  margin-bottom:-9px;
  height:22px;
}

header .nav-list>li>a i{
  width:20px;
  height:5px;
  display:flex;
  align-items: center;
  transform:translate(7px, 0);
}

header .submenu-container{
  display:block;
  position:absolute;
  opacity:0;
  visibility: hidden;
  transition:0.1s linear;
}

header .nav-list>li:hover .submenu-container{
  opacity:1;
  visibility: visible;
}

header .inner-submenu-container{
  position: relative;
  top: 18px;
  left: -11px;
}

header .submenu{
  background:white;
  padding-top:25px;
  padding-bottom:25px;
  width:240px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.7);
  border-top:2px solid #C84B45;
  display:block;
  display:flex;
  flex-direction:column;
  row-gap:10px;
}

header .submenu a{
  font-size:18px;
  font-weight:500;
  line-height:22.4px;
  padding:6px 20px;
  margin:0 20px;
  display:block;
  color:#799fad;
}

header .submenu li.active-link-li a{
  color:#c84b44;
}

header .submenu li a:hover{
  color:#c84b44;
  background:rgba(0,0,0,0.03);
}

html{
  overflow-x:hidden;
}

header .top-row-column .mobile-p{
  display:none;
}

/* mobile header styles */
@media only screen and (max-width:980px){
  header .nav-column{
    display:none;
  }
  header .top-row-column p{
    line-height:23.8px;
    height:auto;
    padding-top:5px;
    padding-bottom:6px;
  }
  header .top-row-column p span:first-child{
    margin-left:-7px;
    margin-right:-4px;
  }
  header .top-row-column p span:nth-child(3){
    margin-left: -4px;
    margin-right: -4px;
  }
  header .expansion-button-column{
    display:block;
  }
  header .expansion-button{
    display:flex;
    align-items: center;
    justify-content: center;
    width:32px;
    height:32px;
    background:none;
    color:#C84B45;
    font-size:22px;
    margin-top:6px;
  }
  header .mobile-container{
    display:block;
    position:fixed;
    width:100%;
    left:0;
    transition:0.3s linear;
    overflow:hidden;
  }
  html:not(.skin-nav-menu-opened) header .mobile-container{
    max-height:0 !important;
  }
  html.skin-nav-menu-opened header .mobile-container{
    overflow:auto;
  }
  header .inner-mobile-container{
    background:white;
    padding:5%;
    border-top:5px solid rgb(0,98,148);
    overflow:auto;
  }

  header .mobile-nav-list a{
    font-family: "Patua One", serif;
    display:block;
    font-size:18px;
    font-weight:500;
    color:#799fad;
    padding:0 5%;
    line-height:47px;
  }

  header .mobile-nav-list a.active-link{
    color:#c84b44;
  }

  header .mobile-nav-list a.mobile-submenu-header{
    font-weight:700;
    background:rgba(0,0,0,.03);
  }

  header .mobile-submenu li{
    margin-left:calc(5% + 10px);
  }
  html.skin-nav-menu-opened{
    overflow:hidden;
  }
}

@media only screen and (max-width:767px){
  header .top-row-column .desktop-p{
    display:none;
  }
  header .top-row-column .mobile-p{
    display:block;
  }
  header .top-row-column p{
    font-weight:700;
  }
  header .logo-row img{
    width:90%;
  }
  header .mobile-nav-list li:nth-child(2) .mobile-submenu-container,
  header .mobile-nav-list li .mobile-submenu-header{
    display:none;
  }
  header .mobile-nav-list li:nth-child(2) .mobile-submenu-header{
    display:block;
  }
  header .mobile-nav-list a{
    font-size:16px;
    letter-spacing:1px;
    line-height:35.4px;
  }
  header .mobile-nav-list a.mobile-submenu-header{
    font-size:16px;
    font-weight:500;
    background:none;
  }
  header .mobile-submenu li{
    margin-left:0;
  }
}

/* footer styles */

footer {
  font-family: "Patua One", serif;
}

footer a:hover,
footer a:focus{
  text-decoration:none;
}

footer ul{
  list-style:none;
}

footer .footer-container {
  display: block;
}

footer * {
  margin: 0;
}

footer .top-row{
  background-image: radial-gradient(circle at center,#4f4f4f 0%,#282828 100%);
}

footer .inner-top-row{
  padding:40px 15% 40px;
  display:grid;
  grid-template-columns:29.6667%;
  justify-content: end;
}

footer h2{
  font-size:26px;
  color:rgb(173,173,173);
  text-align: center;
  margin:0;
  padding:0;
  border:none;
  line-height:26px;
}

footer .lake-information-list a{
  display:inline-flex;
  justify-content: center;
  align-items: center;
  padding:6px 20px;
  border:2px solid rgb(153,153,153);
  line-height:34px;
  font-size:20px;
  color:white;
  font-weight:500;
  font-family: "Open Sans", sans-serif;
  position:relative;
  transition:0.15s linear;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  border-radius:3px;
  text-align: center;
}

footer .lake-information-list a img{
  position:absolute;
  right:0;
  width:25px;
  opacity:0;
  visibility: hidden;
  transition:0.15s linear;
}

footer .lake-information-list a:hover img{
  opacity:1;
  visibility: visible;;
  transform:translateX(-10px);
}

footer .lake-information-list a:hover{
  padding-right:40px;
  background: hsla(0,0%,100%,.2);
}

footer .lake-information-list{
  display:flex;
  align-items: center;
  flex-direction: column;
  margin-top:25px;
  padding-left:0;
  row-gap:20px;
}

footer .lower-row{
  background:#232323;
}

footer .inner-lower-row{
  max-width:1080px;
  width:80%;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  padding:20px 0;
  font-family: "Open Sans", sans-serif;
}

footer .copyright-column{
  width:50%;
}

footer .copyright-column p{
  color:rgb(147,147,147);
  font-weight:500;
  line-height:23.8px;  
}

footer .copyright-column p a{
  color:#006294;
}

footer .social-column a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:32px;
  height:32px;
  background:rgb(79,79,79);
  border-radius:3px;
  color:#2AB0FF;
  font-size:18px;
  transition:0.2s linear;
}

footer .social-column a:hover{
  color:white;
}

footer .dont-display-desktop{
  display:none;
}

@media only screen and (max-width:980px){
  footer .inner-lower-row{
    flex-direction: column;
  }
  footer .copyright-column{
    width:100%;
  }
  footer .social-column{
    display:flex;
    justify-content: end;
  }
  footer .inner-top-row{
    display:flex;
    justify-content: center;
    padding-bottom:70px;
  }
}

@media only screen and (max-width:767px){
  footer .dont-display-mobile{
    display:none;
  }
  footer .lake-information-list{
    margin-top:10px;
  }
  footer .inner-top-row{
    padding-bottom:60px;
  }
  footer .dont-display-desktop{
    display:inline;
  }
}