html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-size: 21px;
  font-size: 1.32rem;
  color: #ffffff;
  background-color: #A81067;
  font-family: 'Averia Sans Libre', sans-serif;
  text-align: center;
}

#site-container {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;

  background-color: #A81067; /* for some reason the 'body' element's color doesn't take in full screen mode */
}

#background-container {
  
  background-image: url(/img/skimask-purp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}


  #header {
    height: 10vh;

    display:flex;
    align-items: center;
    justify-content: center;
  }

    h1 {
      font-weight: bold;
      font-size: 28px;
      font-size: 1.75rem;
    }


  #center-area {
    height: 80vh;

    display:flex;
    align-items: center;
    justify-content: center;
  }


    .ad-lib-container {
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 15px;
      width: 100%;
      /*max-width: 520px;*/
      overflow-x: hidden;
      line-height: 55px;
      font-size: 60px; 
      font-weight : 900;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;


      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; 
    }

      .ad-lib {
        position: relative;
      }

  #footer {
    height: 10vh;

    display:flex;
    align-items: center;
  }

    #counter {
      flex: 1;

      display: flex;
      justify-content: flex-start;
    }

      #count {
        padding-left: 15px;
      }

    #buttons {
      max-height: 30px;

      flex: 1;

      display: flex;
      justify-content: center;
    }


      .button {
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
      }

    #fullscreen{
      flex: 1;

      display: flex;
      justify-content: flex-end;
    }

      #fs {
        padding-right: 15px;
      }

.mobile-footer {
  height: 0vh;
}

.soundcloud-container {
  width: 480px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7vh;
  padding-bottom: 7vh;
}








a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

div {
  padding: 20 0 0 20px;
}

p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}


.emp {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.links {
  font-size: 18px;
  line-height: 24px;
}

#about-width {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}


.pa {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

#time {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.center {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

#play-start {
  cursor: pointer;
}

#fullscreen {
  cursor: pointer;
}

#full:-webkit-full-screen {
  width: 100%;
  height: 100%;
}


.sticky-footer {
  display: block;
  position: fixed;
  background: #FF0000;
  bottom: 0px;
  width: 100%;
  z-index: 100;

  min-height: 40px;
  font-size: 16px;
  line-height: 18px;
  padding-top: 5px;
}

.featured {
  padding-bottom: 5px;
}

.feature {
  width: 30px;
  height: 30px;
  margin: 2px;
}

@media only screen and (min-width: 320px) {

  .sticky-footer {
    min-height: 50px;
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
  }

}

.small-footer {
  display: block;
}

.large-footer {
  display: none;
}

@media only screen and (min-width: 620px) {

  .small-footer {
    display: none;
  }

  .large-footer {
    display: block;
  }

}

.valentines-card {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

