html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

section, header, footer, nav, div, span, ul, li, a {
    box-sizing: border-box;
}

.menu-icon {
  cursor: pointer;
  width: fit-content;
  font-size: 3em;
  text-decoration: none;
  float: right;
}

nav {
  display: none;
  width: fit-content;
  background-color:rgb(234, 79, 87, .8);
  float: right;
}

a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-family: helvetica;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 5%;
  background-color: black;
  color: white;
  padding-right: 25px;
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul li {
    padding: .5em;
}

section {
    float: left;
    display: block;
    height: 95%;
    margin: 5vh 0 0;
}

#section-section1 {
  background-image: url(../images/home2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
}

.one {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 640px;
  height: 250px;
  font-size: 20px;
  font-family: helvetica;
  line-height: 24px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  padding: 10px;
}

#section-section2 {
  background-image: url(../images/show.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.two {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 800px;
  height: 150px;
  font-size: 18px;
  font-family: helvetica;
  line-height: 20px;
  padding: 10px;
}


#section-section3 {
  background-image: url(../images/illim2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.three {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 645px;
  height: 100px;
  font-size: 20px;
  font-family: helvetica;
  padding: 10px;
}

#section-section4 {
  background-image: url(../images/mixtape.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.four {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 745px;
  height: 110px;
  font-size: 20px;
  font-family: helvetica;
  line-height: 25px;
  padding: 10px;
}

#section-section5 {
  background-image: url(../images/not.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.five {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 780px;
  height: 125px;
  font-size: 18px;
  font-family: helvetica;
  line-height: 25px;
  padding: 10px;
}

#section-section6 {
  background-image: url(../images/who.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.six {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 790px;
  height: 125px;
  font-size: 20px;
  font-family: helvetica;
  line-height: 25px;
  padding: 10px;
}

#section-section7 {
  background-image: url(../images/you.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.seven {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 780px;
  height: 110px;
  font-size: 20px;
  font-family: helvetica;
  line-height: 25px;
  padding: 10px;
}

#section-section8 {
  background-image: url(../images/award.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.eight {
  background-color:rgb(234, 79, 87, .7);
  color: white;
  width: 760px;
  height: 180px;
  font-size: 20px;
  font-family: helvetica;
  line-height: 24px;
  padding: 10px;
}

.horizon-prev, .horizon-next {
    position: fixed;
    top: 60%;
    margin-top: -24px;
    z-index: 9999;
}

.horizon-prev {
    left: 20px;
}

.horizon-next {
    right: 20px;
}

@media screen and (max-width: 1020px){

  #section-section1 {
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .one {
    font-size: 12px;
    line-height: 15px;
    width: 500px;
    height: auto;
    position: static;
    padding: 10px;
    text-align: center;
  }
  #section-section2{
    background-size: cover;
  }
  .two{
    font-size: 12px;
    line-height: 15px;
    height: auto;
    text-align: center;
  }
  #section-section3{
    background-size: auto;
  }
  .three{
    font-size: 12px;
    line-height: 15px;
    height: auto;
    text-align: center;
  }
  #section-section4{
    background-size: cover;
  }
  .four{
    font-size: 12px;
    line-height: 15px;
    height: auto;
    text-align: center;
  }
  #section-section5{
    background-size: cover;
  }
  .five{
    font-size: 12px;
    line-height: 15px;
    height: auto;
    text-align: center;
  }
  #section-section6{
    background-size: cover;
  }
  .six{
    font-size: 12px;
    line-height: 15px;
    height: auto;
    text-align: center;
  }
  #section-section7{
    background-size: cover;
  }
  .seven{
    font-size: 12px;
    line-height: 15px;
    height: auto;
    text-align: center;
  }
  #section-section8{
    background-size: cover;
  }
  .eight{
    font-size: 12px;
    line-height: 15px;
    height: auto;
    text-align: center;
  }
  iframe{
    height: 200px;
  }
}
