* {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'Daydream';
    src: url("../fonts/Daydream.ttf");
}
@font-face {
    font-family: 'vhs-gothic';
    src: url('../fonts/vhs-gothic.ttf');
}
body {
    background-image: url("../imgs/lairbg.jpg");
    background-attachment: fixed;
    color: #f0f0f0;
}
header {
    padding: 2rem;
    font-size: 2rem;
    font-family: 'Daydream'
}
header h1 {
    padding: 1.2rem;
    color: navajowhite;
}
header a {
  color: navajowhite; 
}
nav {
    flex-direction: column;
    border: 4px solid navajowhite;
    border-radius: 20px;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 6rem;
}
nav a {
    text-decoration: none;
    color: navajowhite;
}
main, header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
main {
    font-size: 1.4rem;
    font-family: 'vhs-gothic';
    text-align: justify;
    margin: 0 4rem;
    padding-top: 0;
}
main h2 {
    font-size: 3.2rem;
}
main #title {
    color: navajowhite;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid navajowhite;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
main img {
    width: 30%;
    position: relative;
    top: 1rem;
}
main p {
    font-weight: 300;
}
footer {
    padding: 0rem 4rem;   
}
footer img {
    width: 20%;
}
footer #buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    padding-top: 1rem;
    border-top: 2px solid navajowhite;
    gap: 1.4rem;
}
footer p {
    font-family: 'vhs-gothic';
    text-align: center;
    font-size: x-large;
    font-weight: 600;
    padding-bottom: 1rem;
}
section {
    display: flex;
    justify-content: center;
    padding: 4rem;
}
section img {
    width: 20%;
}
.info {
    padding-bottom: 4rem;
}
aside .construction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2.7rem;
}
aside .construction p {
    padding-bottom: 1rem;
    margin-top: 2rem;
}
aside #title {
    display: none;
}
aside iframe {
    justify-content: center;
    margin-bottom: 2rem;
}
aside iframe {
    display: none;
}
aside #fedora {
    display: none;
}
aside #disclaimer {
    width: 70%;
    font-size: 1.4rem;
}
aside .construction #pet, #fedora {
    display: none;
}
aside #cool {
    width: 100%;
}   
footer {
    margin-bottom: 5rem;
}
@media (min-width: 1024px) {
    main {
        grid-template-columns: 60% 1fr 36%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    main h2 {
        font-size: 1.6rem;
        padding-bottom: 0.4rem;
    }
    main img {
        position: static;
    }
    main #title {
        padding-bottom: 0;
        margin-bottom: 1rem;
    }
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.4rem;
        padding: 0 4rem;
        padding-top: 1rem;
    }
    header h1 {
        padding-left: 0;
    }
    nav {
        border: none;
    }
    nav ul {
        gap: 2rem;
    }
    .info {
        grid-column: 1;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    main {
        font-size: 1rem;
        font-weight: 400;
    }
    footer p {
        font-size: small;
        font-weight: 500;
    }
    footer {
        margin-bottom: 3rem;
    }
    section img {
        width: 10%;
    }
    footer img {
        width: 10%;
    }
    aside {
        display: block;
        grid-column: 3;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    aside .construction {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 2.7rem;
        border-top: 4px solid navajowhite;
        border-bottom: 4px solid navajowhite;
    }
    aside #title {
        display: block;
    }
    aside .construction {
        display: flex;
        justify-content: center;
        position: relative;
        flex-direction: column;
        place-items: center;
        border: none;
    }
    aside .construction p {
        font-size: 1.2rem;
        padding-bottom: 0;
        margin-top: 0;
    }
    aside .construction img {
        width: 24rem;
    }
    aside #disclaimer {
        display: none;
    }
    aside .construction #pet, aside .construction #fedora {
        display: block;
    }
    aside .construction #cool {
        display: none;
    }
    section {
        padding: 0;
        margin: 0;
    }
}
