@media (min-width: 992px) {
html {
    border-top: 3px solid #c91100;
  }
}
.logo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 0%;
    height: 100px;
    Z-INDEX: 100000;
}
.inner-pages .nav-hamburger {
  display: none;
}
.hero { background: none; padding:0;}
.carousel-inner .carousel-caption {
  top: 30%;
  background-color: rgba(26, 26, 26, 0.5);;
  bottom: inherit;
  padding-top: 0;
}
.carousel-inner .carousel-caption h5 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  color: #c91100;
}
.carousel-inner .carousel-caption p {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
  color: white;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #cba957 #bf942a #aa8326;
  background: #f3d078;
  background: -moz-linear-gradient(top,#f7dfa5,#f0c14b);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7dfa5),color-stop(100%,#f0c14b));
  background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
  background: -o-linear-gradient(top,#f7dfa5,#f0c14b);
  background: -ms-linear-gradient(top,#f7dfa5,#f0c14b);
  background: linear-gradient(top,#f7dfa5,#f0c14b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7dfa5",endColorstr="#f0c14b",GradientType=0);
  color: #000000 !important;
  font-weight: 600;
}
.carousel-inner .carousel-caption .btn-default:hover, .carousel-inner .carousel-caption .btn-default:active, .carousel-inner .carousel-caption .btn-default:focus {
  border-color: #c59f43 #aa8326 #957321;
    background: #f1c860;
    background: -moz-linear-gradient(top,#f5d78e,#eeb933);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f5d78e),color-stop(100%,#eeb933));
    background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
    background: -o-linear-gradient(top,#f5d78e,#eeb933);
    background: -ms-linear-gradient(top,#f5d78e,#eeb933);
    background: linear-gradient(top,#f5d78e,#eeb933);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5d78e",endColorstr="#eeb933",GradientType=0);
    color: #000000 !important;
}
.nav-hamburger {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 10%;
  height: 26px;
  Z-INDEX: 100000;
}
a:hover, a:focus  {
    color: #c91100;
}
h2::after {
    border-color: #c91100;
}
.overlay {
    background: rgba(201, 17, 0, 0.3);
}
.down-arrow-btn, .up-btn  {
    background: #c91100;
}
.down-arrow-btn:hover, .down-arrow-btn:focus, .up-btn:hover, up-btn:focus {
    background: #960d00;
}
.wp2 {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: box-shadow 0.3s ease-in-out;
}
.wp2:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.iphone {
  float: right;
}
.fluid-white {
    float: left;
}
.wp3 {
    background: url(../img/ww-logo.png) no-repeat center center;
    background-position: -210px 5px;
    height: 100%;
}
@media screen and (max-width: 1280px) {
  .wp3 {
      background-position: -310px 5px !important;
  }
}

/* .iphone .wp3 {
    background: url(../img/mission1.jpg) no-repeat center center;
    background-position: 200px 10px;
} */
.website img {
  height: 282px;
  width: 282px;
  border-radius: 50%;
  margin: 0 auto 50px;
}
.contact-details h2 span {
  color: #c91100
}
.light-box:hover, .light-box:focus {
    -webkit-box-shadow: 0px 3px 0px 0px #960d00;
    -moz-box-shadow: 0px 3px 0px 0px #960d00;
    box-shadow: 0px 3px 0px 0px #960d00;
}
.subscribe input[type=submit] {
    background: rgba(201, 19, 0, 0.5);
    border: solid 1px rgba(150, 13, 0, 0.5);
  }
  .subscribe input[type=submit]:hover {
    background: rgba(201, 19, 0, 1);
    border: solid 1px rgba(150, 13, 0, 1);
    color: #fff;
}
.langswitcher {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 1rem !important;
    display: inline-block;
}

.langswitcher li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
}

.langswitcher .active {
    font-weight: bold;
    text-decoration: underline;
}
.swag {
    background: url(../img/snow-flake.jpg) no-repeat center center;
}
.subscribe {
    background: url(../img/winterworld-cycling.jpg) no-repeat center center;
  }
  .swag, .subscribe {
    background-attachment: fixed;
    background-size: cover;
  }
.ignite-cta .ignite-btn {
  transition: all 0.5s;
}
.ignite-cta:hover .ignite-btn {
    color: #c91100;
    border: solid 1px #c91100;
}

@media (max-width: 767.98px) {
  .logo {
      transform: scale(0.4);
      top: -20px;
      left: 5px;
  }
  .carousel-inner .carousel-caption {
    bottom:0;
    top: auto;
    left:0;
    right:0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-caption h5 {
    margin-top: 0.5rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .carousel-inner .carousel-caption p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .carousel-inner .carousel-caption .btn {
    margin-bottom: 20px;
  }
  footer p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .legals {
      margin-bottom: 15px !important;
      padding: 0;
  }
}
