html, body {
  padding: 0;
  margin: 0;
}

.hidden{
  display: none;
}

body {
  background: white;

}

main{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;

}

html {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 2em;
}


@media screen and (min-width:768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width:890px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width:1050px) {
  html {
    font-size: 18px;

  }
}


h1 {
  font-family: 'Helvetica';
  font-weight: 700;
  font-size: 80px;
  font-size: 1.1rem;
margin: 2rem 0 1rem;
}

.small{
  font-size: 0.7rem;
}

h4 {
  font-size: 55px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #72c0ff;
}



h2 {
  font-size: 3.7rem;
}

h3 {
  /*font-size: 1.27rem;*/
  font-size: 0.88rem;
}

h4 {
  font-size: 2.11rem;
}

h5 {
  font-size: 1rem;
}

@media screen and (max-width:500px) {
  h1 {
    font-size: 2rem;
  }
}

blockquote{
    text-align: center;
}


.policy{
  margin: 0 10%;
  max-width: 1051px;
}
/*END Animated Music Note*/
#bottom-logo {
  width: 150px;
  display: block;
  position: relative;
  margin: 50px 0;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
}

footer {
  padding: 20px;
  /*background: linear-gradient(#88F4FF, #72C0FF);*/
}

footer a {
  text-decoration: none;
  color: #fff;
  color: black;
}


.copyright {
  color: #fff;
  color: black;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
}



/*button styling*/
#previousButton {
  border-radius: 5px;
  height: 60px;
  font-family: 'Avenir Next';
  font-size: 1rem;
  width: 60px;
  color: #88F4FF;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(#88F4FF, #72C0FF);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
   cursor: pointer;
  box-shadow: 2px 1000px 1px #fff inset;
  font-family: FontAwesome;
}



#previousButton {
  margin-right: 25px;
}


#previousButton .arrow::before {
  content: "\f060";

}

.policy a{

  text-decoration: none;
  background: linear-gradient( to left, #88f4ff, #72c0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/*end button styling*/

ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
}

ol ol > li {
    display: block;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

.underline{
  text-decoration: underline;
}
ol li {
  margin-top: 1em;
}


#terms-and-conditions{
  width: 100%;
  height: 100vh;
}
