
/*
Idaho Ski Bike Colors
Blue: #5b8db8
Gold: #b09f71

DCA
Yellow: #e4ff21

*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  border: 2px solid #b09f71;
}
.back-to-top i {
  color: #b09f71;
}
.back-to-top:hover {
  background: #5b8db8;
  color: #fff;
}
.back-to-top:hover i {
  color: #fff;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-btn {
  margin: 0 0 0 15px;
  border: 2px solid #b09f71;
  border: 2px solid #fff;
  background: #b09f71;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.contact-btn:hover {
  background: #5b8db8;
  color: #fff;
}
@media (max-width: 992px) {
  .contact-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}



/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/
.account-btn {
  margin: 0 0 0 15px;
  border: 2px solid #b09f71;
  border: 2px solid #fff;
  background: #b85b5b;
  background: #5b8db8;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.account-btn:hover {
  background: #74b071;
  color: #fff;
}
@media (max-width: 992px) {
  .account-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}



/*--------------------------------------------------------------
# Header -> Now Titlebar
--------------------------------------------------------------*/
#titlebar {
  background: rgba(12, 11, 9, 0.6);
  background: rgba(200, 200, 200, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.2);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}
#titlebar.titlebar-scrolled {
  top: 0;
  background: rgba(50, 50, 50, .85);
  border-bottom: 1px solid #37332a;
  padding: 5px 0;
}

#titlebar.titlebar-scrolled #horz_nav_logo {
	content: url("../img/isb_logo_wh_100h.png");
	width: 100px;
	height: 50px;
	padding: 10rem 0 0 0;
}


#titlebar .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#titlebar .logo a {
  color: #fff;
}
#titlebar .logo img {
  max-height: 40px;
}



.form-control {
  webkit-appearance: auto;
  appearance: auto;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(50, 50, 50, .85);
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: rgba(50, 50, 50, .85);
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 20px 0 10px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 10px;
}
#footer .copyright {
  text-align: center;
  padding-top: 10px;
}






/*--------------------------------------------------------------
# Messages - dispBar
--------------------------------------------------------------*/

.errorMsg {
  color: #303030;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  background: rgba(255, 100, 70, 0.6);
}

.successMsg {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  background: rgba(60, 179, 113, 0.6);
}

.warningMsg {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  background: rgba(255, 165, 0, 0.6);
}

#dispbar {
  border-top: 1px solid rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 1000;
  padding: 10px 0;
  top: 200px;
}





/*--------------------------------------------------------------
# Login Section
--------------------------------------------------------------*/

#login {
  width: 100%;
  height: 100vh;
  background: url("../img/isb_main_hero1.jpg") top center;
 /* background: url("../img/isb_hero12.jpg") top center;*/
  background-size: cover;
  position: relative;
  padding: 0;
}
#login:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#login .container {
  padding-top: 160px;
}

#login h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#login h1 span {
  color: #5b8db8;
  text-shadow: 1px 1px 2px #fff;
}
#login h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

.login-btn {
  margin: 0 0 0 15px;
  border: 1px solid #303030;
  background: #5b8db8;
  color: #fff;
  border-radius: 6px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.login-btn:hover {
  background: #74b071;
  color: #fff;
}
@media (max-width: 992px) {
  .login-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

@media (min-width: 1024px) {
  #login {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #login .play-btn {
    margin-top: 30px;
  }
}
@media (max-height: 500px) {
  #login {
    height: auto;
  }
  #login .container {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #login .container {
    padding-top: 194px;
    padding-bottom: 60px;
  }
  #login h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #login h2 {
    font-size: 18px;
    line-height: 24px;
  }
}



