body {
    background-color: black;
    color:white; 
    font-family: 'Bebas-Neue',Arial, Helvetica, sans-serif;
    cursor: url(../img/Sooh\ cross.png), auto;
}
h1 {
font-size: 6vw;
font-weight: 400;
}

.intro {
    width: 50%;
    margin: auto;
    padding: 1rem
    h1 {
        font-size: 5vw
    }
}

.guide {
    display: flex;
    justify-content: space-around;
    padding: 0rem 10vw 0rem 10vw;
}

.soohimg {
    width: 75%;
    margin: auto;
}

.SOOH {
    h2 {
        text-align: center;
    }
    h3{
        color: black;
    }
}

h2 {
    font-size: 9vw;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 90%;
}

h3 {
    background-color: #6EC515;
    margin: 1rem 12vw 1rem 12vw;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
}

  .yt{
    max-width: 100%;
    padding: 0 12vw 0 12vw;
        .embed-container {
            margin-top: 5vw;
        }
  }

.newalbum {
    background-image: url(../img/angry\ red\ gradient.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat; 
    padding-bottom: 10rem;
    padding-top: 10rem;
    h1{
        text-align: center;
        font-size: 11vw;
    }
    img{
        transform: translateY(8%);
        max-width: 65%;
        margin: auto;
    }
}

.support {
    h3 {
        color: black;
        background-color: rgba(255, 255, 255, .75);
    }

    h2 {
        text-align: center;
    }
}

p {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 5vw;
    text-align: center;
    margin: 0rem 10vw 0rem 10vw;
}

.merch {

    h2 {
        text-align: center;
    }
   
    h3 {
        color: black;
        background-color: white;
    }

    .merchendise {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        grid-column-gap: 10px;
        padding: 5vw 3vw 28vw 5vw;
        row-gap: 80px;
    }
    
    .image:nth-child(1) img {
        transform: rotate(20deg);
        max-width: 110%;
    }

    .image:nth-child(2) img {
        transform: translateY(130%) translateX(-20%);
    }

    .image:nth-child(3) img {
        transform: rotate(-10deg);
        max-width: 100%;
    }

    .image:nth-child(4) img {
        transform:translateY(50%) rotate(15deg) translateX(10%);
        max-width: 85%;
    }

    .image:nth-child(5) img {
        max-width: 110%;
        transform: rotate(8deg);
    }

    .image:nth-child(6) img {
        max-width: 130%;
        transform: rotate(-15deg) translateY(40%) translateX(-38%);
    }

}

.visual {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 2vw;

    .frog {
        width: 100%; 
        height: auto; 
        overflow: hidden;
    }

    .tour {
        font-size: 18vw;
        transform: translateY(20%);
        padding-left: 12vw;
    }

    .tix {
         font-size: 6vw;
         position:absolute;
         transform: translateY(20%);
         padding-left: 12vw;
    }

}
 
h4 {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 4vw;
    font-weight: 900;
}

h5 {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 4vw;
    font-weight: 500;
}

h6 {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 4vw;
    font-weight: 300;
}

.info {
    width: 200px;
    margin: 5px 0px 5px 0px;

}

.buttons {
    h3 {
        margin: 8.5vw 0vw 0vw 10vw;
    }
}

.date{
    display: flex;
    justify-content: baseline space-evenly;
    padding-left: 12VW;
    padding-top: 2vw;
    h3 {
        color: black;
        background-color: white;
        padding: 0rem 2rem .25rem 2rem;
        font-size: 20px;
    }

    h5 {
        line-height: 5vw;
    }
}

.follow {
    h3 {
        font-size: 6vw;
        background-color: black;
        line-height: 6vw;
    }
    .buttons {
        font-size: 5vw;
        color: black;
        background-color: white;
        margin-bottom: 10vw;
    }
}

.newsletter {

    h3{
        font-size: 5vw;
        background-color: black;
        line-height: 2vw;
        margin-bottom: 2VW;
    }

    h5 {
        padding: 0rem 10vw .5rem 10vw;
        text-align: center;
        line-height: 4VW;
    }

    .buttons {
        font-size: 5vw;
        margin-bottom: 0;
        color: black;
        background-color: white;
        padding: 2vw;
    }

    h6{
        text-align: center;
        font-size: 4vw;
    }
}

.box {
    border: 2px solid #fff;
     margin: 1VW 12VW 2VW 12VW;
     max-width: 80%;
     HEIGHT: 6vw;

}

footer {
    font-family: acumin-pro-condensed, sans-serif;
    text-align: center;
    font-size: 3.5vw;
    padding-top: 3vw;
}

@media screen and (min-width: 850px) {
   
    .topper {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

.intro {
    max-width: 30%;
    padding-left: 6vw;
    margin-top: 2vw;
}

    .guide {
        padding: 0vw 6vw 0vw 0vw;
        margin: 0;
    h1 {
        font-size: 3vw;
        padding: 2vw;
    }
   }

.SOOH {
    display: flex;
  justify-content: center;
  align-items: center;
  H2 {
        font-size: 5VW;
   }
   
   h3 {
    margin: 2vw 0 0 3vw;
    padding: 0 3vw 0 3vw;
    line-height: 4vw;
    font-size: 3vw;
   }
}

.yt{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    padding: 1vw 7vw 0vw 9vw;
        .embed-container {
            margin: 1vw;
        }
  }

  .newalbum {
    background-size: 200% 110%;
    padding-bottom: 5rem;
    padding-top: 3rem;

    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    img {
        max-width: 40%;
        padding-right: 5vw;
    }
     h1{
        font-size: 5vw;
     }

    p{
        font-size: 2.5vw;
        line-height: 3vw;
        padding-bottom: 3vw;
        text-align: left;
    }
}

.support {
    transform: translateY(15%);
}
* {
    box-sizing: content-box; /* Reset box-sizing to default */
  }

.ipbutton{
    display: flex;
    margin: 0;
    margin-left: 9vw;
    h3{
        margin: 0 1vw;
        padding: 0 3vw ;
        font-size: 2vw;
        display: inline-block;
    }
}

.merch {
  
    h3{
        font-size: 3vw;
    }
    h2{
        font-size: 6vw;
    }
    .image:nth-child(1) img {
        transform: rotate(0deg);
        max-width: 100%;
    }
    .image:nth-child(2) img {
        transform: translateY(0) translateX(0);
    }

    .image:nth-child(3) img {
        transform: none;
        max-width: 100%;
    }

    .image:nth-child(4) img {
        transform:none;
        max-width: 85%;
    }

    .image:nth-child(5) img {
        max-width: 100%;
        transform: none;
    }

    .image:nth-child(6) img {
        max-width: 100%;
        transform:none;
    }

    .merchendise {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto); 
        padding: 5vw 10vw 5vw 10vw;
    }
    
}

   .soohimg {
        width: 40%;
   }

.frog {
    overflow: hidden;
}


.date {
    justify-content: space-between;
align-items: center;
    .info{
        display: flex;
        align-items: center;
        h6{
            margin-left: 10vw;
        }
    }

    .buttons{
        margin-right: 12vw;
        padding: 1vw 5vw 1vw 5vw;
        font-size: 3vw;
    }
    
}
}
