html {
    background-color: #EF93A6;
    color: black;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    font-style: normal;
    overflow-x: hidden;
}

/* hamburger menu */
#menu-toggle {
    opacity: 0;
}

#menu-toggle:checked+.menu-btn>span {
    transform: rotate(45deg);
}

#menu-toggle:checked+.menu-btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu-toggle:checked+.menu-btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu-toggle:checked~.menu-box {
    left: 0 !important;
}

#menu-toggle:checked~.menu-btn {
    position: fixed;
}

.menu-btn {
    position: absolute;
    top: 38px;
    left: 30px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
}

.menu-btn>span,
.menu-btn>span::before,
.menu-btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2.75px;
    background-color: black;
    transition-duration: 0.25s;
    border-radius: 3px;
}

.menu-btn>span::before {
    content: '';
    top: -8px;
}

.menu-btn>span::after {
    content: '';
    top: 8px;
}

.menu-box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 18em;
    height: 100vh;
    margin: 0;
    padding: 80px 0;
    list-style-type: none;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 1;
}

.menu-item {
    display: block;
    padding: 12px 24px;
    padding-left: 30px;
    color: black;
    font-family: 'Patrick Hand SC', cursive;
    font-size: 1.8rem;
    text-decoration: none;
    transition-duration: .25s;
    text-align: left;
}

.menu-item:hover {
    background-color: #D5C1FFcc;
    color: black;
    padding: 12px 36px;
}

.hamburger-nav {
    display: none;
}

nav {
    font-family: 'Patrick Hand SC', cursive;
    justify-content: space-between;
    display: flex;
    padding: 10px;
    background-color: black;
}

ul#nav {
    list-style-type: none;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 5%;
}

#nav li {
    float: left;
    text-align: left;
    font-size: 28px;
    flex: auto;
    margin: 10px;
}

#nav li a {
    padding: 25px;
    color: #EF93A6;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

#nav li a:hover {
    color: #8D0C44;
}

#nav li a#highlight {
    padding: 0;
    border-bottom: 2px solid white;
    color: white;
}

.logo {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    padding: 1% 6.5%;
    height: 110px;
}

.main-column {
    width: 60%;
    margin: auto;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

h4 {
    font-style: italic;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 3%;
}

.first {
    margin-bottom: 60px;
}

.image {
    width: 100%;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 4%;
}

.image img {
    width: 100%;
}

.sticker {
    width: 10%;
    margin: 0;
    padding: 0;
    display: flex;
}

#girls {
    float: right;
    margin-right: 7%;
    rotate: 20deg;
    width: 15%;
}

#fetch {
    rotate: -15deg;
    float: left;
    margin-top: 17%;
    margin-left: 10%;
    width: 12%;
}

.second {
    margin-bottom: 50px;
}

.second ul {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
}

.second h4{
    margin-bottom: 15px;
    margin-left: 7%;
}

* {
    box-sizing: border-box;
}

.row {
    width: 90%;
    margin: auto;
}

.songs {
    float: left;
    width: 50%;
}

.singers {
    text-align: right;
}

.row:after {
    content:"";
    display: table;
    clear: both;
}

#footer {
    background-color: black;
}

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.715);
    font-size: 15px;
    padding: 15px 5px;
    color: white;
    text-align: center;
}

.footer-logo {
    margin: 0;
    display: flex;
    height: 150px;
    padding-top: 3%;
}

.footer-content {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 70px;
}

.footer-content ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-content h1 {
    font-size: 22px;
    line-height: 2.5rem;
    color: white;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-content ul li a {
    color: #D5C1FF;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.7rem;
}

.footer-content ul li a:hover{
    color: #8D0C44;
}

.logo h2 {
    color: white;
    padding-top: 90px;
}

.logo-box a {
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 0;
    text-decoration: none;
    color: white;
    font-size: 22px;
}

.logo-box a:hover {
    color: #8D0C44;
}

@media (max-width: 1140px) {
    .row li {
        font-size: 14px;
    }
}

@media (max-width: 1037px) {
    ul#nav {
        margin-bottom: auto;
        margin-top: auto;
    }

    #nav li {
        font-size: 23px;
    }

    .row li {
        font-size: 13px;
    }

    .sticker {
        width: 8%;
        margin: 0;
    }

    #fetch {
        margin-left: 7%;
    }

    .second ul {
        padding-left: 0;
    }
    
    .second h4{
        margin-left: 0;
    }

    .row {
        width: 100%;
    }

}

@media (max-width: 951px) {
    #nav li {
        font-size: 20px;
    }

    .logo {
        height: 70px;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    ul#nav {
        margin-bottom: 2%;
        margin-top: 2%;
    }

    #nav {
        padding: 0;
    }

    #nav li {
        margin-left: 0;
        margin-right: 0;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 25px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }
}

@media (max-width: 793px) {
    .row li {
        font-size: 12px;
    }
}

@media (max-width: 740px) {
    #nav li {
        font-size: 18px;
    }

    .logo {
        height: 55px;
    }

    #fetch {
        width: 8%;
        margin-left: 6%;
    }
}

@media (max-width: 683px) {
   .main-column {
        width: 70%;
   }

   p {
        font-size: 15px;
        margin-bottom: 4%;
    }
}


@media (max-width: 647px) {
    /* hamburger menu */
    .hamburger-nav {
        display: block;
    }

    #nav {
        display: none;
    }

    nav {
        padding-bottom: 8%;
        background-color: #EF93A6;
    }

    .logo {
        position: absolute;
        top: 2%;
        right: 0;
    }

    .footer-content {
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .social-media, .footer-logo {
        padding: 20px;
    }

    footer {
        font-size: 13px;
    }
 
}

@media (max-width: 627px) {
    .main-column {
        width: 75%;
   }

   #fetch {
        width: 7%;
        margin-left: 5%;
    }
}

@media (max-width: 585px) {
    .logo {
        padding-bottom: 2%;
    }

    .main-column {
        width: 75%;
    }

   #fetch {
        margin-left: 3%;
    }

    .row li {
        font-size: 10px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }
}

@media (max-width: 488px) {
   #fetch {
        display: none;
    }

    .main-column {
        width: 80%;
    }
}

@media (max-width: 457px) { 
    nav {
        padding-bottom: 11%;;
    }

    .row li {
        font-size: 14px;
    }

    .songs {
        width: 100%;
        font-style: italic;
        padding-bottom: 5%;
    }
    
    .singers {
        /* text-align: left; */
        padding-bottom: 5%;
    }
}

@media (max-width: 425px) {

    .main-column {
        width: 85%;
    }

    #girls {
        display: none;
    }

    .footer-content h1 {
        font-size: 18px;
    }

    .footer-content li {
        font-size: 15px;
    }
    
    .footer-logo {
        height: 130px;
        padding-left: 10px;
    }

    footer {
        font-size: 11px;
    }

    .footer-content {
        display: grid;
        grid-template-columns: 1fr;
    }

    .explore-nav {
        padding-left: 20px;
    }

}

@media (max-width: 320px) {
    .logo {
        padding-bottom: 3%;
    }

    .menu-btn {
        left: 5%;
    }

    .main-column {
        width: 92%;
    }

    h1 {
        font-size: 30px;
    }
}