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;
    max-width: 100%;
}

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% 8%;
    height: 80px;
}

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

h1 {
    font-size: 40px;
    margin-bottom: 2px;
}

h3 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4 {
    font-size: 20px;
    font-style: italic;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

p {
    font-size: 16px;
}

hr {
    width: 50%;
    float: left;
    border: 1.25px solid black;
    margin-top: 0;
}

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

#book {
    float: right;
    rotate: 15deg;
    margin-right: 8%;
    margin-left: 1%;
    margin-top: 12%;
    width: 13%;
}

section {
    margin-bottom: 50px;
}

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

#cutout {
    float: right;
    margin-right: 13%;
    width: 20%;
    rotate: -12deg;
}

#footer {
    background-color: black;
    width: 100%;
    margin: auto;
}

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: 130px;
    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) {

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

    ul#nav {
        margin-bottom: auto;
        margin-top: auto;
    }

    #book {
        margin-left: 2%;
    } 
}


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

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

}

@media (max-width: 899px) {

    .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;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 18px;
    }

    p, .second li {
        font-size: 15px;
    }

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

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

    .logo {
        height: 55px;
    }

    .main-column {
        width: 75%;
   }

   #book {
    margin-right: 5%;
    margin-left: 3%;
    width: 11%;
    }   

    #cutout {
        margin-right: 5%;
        width: 18%;
    }

    .second hr {
        width: 70%;
    }

}

@media (max-width: 671px) {

   p, .second li {
        font-size: 15px;
    }


    .logo {
        padding-left: 0;
    }
}


@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: 585px) {
    .logo {
        padding-bottom: 2%;
    }

    .main-column {
        width: 80%;
    }

    h1 {
        font-size: 35px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    p, .second li {
        font-size: 14px;
    }

    #book {
        margin-right: 6%;
        margin-left: 3%;
    }  
}


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

    h1 {
        font-size: 32px;
    }

    .main-column {
        width: 88%;
    }

    #book {
        width: 18%;
        margin-left: 4%;

    }    

    #cutout {
        width: 25%;
    }

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

    .footer-content li {
        font-size: 15px;
    }

    footer {
        font-size: 11px;
    }

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

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

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

    .footer-logo {
        padding-left: 10px;
        height: 90px;
    }
}


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

    .menu-btn {
        left: 5%;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 17px;
    }
}