/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 6, 2014 */

/*Mixins*/
// Drop shadows
.box-shadow(@shadow) {
  -webkit-box-shadow: @shadow;
     -moz-box-shadow: @shadow;
          box-shadow: @shadow;
}// Transitions
.transition(@transition) {
  -webkit-transition: @transition;
     -moz-transition: @transition;
       -o-transition: @transition;
          transition: @transition;
}
.gradient (@startColor: #eee, @endColor: white) {
    background-color: @startColor;
    background: -webkit-gradient(linear, left top, left bottom, from(@startColor), to(@endColor));
    background: -webkit-linear-gradient(top, @startColor, @endColor);
    background: -moz-linear-gradient(top, @startColor, @endColor);
    background: -ms-linear-gradient(top, @startColor, @endColor);
    background: -o-linear-gradient(top, @startColor, @endColor);
}
  // Border Radius
.border-radius(@radius) {
  -webkit-border-radius: @radius;
     -moz-border-radius: @radius;
          border-radius: @radius;
}
.opacity(@opacity){
  -webkit-opacity: @opacity;
     -moz-opacity: @opacity;
       -o-opacity: @opacity;
          opacity: @opacity;
}

@lightbg : #f7f6f2;
@grey :#aaaaaa;
@red :#d8483f;
@lightblue: #00aced;
@green :#1bd071 ;
@yellow :#f9cc3b;
@pink :#ebc8c2;
@blue :#313e44;
@yellow :#fdae28;
@facebook :#3b5998;
@twitter :#00aced;
@gplus :#cb2027;

@bordercolor :#ecf1f5;

@font-face {
    font-family: 'league_gothicregular';
    src: url('../css/webfonts/leaguegothic-regular-webfont.woff2') format('woff2'),
         url('../css/webfonts/leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1{
  font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: normal;
}
h2{
  font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: normal;
}
h3{
  font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: normal;
}
h4{
  font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: normal;
}
h5{
  font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: normal;
}
p{
  font-size:16px;
}
img {
  max-width: 100%;
}
.hero{
  height: 760px;
  background: url(../images/hero_bg.png) top center no-repeat;
  #logo{
    margin-top:20px;
    float: left;
  }
  h1{
    font-size:64px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: normal;
    margin-top:120px;
    color:#222;
    margin-bottom:0px;
  }
  p{
    font-size:24px;
    color:#222;
  font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal;
    a{
      color:#fff;
      &:hover{
        text-decoration:underline;
      }
    }
  }
  .form{
    padding: 20px;
    background: #fff;
    width: 100%;
    float: right;
    label{
      display: block;
      font-weight: bold;
      color:#333;
    }
    input[type="text"], input[type="email"]{
      border: none;
      background: #ececec;
      padding: 14px;
      width: 100%;
      margin-bottom:10px;
    }
    .join{
      width: 100%;
      display: block;
      background: #e74c3c;
      .border-radius(3px);
      padding: 15px 0px;
      border: none;
      font-weight: bold;
      color:#fff;
      .transition(0.25s);
      &:hover{
        background:#e74c3c - 20%;
      }
    }
    .twitter{
      width: 100%;
      display: block;
      background: #1da1f2;
      .border-radius(3px);
      padding: 15px 0px;
      border: none;
      font-weight: bold;
      color:#fff;
      text-align: center;
      .transition(0.25s);
      margin-top:10px;
      &:hover{
        background:#1da1f2 - 20%;
      }
    }
  }
}
.second{
  padding: 60px 0px;
  text-align: center;
  h2{
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size:32px;
  }
  h3{
    font-size:52px;
    text-transform: uppercase;
  }
  .members{
    text-align: center;
  }
  a{
    display: inline-block;
  }
}
.third{
  padding: 40px 0px;
  h3{
    font-size:64px;
    background: #fff;
    margin-top:-64px;
    margin-bottom:0px;
    line-height: 65px;
    padding: 5px 30px 5px 0px;
    display: inline-block;
    text-transform: uppercase;
  }
  img{
    width: 100%;
  }
}
.fourth{
  text-align: center;
  padding: 40px 0px;
  background: #f7f7f7;
  margin-bottom:30px;
  h3{
    font-size:34px;
    text-transform: uppercase;
  }
  .input{
    width: 160px;
    background: #fff;
    padding: 8px 5px;
    border:1px solid #222;
    clear: both;
    position: relative;
  font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size:24px;
    text-align: center;
    margin-left:1px;
    &:after{
      width:200px;
      height: 200px;
      position: absolute;
      top:42px;
      left:24px;
      display: block;
      background: red;
    }
  }
  .donate{
    margin-top:2px;
    font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
    background: #222;
    border: none;
    clear: both;
    display: inline-block;
    color:#fff;
    width: 160px;
    padding: 8px 0px;
    font-size:24px;
  }
}

.fifth{
  background: url(../images/fifth_bg.jpg) bottom left #506e94 no-repeat;
  padding: 50px 0px;
  height: 450px;
  h4{
    margin-top:100px;
    font-size:48px;
    text-transform: uppercase;
    color:#fff;
  }
  p{
    color:#fff;
  }
  .get-code{
    margin-top:2px;
    font-family: "league_gothicregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
    background: #222;
    border: none;
    clear: both;
    display: inline-block;
    color:#fff;
    width: 120px;
    padding: 13px 0px;
    font-size:24px;
    text-align: center;
    text-transform: uppercase;
  }
  img{
    margin-top:-70px;
  }
}
footer{
  margin-top:80px;
  padding: 50px 0px;
  h5{
    font-size:32px;
    margin-bottom:30px;
    text-transform: uppercase;
  }
  ul{
    padding:0px;
    li{
      font-size:18px;
      margin-bottom:20px;
    }
  }
  a.with-icon{
    display: block;
    font-size:18px;
    color:#222;
    margin-bottom:20px;
    text-decoration: none;
    i.icon{
      font-size:32px;
    }
  }
  a{
    color:#222;
    text-decoration: underline;
    &:hover{
      background:#222;
      color:#fff;
    }
  }
}
@media only screen and (max-width:940px) {
  .home{
    .hero{
      .form{
        display: none !important;
      }
    }
  }
}
@media only screen and (max-width:767px) {
  .fifth{
    padding: 20px 0px;
    background: #6788b7;
    h4{
      margin:0px;
    }
    img{
      margin:0px;
    }
  }
  .third{
  }
  #logo{
    transform:scale(0.7);
    margin-top:-5220px;
    top:-20px;
    margin-left:-30px;
    position: relative;
  }
  .hero{
    height: auto;
    background: #6788b7;
    .form{
      width: 100%;
    }
    h1{
      color:#222;
      margin:0px;
    }
  }
  .fifth{
    height: auto;
    img{
      max-width: 100%;
    }
  }
}

.hidden {
  display: none;
}
.disclaimer {
  padding-top: 15px;
}

body.modal-open {
  overflow: hidden;
}
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.8);
  overflow: auto;
}
.modal {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 90%;
  max-width: 420px;
  max-height: 96vh;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 5px;
}
.modal-scroll {
  padding: 40px;
  overflow-y: auto;
  text-align: center;
}
.modal-scroll .push-top {
  margin-top: 20px;
}
.modal .close {
  position: absolute;
  top:   10px;
  right: 10px;
  background-color: transparent;
  border:none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}
.modal .close:focus {
  outline: none;
}
