/* Main elements */
body {
  margin: auto;
  color: #3C3C3C;
  background-color: #FCF8EB;
  font-family: 'Inter', sans-serif;
}

#main-container {
  margin: auto;
  max-width: 1520px;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 500;
}

p {
  font-weight: 200;
}

a:link {
  text-decoration: none;
  color: #3C3C3C;
}

a:visited {
  text-decoration: none;
  color: #3C3C3C;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-underline-offset: 0.1em;
  color: #3C3C3C;
}

a:active {
  color: #3C3C3C;
}

/* Responsive box declarations */
* {
  box-sizing: content-box;
}

[class*="col-"] {
  float: left;
  border: 0px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Menu elements */
.menu-frame {
  margin-top: 80px;
  margin-bottom: 80px;
}

.logoimage {
  padding-left: 50px;
  height: 100px;
}

.menu {
  padding-top: 42px;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  letter-spacing: -0.03em;
}

.gettheapp {
  padding-top: 24px;
  text-align: right;
}

.gettheappimage {
  padding-right: 50px;  
  height: 55px;
}

/* Boost and App elements */
.app-frame {
  margin: auto;
}

.boosttext {
  padding-top: 175px;
  padding-left: 50px;
  font-weight: 700;
  font-size: 5.5em;
  letter-spacing: -0.06em;
  line-height: 1.05em;
}

.boostunder{
  margin-left: -18px;
  color: #FCF8EB;
  position: relative;
  display: inline-block;
  z-index:0;
}

.boostunder:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 5px;
  right: 0;
  bottom: -3px;
  height: 0;
  border: 50px solid #575FCC;
  border-radius : 16px;
}

.aboutapptext {
  padding-top: 30px;
  padding-left: 50px;
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.25em;
  letter-spacing: -0.02em;
}

.appimage {
  width: 100%;
  padding-bottom: 40px;
}

.playstorebttn {
  padding-left: 50px;
  height: 55px;
}

/* Features elements */
.features-frame {
  margin: auto;
  background-color: white;
}

.featurestext {
  padding-top: 75px;
  padding-left: 50px;
  padding-bottom: 50px;
  font-weight: 700;
  font-size: 5.5em;
  letter-spacing: -0.06em;
  line-height: 1.05em;
}

.featuresimage {
  width: 100%;
}

.featureimageone {
  background-image: url(images/features-apps-one.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.featureimagetwo {
  background-image: url(images/features-apps-two.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.featureimagekleinscreen {
  display: none;
  background-image: url(images/features-apps-kleinscreen.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.featureimagekleinscreen {
  display: none;
}

/* Connect elements */
.connect-frame {
  margin: auto;
  padding-bottom: 70px;
  background-color: #575FCC;
}

.connecttext {
  color: white;
  padding-top: 75px;
  padding-left: 50px;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 5.5em;
  letter-spacing: -0.06em;
  line-height: 1.05em;
}

.social-icon-twitter {
  padding-left: 50px;
  height: 32px;
}

.social-icon-instagram {
  padding-left: 10px;
  height: 32px;
}

.legal-menu {
  color: white;
  text-align: right;
  padding-top: 9px;
  padding-right: 50px;
  font-size: 0.8em;
}

.legal-menu a:link {
  color: white;
}

.legal-menu a:visited {
  color: white;
}

.legal-menu a:hover {
  color: white;
}

.legal-menu a:active {
  color: white;
}

/* Screen sizes: < 1200 */
@media screen and (max-width: 1200px) {
  .boosttext {
    padding-top: 40px;
  }
}

/* Screen sizes: < 960 */
@media screen and (max-width: 960px) {
  .boosttext {
    padding-top: 60px;
    font-size: 3.5em;
    line-height: 1.1em;
  }
  
  .boostunder{
    margin-left: -10px;
  }

  .boostunder:before {
    left: 0;
    border: 35px solid #575FCC;
  }
  
  .aboutapptext {
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 1.15em;
  }

  .featurestext {
    font-size: 3.5em;
    line-height: 1.1em;
  }
  
  .connecttext {
    font-size: 3.5em;
    line-height: 1.1em;
  }
}

/* Screen sizes: < 720 */
@media screen and (max-width: 720px) {
  .boosttext {
    padding-top: 20px;
  }
  
  .featureimageone {
    display: none;
  }  
  
  .featureimagetwo {
    display: none;
  }

  .featureimagekleinscreen {
    display: inline;
    background-image: url(images/features-apps-kleinscreen.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

/* Screen sizes: < 620 to 360 */
@media screen and (max-width: 620px) {
  .kleinescreen {
    width: 100%;
    text-align: center;
  }

  .logoimage {
    padding-left: 0px;
    height: 80px;
  }

  .menu {
    width: 100%;
    padding-top: 24px;
  }

  .gettheapp {
    display:none;
  }

  .boosttext {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 3.5em;
    line-height: 1.1em;
  }
  
  .boostunder:before {
    left: 0px;
    border: 34px solid #575FCC;
  }

  .aboutapptext {
    padding-left: 0px;
    font-size: 1.15em;
  }

  .playstorebttn {
    padding-left: 0px;
    padding-bottom: 70px;
    height: 55px;
  }

  .appimage {
    padding-left: 18px;
    padding-bottom: 40px;
  }

  .features-frame {
    text-align: center;
  }

  .featurestext {
    padding-left: 0px;
  }

  .connect-frame {
    text-align: center;
  }

  .connecttext {
    padding-left: 0px;
  }

  .social-icon-twitter {
    padding-left: 0px;
  }

  .legal-menu {
    padding-right: 0px;
    padding-top: 30px;
    text-align: center;
  }
}