html, body, #app {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Roboto', sans-serif;
}

/* General */
.no-space {
    margin: 0;
    padding: 0;
    border: 0;
}
.no-select {
    user-select: none;
}

/* Footer Section */
footer {
    color: white; 
    display: flex; 
    flex-direction: column; 
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}
#footer-bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#footer-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#footer-container {
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
footer h4 {
    margin: 20px;
    font-weight: normal;
}
footer h3 {
    color: #FFF9C4;
    font-weight: normal;
    margin: 5px 0px 5px 0px;
}

/* Contact Section */
#contact-section-logo {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin: 20px 10px 0px 10px;
}
#contact-logo {
    width: 160px;
    height: 160px;
}
#contact-logo img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: center;
}
.contact-section-container {
    display: flex;
    flex-direction: row;  
    align-items: center; 
    margin: 0;
}
.contact-section-container a {
    margin: 2px; 
    padding: 0; 
    text-decoration: none; 
    color: white;
}
.contact-section-container .icon {
    margin: 2px; 
    font-size: 30px; 
    font-weight: bold;
    color: #FFF9C4;
}
.contact-section-container p {
    margin: 3px;
    padding: 0;
}
/* Language Section */
#language-section-container {
    display: flex;
    flex-direction: row;  
    align-items: center; 
    margin: 0;
}
/* Social Section */
#social-section-container {
    display: flex;
    flex-direction: row;  
    align-items: center; 
}
#social-section-container .icon {
    margin: 0px; 
    font-size: 30px; 
    color: #FFF9C4;
}
#social-section-container .icon:nth-child(7) {
    margin: 0px 0px 0px 40px;
}

/* Side Nav Section */
#side-nav {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #FFFFF3E0;
    display: flex;
}
#side-nav-title {
    font-family: "Merienda", cursive;
    font-size: 25px;
    text-decoration: none;
    color: black;
    margin: 10px auto 20px auto;
    text-align: center;
    display: block;
}
#side-nav-title:hover {
    font-weight: bolder;
}
.side-nav-link-container {
    display: flex;
    flex-direction: row;
    margin: 0px 0px 10px 0px;
    align-items: start;
}
.title-container {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.title-container span {
    font-size: 30px;
    margin: 0;
    padding: 0;
    cursor: default;
}
.title-container a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
}
.side-nav-link-container a:hover {
    font-weight: bolder;
}

.drop-down {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    width: 50%;
}
.drop-down a:first-of-type {
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
}
.drop-down a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
}

#side-nav-language-section-container {
    display: flex;
    flex-direction: row;  
    align-self: center;
    align-items: center; 
    margin: 5px;
}
#side-nav-language-section-container a {
    margin: 0px 5px 0px 5px; 
    padding: 0; 
    text-decoration: none; 
    color: black;
    font-size: 18px;
}
#side-nav-language-section-container a:hover {
    font-weight: bolder;
}
#side-nav-language-section-container .icon {
    margin: 0px 5px 0px 0px; 
    font-size: 24px; 
    font-weight: bold;
}
#side-nav h4 {
    text-align: center;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
}

/* Small screens (Mobile) */
@media only screen and (max-width: 600px) {
    /* Gallery Section */
    .gallery-section img {
        width: 200px; 
        height: 300px; 
        margin: 10px; 
        border-radius: 30px;
        cursor: pointer;
        object-fit: cover;
        visibility: hidden;
    }

    /* Contact Section*/
    #contact-section {
        width: calc(100% - 20px); 
        margin: 10px;
    }
    /* Language Section */
    #language-section-container .icon {
        margin: 2px; 
        font-size: 25px; 
        font-weight: bold;
        color: #FFF9C4;
    }
    #language-section-container a {
        margin: 0; 
        padding: 0; 
        text-decoration: none; 
        color: white;
        font-size: 15px;
    }

    /* Side Nav Section */
    #side-nav section {
        width: 100%;
        height: 100%;
        display: flex; 
        flex-direction: column;
        margin: 10px auto 10px auto;
    }

    /* Image Viewer */
    #image-viewer-picture, #image-viewer-img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 90%;
        border-radius: 30px;
        object-fit: cover;
        margin: auto;
    }
}

/* Medium screens (Tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Gallery Section */
    .gallery-section img {
        width: 300px; 
        height: 400px; 
        margin: 10px; 
        border-radius: 30px;
        cursor: pointer;
        object-fit: cover;
        visibility: hidden;
    }

    /* Contact Section*/
    #contact-section {
        width: calc(70% - 20px); 
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-self: flex-end;
    }
    /* Language Section */
    #language-section-container .icon {
        margin: 2px; 
        font-size: 30px; 
        font-weight: bold;
        color: #FFF9C4;
    }
    #language-section-container a {
        margin: 2px; 
        padding: 0; 
        text-decoration: none; 
        color: white;
        font-size: 20px;
    }

    /* Side Nav Section */
    #side-nav section {
        width: 55%;
        height: 100%;
        display: flex; 
        flex-direction: column;
        margin: 10px auto 10px auto;
    }

    /* Image Viewer */
    #image-viewer-picture, #image-viewer-img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 90%;
        border-radius: 30px;
        object-fit: cover;
        margin: auto;
    }
}

/* Large screens (Desktops) */
@media only screen and (min-width: 1025px) {
    /* Gallery Section */
    .gallery-section img {
        width: 300px; 
        height: 400px; 
        margin: 10px; 
        border-radius: 30px;
        cursor: pointer;
        object-fit: cover;
        visibility: hidden;
    }

    /* Contact Section*/
    #contact-section {
        width: calc(50% - 20px); 
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-self: flex-end;
    }
    /* Language Section */
    #language-section-container .icon {
        margin: 2px; 
        font-size: 30px; 
        font-weight: bold;
        color: #FFF9C4;
    }
    #language-section-container a {
        margin: 3px; 
        padding: 0; 
        text-decoration: none; 
        color: white;
        font-size: 20px;
    }

    /* Side Nav Section */
    #side-nav section {
        width: 37%;
        height: 100%;
        display: flex; 
        flex-direction: column;
        margin: 10px auto 10px auto;
    }

    /* Image Viewer */
    #image-viewer-picture, #image-viewer-img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 90%;
        border-radius: 30px;
        margin: auto;
    }

}