body {
    background-color: #1B2502;
    background-image: url('images/piczelspydr-large.jpg');
    background-size: 100%;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    margin: 0;
}
.logo {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.footer {
    position: absolute;
    left:46%;
    bottom: 0;
    color: white;
    font-size: 12px;
}
.footer-social {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.footer-social li {
    margin: 0 16px 0 0;
}
.footer-social li a {
    color: white;
    text-decoration: none;
}
.main-navigation {
    padding-left: 16px;
}
.nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.nav-menu li {
    margin: 0 32px 0 0;
}
.menu-item a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-shadow:
            -1px -1px 0 black, /* Top-left */
            1px -1px 0 black, /* Top-right */
            -1px 1px 0 black, /* Bottom-left */
            1px 1px 0 black; /* Bottom-right */
    transition: color 0.3s ease, background-color 0.3s ease;
}
.menu-item a:hover {
    color: #C9D374;
}
.active {
    color: #C9D374 !important;
    text-shadow:
            -1px -1px 0 #555555, /* Top-left */
            1px -1px 0 #555555, /* Top-right */
            -2px 2px 0 #222222, /* Bottom-left */
            2px 2px 0 #222222  !important;; /* Bottom-right */
}
.album {
    width: 40%;
    margin-left: 4%;
    margin-top: 240px;
}
.main-content {
    position: absolute;
    top: 60px;
    left: 5%;
    width: 40%;
    bottom: 48px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.main-content h1 {
    margin-top: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-shadow:
            -1px -1px 0 black, /* Top-left */
            1px -1px 0 black, /* Top-right */
            -2px 2px 0 black, /* Bottom-left */
            2px 2px 0 black; /* Bottom-right */
}
.main-content h2 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-shadow:
            -1px -1px 0 black, /* Top-left */
            1px -1px 0 black, /* Top-right */
            -2px 2px 0 black, /* Bottom-left */
            2px 2px 0 black; /* Bottom-right */
}
.main-content p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-shadow:
            -1px -1px 0 black, /* Top-left */
            1px -1px 0 black, /* Top-right */
            -1px 1px 0 black, /* Bottom-left */
            1px 1px 0 black; /* Bottom-right */
}
.main-content a {
    color: #C9D374;
    text-decoration: none;
}
button {
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    border: #C9D374 solid 1px;
}
@media (max-width: 1280px) {
    body {
        background-image: url('images/piczelspydr-medium.jpg');
    }
}
@media (max-width: 780px) {
    body {
        background-image: url('images/piczelspydr-small.jpg');
    }
    .menu-item a {
        font-size: 14px;
        font-weight: 600;
    }
    .nav-menu li {
        margin: 0 16px 0 0;
    }
    .footer {
        left: 24px;
    }
    .logo {
        width: 120px;
        height: 27px;
    }
    .main-navigation {
        padding-left: 8px;
    }
    .album {
        width: 74%;
        margin-left: 13%;
        margin-top: 200px;
    }
    .main-content {
        left: 10%;
        width: 80%;
    }
    .main-content h1 {
        font-size: 24px;
        font-weight: 600;
    }
    .main-content h2 {
        font-size: 20px;
        font-weight: 400;
    }
    .main-content p {
        font-size: 18px;
        font-weight: 400;
    }
}

@media (max-width: 400px) {
    .menu-item a {
        font-size: 12px;
        font-weight: 600;
    }
    .footer {
        left: 16px;
    }
    .logo {
        width: 107px;
        height: 24px;
    }
}

@media (max-height: 700px) {
    .main-content h1 {
        font-size: 22px;
        font-weight: 600;
    }
    .main-content h2 {
        font-size: 20px;
        font-weight: 400;
    }
    .main-content p {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (max-height: 438px) and (orientation: landscape) {
    .album {
        width: 74%;
        margin-left: 13%;
        margin-top: 40px;
    }
}
