@charset "utf-8";
/* CSS Document */

/* --- Style --- */
#hero-container{
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: 100% auto;
  background-color: #2b2b2b;
}
#hero-1300{display: none;}
#hero-1170{display: none;}
#hero-970{display: none;}
#hero-750{display: none;}
#hero-480{display: none;}
#hero-320{display: none;}
#res-cash-dot-1170{ display: none;} #res-cash-dot-970 { display: none;} #res-cash-dot-320 { display: none;}
#res-people-dot-1170{ display: none;} #res-people-dot-970 { display: none;} #res-people-dot-320 { display: none;}
#res-sliders-dot-1170{ display: none;} #res-sliders-dot-970 { display: none;} #res-sliders-dot-320 { display: none;}
#header-container{
  padding-top: 37px;
}
#sign-up-block{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.img-dot{
  margin-left: auto;
  margin-right: auto;
}
body{
  height: auto;
  font-family: 'Neue Einstellung Regular';  
}
html{
  font-family: 'Neue Einstellung Regular';  
  width: 100%;
  font-size: 62.5%;
}
h1{
  font-family: 'Neue Einstellung Regular';  
  color:#00FFE1;
  font-size: 60px;
  font-size: 6.0rem;
  text-shadow: 1px 1px 2px #000;
  padding: 0px;
  margin: 0px;
}
h2{
  font-family: 'Neue Einstellung Regular';  
  margin: 15px 0px 0px 40px;
  font-size: 30px;
  font-size: 3.0rem;
  text-shadow: 1px 1px 2px #000;
  padding: 0px;
  color: #FFF;
}
h3{
  font-size: 24px;
  font-size: 2.4rem;
  color: #B3ADAC;
}
h4 > a{
  font-size: 18px;
  font-size: 1.8rem;
  color: #B3ADAC;
  text-decoration: underline;
}
h4 > a:hover{
  color: #FFF;
}

#sign-up-block button{
  padding: 15px 20px;
  font-size: 36px;
  font-size: 3.6rem;
  border-width: 0px;
  border-color: #777;
  border-radius: 15px;
  border-style: solid;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #00FFE1;
  color: #000;
}
#sign-up-block  button:hover{
  background-color: #94fff2;
}
#header-container button{
  margin: 25px 0px 0px 170px;
  padding: 5px 25px;
  font-size: 24px;
  font-size: 2.4rem;
  border-width: 0px;
  border-color: #777;
  border-radius: 15px;
  border-style: solid;
  background-color: #00FFE1;
  color: #000;
}
#header-container button:hover{
  background-color: #94fff2;
}
#info-row{
  max-width: 1400px;
}
.info-panel{
  margin-bottom: 20px;
}
.info-bkg
{
  text-align: center;
  margin: -50px 0px 0px 0px;
  padding: 75px 15px 20px 15px;
  background-color: #FFF;
}
.info-header
{
  font-family: 'Neue Einstellung Regular';  
  font-size: 24px;
  font-size: 2.4rem;
  color: #2B2B2B;
}
.info-text
{
  font-family: 'Neue Einstellung Regular';  
  padding-top: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2B2B2B;
}

@media(min-width: 1200px){
  #hero-container{
    background: url('static/assets/hero-1300.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-color: #2b2b2b;
  }
  #cash-dot-1170{ display: block;} #cash-dot-970 { display: none;} #cash-dot-320 { display: none;}
  #people-dot-1170{ display: block;} #people-dot-970 { display: none;} #people-dot-320 { display: none;}
  #sliders-dot-1170{ display: block;} #sliders-dot-970 { display: none;} #sliders-dot-320 { display: none;}
  
  #header-container{
    margin-bottom: 275px;
  }
  .info-bkg
  {
    margin: -56px 0px 0px 0px;
    padding: 75px 15px 20px 15px;
    min-height: 360px;
  }
  .info-header
  {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .info-text
  {
    padding-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media(min-width: 1500px){
  #header-container{
    margin-bottom: 450px;
  }
}

@media(min-width: 2000px){
  #header-container{
    margin-bottom: 500px;
  }
  #disclosure{
    color: #CCC;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  #hero-container{
    background: url('static/assets/hero-1170.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-color: #2b2b2b;
  }
  #header-container{
    margin-bottom: 225px;
  }
  #cash-dot-1170{ display: none;} #cash-dot-970 { display: block;} #cash-dot-320 { display: none;}
  #people-dot-1170{ display: none;} #people-dot-970 { display: block;} #people-dot-320 { display: none;}
  #sliders-dot-1170{ display: none;} #sliders-dot-970 { display: block;} #sliders-dot-320 { display: none;}
  #header-container button{
    margin-left: 150px;
  }
  .info-bkg
  {
    margin: -40px 0px 0px 0px;
    padding: 75px 15px 20px 15px;
    min-height: 410px;
  }
  .info-header
  {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .info-text
  {
    padding-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  #hero-container{
    background: url('static/assets/hero-970.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;  
    background-size: 100% auto;
    background-color: #2b2b2b;
  }
  #cash-dot-1170{ display: none;} #cash-dot-970 { display: block;} #cash-dot-320 { display: none;}
  #people-dot-1170{ display: none;} #people-dot-970 { display: block;} #people-dot-320 { display: none;}
  #sliders-dot-1170{ display: none;} #sliders-dot-970 { display: block;} #sliders-dot-320 { display: none;}
  #header-container{
    margin-bottom: 160px;
  }
  h1{
    font-size: 48px;
    font-size: 4.8rem;
    padding: 0px;
    margin: 0px;
  }
  h2{
    margin: 12px 0px 0px 25px;
    font-size: 26px;
    font-size: 2.6rem;
    padding: 0px;
  }
  #header-container button{
    margin: 12px 0px 0px 90px;
    padding: 7px 15px;
    font-size: 20px;
    font-size: 2.0rem;
    border-radius: 15px;
  }
  .info-bkg
  {
    margin: -40px 0px 0px 0px;
    padding: 60px 15px 20px 15px;
  }
  .info-header
  {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .info-text
  {
    padding-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media(min-width: 480px) and (max-width: 767px){
  #hero-container{
    background: url('static/assets/hero-750.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-color: #2b2b2b;
  }
  #cash-dot-1170{ display: none;} #cash-dot-970 { display: block;} #cash-dot-320 { display: none;}
  #people-dot-1170{ display: none;} #people-dot-970 { display: block;} #people-dot-320 { display: none;}
  #sliders-dot-1170{ display: none;} #sliders-dot-970 { display: block;} #sliders-dot-320 { display: none;}
  #header-container{
    margin-bottom: 140px;
    padding-top: 15px;
  }
  #header-buffer{
    margin-top: -10px;
    margin-left: 3px;
  }
  h1{
    font-size: 36px;
    font-size: 3.6rem;
    padding: 0px;
    margin: 0px;
  }
  h2{
    margin: 10px 0px 0px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0px;
  }
  #header-container button{
    margin: 8px 0px 0px 50px;
    padding: 8px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 15px;
  }
  .info-bkg
  {
    margin: -40px 0px 0px 0px;
    padding: 60px 15px 20px 15px;
  }
  .info-header
  {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .info-text
  {
    padding-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media(min-width: 320px) and (max-width: 479px){
  #hero-container{
    background: url('static/assets/hero-480.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-color: #2b2b2b;
  }
  #cash-dot-1170{ display: none;} #cash-dot-970 { display: none;} #cash-dot-320 { display: block;}
  #people-dot-1170{ display: none;} #people-dot-970 { display: none;} #people-dot-320 { display: block;}
  #sliders-dot-1170{ display: none;} #sliders-dot-970 { display: none;} #sliders-dot-320 { display: block;}
  #header-container{
    margin-bottom: 160px;
    padding-top: 15px;
  }
  #header-buffer{
    margin-left: -62px;
  }
  h1{
    font-size: 30px;
    font-size: 3.0rem;
    padding: 0px;
    margin: 0px;
  }
  h2{
    margin: 8px 0px 0px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px;
  }
  h3{
  font-size: 20px;
  font-size: 2.0rem;
  }
  h4{
  font-size: 16px;
  font-size: 1.6rem;
  }
  #sign-up-block button{
  padding: 12px 15px;
  font-size: 28px;
  font-size: 2.8rem;
  }
  #header-container button{
    margin: 6px 0px 0px 40px;
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 15px;
  }
  .info-bkg
  {
    margin: -27px 0px 0px 0px;
    padding: 60px 15px 20px 15px;
  }
  .info-header
  {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .info-text
  {
    padding-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media(max-width: 319px){
  #hero-container{
    background: url('static/assets/hero-320.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-color: #2b2b2b;
  }
  #cash-dot-1170{ display: none;} #cash-dot-970 { display: none;} #cash-dot-320 { display: block;}
  #people-dot-1170{ display: none;} #people-dot-970 { display: none;} #people-dot-320 { display: block;}
  #sliders-dot-1170{ display: none;} #sliders-dot-970 { display: none;} #sliders-dot-320 { display: block;}
  #header-container{
    margin-bottom: 75px;
    padding-top: 10px;
  }
  #header-buffer{
    margin-left: -70px;
  }
  h1{
    font-size: 30px;
    font-size: 3.0rem;
    padding: 0px;
    margin: 0px;
  }
  h2{
    margin: 8px 0px 0px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px;
  }
  #sign-up-block button{
  padding: 12px 15px;
  font-size: 28px;
  font-size: 2.8rem;
  }
  #header-container button{
    margin: 6px 0px 0px 40px;
    padding: 8px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 15px;
  }
  .info-bkg
  {
    margin: -25px 0px 0px 0px;
    padding: 60px 15px 20px 15px;
  }
  .info-header
  {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .info-text
  {
    padding-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
