@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&family=Ubuntu:wght@400;700&display=swap');

html {
    max-width: 100%;
}

.main-page {
    height: 100%;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(#3d2a19, #d47257);
}

.main-links {
    text-decoration: none;
    cursor: pointer;
    color: #49270a;
}

nav {
    display: none;
}

.mobile-menu {
    cursor: pointer;
    margin: 0 3%;
}

.mobile-menu-exit {
    max-width: 25px;
    padding: 20px 15px;
    cursor: pointer;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: #d47257;
    border-radius: 5px;
}

.title {
    text-align: center;
    text-decoration: none;
    color: #3d2a19;
    margin: 0 3%;
    font-size: 13px;
}

.hero {
    text-align: center;
    max-width: 95vw;
    padding: 1em;
    color: rgb(241, 226, 226);
}

.sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 1em;
}

section {
    border: 3px solid #403b42;
    border-radius: 5px;
    max-width: 45vw;
    cursor: pointer;
    background-color: white;
}

.boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 20px;
}

#nerd-box {
    display: none;
}

.links-out {
    max-height: 95%;
}

.back-btn {
    font-family: 'Cinzel', sans-serif;
    background-color: #2e1f12;
    color: #d47257;
    padding: 10px;
    border-style: none;
    border-radius: 25px;
}

.btn-back {
    display: none;
}

.box-img {
    max-width: 95%;
}

#dune-img {
    border-radius: 10px;
}

.box-text {
    padding: 10px;
    color: #2e1f12;
    font-family: 'Ubuntu', sans-serif;
    font-size: 95%;
}

.back-text {
    color: #a54d35;
}

.footer {
    padding: 25px;
    text-align: center;
    color: #685c62;
}

/*general recipe page settings*/

.recipe-page {
    display: flex;
    flex-direction: column;
}

.hero-img {
    width: auto;
    max-width: 90vw;
    height: auto;
    max-height: 65vh;
}

.img-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ing-title {
    text-align: center;
}

.steps-title {
    text-align: center;
}

.extra-title {
    text-align: center;
    text-decoration: underline;
}

.directory {
    height: 75vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.ingredients > li {
    margin-bottom: 5px;
}

.steps > li {
    margin-bottom: 7px;
}

.pick-steps {
    margin: 16px 20px;
}

/*wow settings*/

.wow-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(#2a0449, #c599e9);
}

.wow-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: #b3c996f3;
    border-radius: 5px;
}

.wow-title {
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0 3%;
    font-size: 13px;
}

.wow-links {
    text-decoration: none;
    cursor: pointer;
    color: rgb(18, 38, 107);
}

.hero-wow1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-wow1 {
    font-size: 25px;
    color: #fed337;
    text-align: center;
}

.wow-citation {
    padding: 15px;
    border: 2px solid #2a0449;
    background-color: #2a0449;
    color: white;
    border-radius: 5px;
}

.wowcite-link {
    text-decoration: none;
    color: #b3c996f3;
}

.wowdir-title {
    text-align: center;
    color: white;
}

.wow-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid white;
    border-radius: 5px;
}

/*hp settings*/

.hp-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(rgb(59, 45, 6), rgb(236, 213, 150));
}

.hp-links {
    text-decoration: none;
    cursor: pointer;
    color: rgb(8, 71, 8);
}

.hp-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: rgb(141, 15, 15);
    border-radius: 5px;
}

.hp-title {
    text-align: center;
    text-decoration: none;
    color: #fed337;
    margin: 0 3%;
    font-size: 13px;
}

.hero-hp {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-hp {
    font-size: 25px;
    color: rgb(243, 237, 209);
    text-align: center;
}

.hp-citation {
    padding: 15px;
    border: 2px solid rgb(25, 25, 141);
    background-color: rgb(25, 25, 141);
    color: silver;
    border-radius: 5px;
}

.hpcite-link {
    text-decoration: none;
    color: rgb(243, 237, 209);
}

.hpdir-title {
    text-align: center;
    color: rgb(243, 237, 209);
}

.hp-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid rgb(8, 71, 8);
    background-color: rgb(8, 71, 8);
    border-radius: 5px;
}

.hp-section > a {
    color: rgb(243, 237, 209);
}

/*lotr settings*/

.lotr-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(rgb(4, 80, 38), rgb(89, 247, 154));
}

.lotr-links {
    text-decoration: none;
    cursor: pointer;
    color: #f3c890;
}

.lotr-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: rgb(102, 73, 9);
    border-radius: 5px;
}

.lotr-title {
    text-align: center;
    text-decoration: none;
    color: #e69e40;
    margin: 0 3%;
    font-size: 13px;
}


.hero-lotr {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-lotr {
    font-size: 25px;
    color: rgb(243, 237, 209);
    text-align: center;
}

.lotr-citation {
    padding: 15px;
    border: 2px solid rgb(28, 90, 119);
    background-color: rgb(28, 90, 119);
    border-radius: 5px;
    color: white;
}

.lotrcite-link {
    text-decoration: none;
    color: #f3c890;
}

.lotrdir-title {
    text-align: center;
    color: rgb(243, 237, 209);
}

.lotr-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid rgb(8, 71, 8);
    background-color: rgb(8, 71, 8);
    border-radius: 5px;
}

/*dune settings*/

.dune-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(rgb(241, 160, 9), rgb(245, 228, 153));
}

.dune-links {
    text-decoration: none;
    cursor: pointer;
    color: #c04106;
}

.dune-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: rgb(238, 225, 170);
    border-radius: 5px;
}

.dune-title {
    text-align: center;
    text-decoration: none;
    color: #5cc2eb;
    margin: 0 3%;
    font-size: 13px;
}


.hero-dune {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-dune {
    font-size: 25px;
    color: rgb(243, 237, 209);
    text-align: center;
}

.dune-citation {
    padding: 15px;
    border: 2px solid #c04106;
    background-color: #c04106;
    border-radius: 5px;
}

.dunecite-link {
    text-decoration: none;
    color: #5cc2eb;
}

.dunedir-title {
    text-align: center;
    color: rgb(243, 237, 209);
}

.dune-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid rgb(243, 237, 209);
    background-color: rgb(243, 237, 209);
    border-radius: 5px;
}

/*botw settings*/

.botw-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(rgb(142, 201, 66), rgb(243, 235, 201));
}

.botw-links {
    text-decoration: none;
    cursor: pointer;
    color: #1e515a;
}

.botw-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: rgb(243, 235, 201);
    border-radius: 5px;
}

.botw-title {
    text-align: center;
    text-decoration: none;
    color: #5cc2eb;
    margin: 0 3%;
    font-size: 13px;
}


.hero-botw {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-botw {
    font-size: 25px;
    color: rgb(78, 62, 16);
    text-align: center;
}

.botw-citation {
    padding: 15px;
    border: 2px solid #5cc2eb;
    background-color: #5cc2eb;
    border-radius: 5px;
}

.botwcite-link {
    text-decoration: none;
    color: rgb(78, 62, 16);
}

.botwdir-title {
    text-align: center;
    color: rgb(243, 235, 201);
    text-decoration: none;
    font-size: 13px;
}

.botw-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid #5cc2eb;
    background-color: #5cc2eb;
    border-radius: 5px;
}

/*atla settings*/

.atla-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(rgb(91, 169, 241), rgb(252, 249, 236));
}

.atla-links {
    text-decoration: none;
    cursor: pointer;
    color: #97cad3;
}

.atla-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: rgb(25, 121, 41);
    border-radius: 5px;
}

.atla-title {
    text-align: center;
    text-decoration: none;
    color: #4b3012;
    margin: 0 3%;
    font-size: 13px;
}


.hero-atla {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-atla {
    font-size: 25px;
    color: rgb(78, 62, 16);
    text-align: center;
}

.atla-citation {
    padding: 15px;
    border: 2px solid rgb(91, 169, 241);
    background-color: rgb(91, 169, 241);
    border-radius: 5px;
}

.atlacite-link {
    text-decoration: none;
    color: rgb(78, 62, 16);
}

.atladir-title {
    text-align: center;
    color: rgb(25, 121, 41);
    text-decoration: none;
    font-size: 13px;
}

.atla-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid #b64d07;
    background-color: #b64d07;
    border-radius: 5px;
}

/*ghibli settings*/

.ghibli-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(rgb(107, 94, 64), rgb(243, 235, 201));
}

.ghibli-links {
    text-decoration: none;
    cursor: pointer;
    color: #2a866f;
}

.ghibli-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: #ebe95c;
    border-radius: 5px;
}

.ghibli-title {
    text-align: center;
    text-decoration: none;
    color: #194430;
    margin: 0 3%;
    font-size: 13px;
}


.hero-ghibli {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-ghibli {
    font-size: 25px;
    color: rgb(243, 235, 201);
    text-align: center;
}

.ghibli-citation {
    padding: 15px;
    border: 2px solid #1c4574;
    background-color: #1c4574;
    border-radius: 5px;
    color: white;
}

.ghiblicite-link {
    text-decoration: none;
    color: rgb(218, 204, 164);
}

.ghiblidir-title {
    text-align: center;
    color: #ebe95c;
    text-decoration: none;
    font-size: 13px;
}

.ghibli-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid #1c4574;
    background-color: #1c4574;
    border-radius: 5px;
}

/*skyrim settings*/

.skyrim-page {
    height: 100%;
    width: 95vw;
    margin: 10px;
    display: inline-block;
    font-family: 'Cinzel', sans-serif;
    background-image: linear-gradient(rgb(0, 0, 0), rgb(88, 88, 88));
}

.skyrim-links {
    text-decoration: none;
    cursor: pointer;
    color: #3d1572;
}

.skyrim-page > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 95vw;
    background-color: #b4b4b4;
    border-radius: 5px;
}

.skyrim-title {
    text-align: center;
    text-decoration: none;
    color: #194430;
    margin: 0 3%;
    font-size: 13px;
}


.hero-skyrim {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    gap: 5px;
}

.title-skyrim {
    font-size: 25px;
    color: rgb(243, 235, 201);
    text-align: center;
}

.hero-skyrim > cite {
    color: white;
}

.main-skyrim {
    color: white;
}

.skyrim-citation {
    padding: 15px;
    border: 2px solid #233242;
    background-color: #233242;
    border-radius: 5px;
    color: white;
}

.skyrimcite-link {
    text-decoration: none;
    color: rgb(218, 204, 164);
}

.skyrimdir-title {
    text-align: center;
    color: #b4b4b4;
    text-decoration: none;
    font-size: 13px;
}

.skyrim-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid #5a799c;
    background-color: #5a799c;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) {
    .main-page, .wow-page, .hp-page, .lotr-page, .dune-page, .botw-page, .atla-page, .ghibli-page, .skyrim-page {
        margin: 20px;
    }
    .mobile-menu {
        text-align: left;
        width: 25px;
    }
    .header {
        justify-content: space-evenly;
    }
    .title, .wow-title, .hp-title, .lotr-title, .dune-title, .botw-title, .atla-title, .ghibli-title, .skyrim-title {
        margin: 1% 3%;
        font-size: 20px;
    }
    .hero, .box-text, .footer, nav {
        font-size: 20px;
    }
    .sections {
        grid-template-columns: repeat(3, 1fr);
    }
    #nerd-box {
        display: flex;
        text-align: center;
    }
    .wow-section, .hp-section, .lotr-section, .dune-section, .botw-section, .atla-section, .ghibli-section, .skyrim-section, .wowdir-title, .hpdir-title, .lotrdir-title, .dunedir-title, .botwdir-title, .atladir-title, .ghiblidir-title, .skyrimdir-title {
        font-size: 30px;
    }
    .title-wow1, .title-atla, .title-botw, .title-dune, .title-ghibli, .title-hp, .title-lotr, .title-skyrim {
        font-size: 35px;
    }
    .recipe-page {
        font-size: 20px;
    }
    .hero-img {
        width: auto;
        max-width: 90vw;
        height: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-menu {
        width: 35px;
    }
    .title, .wow-title, .hp-title, .lotr-title, .dune-title, .botw-title, .atla-title, .ghibli-title, .skyrim-title {
        margin: 1% 3%;
        font-size: 25px;
    }
    .hero, .box-text, .btn-back, .footer, nav {
        font-size: 25px;
    }
    .sections {
        grid-template-columns: repeat(4, 1fr);
    }
    #nerd-box {
        display: none;
    }
    .title-wow1, .title-atla, .title-botw, .title-dune, .title-ghibli, .title-hp, .title-lotr, .title-skyrim {
        font-size: 50px;
    }
    .recipe-page {
        font-size: 25px;
    }
    .hero-wow1, .hero-atla, .hero-botw, .hero-dune, .hero-ghibli, .hero-hp, .hero-img, .hero-lotr, .hero-skyrim {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        max-width: 95vw;
    }
    .hero-img, .img-group {
        max-width: 60vw;
    }
}

@media only screen and (min-width: 1300px) {
    .mobile-menu {
        width: 45px;
    }
    .hero, .box-text, .footer, nav {
        font-size: 35px;
    }
    .wow-section, .hp-section, .lotr-section, .dune-section, .botw-section, .atla-section, .ghibli-section, .skyrim-section, .wowdir-title, .hpdir-title, .lotrdir-title, .dunedir-title, .botwdir-title, .atladir-title, .ghiblidir-title, .skyrimdir-title {
        font-size: 40px;
    }
    .hero-wow1, .hero-atla, .hero-botw, .hero-dune, .hero-ghibli, .hero-hp, .hero-img, .hero-lotr, .hero-skyrim {
        justify-content: space-evenly;
    }
}