html{
  height: 100%;
}
body{
  position: relative;
  font-size: 22px;
  font-family: 'Lato', sans-serif !important;
  height: 100%;
}
#hero {
  color: #fff;
    padding-top: 6em;
    background-color: #3498db;
}
#hero .hero-title{
  font-size: 2.3em;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    padding-top: 0.66em;
    font-weight: 900;
    color: white;
}
.hero-title strong{
  color: white;
}
#hero .h2-headline {
    position: relative;
    margin: 0;
    padding: 2em 0.5em;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 200;
    font-size: 1.5em;
}

#proof {
    background-color: rgb(38, 96, 146);
  padding: 0.6em 0;
    color: white;
}
.social-proof{
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center;
}
.social-proof-quote {
    font-size: 1em;
    font-style: italic;
}
.social-proof-author {
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.title-description{
  padding-top: 3em;
  font-size: 1.2em;
}
#live {
  background: whitesmoke;
  position: relative;
}

#live .img-container{
  position: relative;
  margin: 3em auto 0;
}
#live .img-container img{
  width: 100%;
  height: 100%;
}
#live .img-name{
  position: absolute;
  bottom: 1em;
  height: 2em;
  margin: auto;
  color:#d9d9d9;
  text-shadow: #474747 2px 1px 1px;

}
.img-name#moore{
  left: 0;
}
.img-name#sasaki{
  left: 0;
  right: -15%;
}
.img-name#cohen{
  right: 0;
}
.bottom-img-container img{
  width: 100%;
}
#learn{
  padding-bottom: 100px;
}
#learn .h2-title{
  margin-top: 1em;
}

#learn img{
  max-width: 90%;
  margin: 2em 0;
}

#tools{
  background: whitesmoke;
  padding-bottom: 2em;
}

.tools-row{
  margin: 1.5em 0;
}
.tools-icon-container{
  font-size: 3em;
  color: rgb(61, 156, 220);
  text-align: center;
}
.tools-details{
  text-align: left;
  padding-left: 0.8em;
}
.tools-details p {
  margin-top: 0.8em;
}
.tools-details strong {
    text-transform: uppercase;
}

#footer_aai .h2-title, #footer_tnt .h2-title{
  padding-top: 1em;
}
#footer_aai .title-description{
  font-size: 1.2em;
  padding-top: 1em;
  margin-bottom: 1em;
}
#footer_tnt .title-description{
  padding-top: 1em;
}
#footer_aai .tools-row{
  margin: 0;
}

@media screen and (max-width: 800px) {
  .tools-details{
    text-align: center;
  }
  @media screen and (max-width: 600px) {

    .img-name#sasaki {
        left: 0;
        right: 0;
    }
  }
}
@media screen and (max-height: 400px) {
  #hero{
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media screen and (min-height: 800px){
  #hero{
    padding-top: 10em;
    width: 100%;
    height: 100%;
  }
  #proof{
    margin-top: -179px;
  }
}
