﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0; 
    min-height: 100vh;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    /*overflow-x: hidden;*/ /* Prevents horizontal scrolling issues */
}
header {
    /*background-image: url('../images/Immigration Online (Small).jpg');*/
    display: flex;
    /*flex: 1;*/
    background-color: #ecdfc3;
    width: 100%;
    /*height: 350px;*/
    padding-top: 110px;
}

.headerImage {
    width: 100%;
   
}

.headerContainer {
    max-height: 420px;
    display: flex;
    flex-direction: column;
    grid-template-rows: auto;
    background-color: #eedab0;
    justify-content: center;
}

.headerContainerItem1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    /**/
}


nav {
    background-color: antiquewhite;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000; /* Ensure navbar stays on top */
    max-width: 1400px;
}

.navMenu {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

.navMenuButton {
    text-decoration: none;
    color: #644738;
    background-color: #e9d7bf;
    padding: 10px 15px;
    height: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    margin: 2px 5px;
    border-radius: 15px;
    border-color: #d3b8aa;
}

    .navMenuButton:hover {
        text-decoration: none;
        color: white;
        background-color: #ce9b2c;
        padding: 10px 15px;
        height: 100%;
        display: flex;
        flex: 1;
        align-items: center;
        margin: 2px 5px;
        border-radius: 15px;
        border-color: #d3b8aa;
    }

.navMenuButtonSelected {
    text-decoration: none;
    color: white;
    background-color: #ce9b2c;
    padding: 10px 15px;
    height: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    margin: 2px 5px;
    border-radius: 15px;
    border-color: #d3b8aa;
}
.navSidebar {
    position: fixed;
    top: 15px;
    right: 0;
    height: 50vh;
    width: 250px;
    z-index: 999;
    background-color: rgb(250, 235, 215, 0.33);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px #808080;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.navSidebarButton {
    text-decoration: none;
    color: #644738;
    background-color: #e9d7bf;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 2px 5px;
    border-radius: 15px;
    border-color: #d3b8aa;
}

    .navSidebarButton:hover {
        text-decoration: none;
        color: white;
        background-color: #ce9b2c;
        padding: 10px 15px;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 2px 5px;
        border-radius: 15px;
        border-color: #d3b8aa;
    }

.navSidebarButtonSelected {
    text-decoration: none;
    color: white;
    background-color: #ce9b2c;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 2px 5px;
    border-radius: 15px;
    border-color: #d3b8aa;
}

.navLogo {
    margin-right: auto;
}
.artHomeMain {
    background-color: #ece8df;
}


.header {
    background-color: #9f5326;
    margin-top: 0;
    max-width: 1400px;
}

#ImageLogo {
    width: 35vw;
    max-width: 400px;
}

#ImageMenuX {
    width: 26px;
}

#ImageMenuH {
    width: 26px;
}

#ImageButtonH {
    width: 40px;
    display: none;
    padding-right: 40px; /*Added this*/
    z-index: 9999; /* Ensures it's above all other elements */
}

#ImageButtonX {
    width: 30px;
}

#ButtonSidebarOpen {
}

#divMenuH {
    display: none;
}

/**** text Sizes ****/

.veryLargeBold {
    font-size: 30px;
    font-weight: bold;
}

.veryLargeBoldCenter {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.veryLargeBoldCenterBrown {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #644738;
}
.veryLargeBoldCenterGold {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #b78414;
}
.vLargeBoldCenterGold {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #b78414;
}
.largeBoldCenterGold {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #b78414;
}
.largeBold {
    font-size: 20px;
    font-weight: bold;
}
.largeBoldBrown {
    font-size: 20px;
    font-weight: bold;
    color: #644738;
}
.largeBoldGold {
    font-size: 20px;
    font-weight: bold;
    color: #b78414;
}
.largeBrown {
    font-size: 20px;
    color: #644738;
}
.smallText {
    font-size: 12px;
}
/**** Services ****/
.tableService {
    width: 80%;
}
.ulServicios {
    font-size: 20px;
    color: #644738;
}
ul {
    list-style: disc; /* Standard bullet style */
}

    ul li::marker {
        font-size: 1.5em; /* Increase bullet size */
        color: gold; /* Set bullet color */
    }
/*** topRow ***/
.topRow {
    margin-top:40px;
    
}
/**** First Row ****/
.FirstRow {
    background-color: #fff;
    width: 100%;
    color: #171bce;
    text-align: left;
    font-size: medium;
    padding-left: 20%;
    padding-right: 20%;
}
.FirstRowContent {
    width: 60%; /* Covers 60% of the width */
    text-align: left; /* Aligns text inside to the left */
}
.actionButton {
    font-size: larger;
    color: white;
    background-color: #ce9b2c;
    width: 40%;
    height: 50px;
    border-radius: 30px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    position: relative;
    left: 30%;
    margin: 0 20px;
    z-index: 10; /* Lower z-index so it stays below the navbar */
}

/**** Video Row ****/
.divVideo {
    width: 60%;
    margin: auto; /* Centered */
    text-align: center;
}

/**** Second Row ****/
/*Second Row Table*/
.secondRowTableContainer {
    border-top: 20px;
    border-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #ecdfc3;
}

.secondRowTable {
    align-self: flex-end;
}
.columnOne {
    width: 20%;
}

.columnTwo {
    width: 10%;
}

.columnThree {
    width: 90%;
}

/**** Third Row ****/
.row {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
}

    .row.blockDisplay {
        flex: 1;
    }

.column_half {
    width: 50%;
    float: left;
    margin-top: 0px;
}

.columns {
    width: 25%;
    float: left;
    font-family: "Source Sans Pro";
    color: #682d09;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: stretch;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

    .columns:hover {
        background-color: #ecdfc3;
    }

    .columns a {
        text-decoration: none;
        color: #682d09;
    }

.row .columns p {
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}

.columns h4 {
    text-align: center;
    color: #682d09;
    font-size: large;
}


.thumbnail {
    width: 100%;
    border-radius: 200px;
    max-height: 250px;
    margin-left: auto;
    background-size: cover;
    display: block;
}

.thumbnail_align {
    text-align: center;
    background-size: cover;
}

/**** Fourth Row ****/

.article2 {
    background-color: antiquewhite;
    height: 250px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
}

/**** Fifth Row ****/


/**** Questions ****/
.divQuestionsContainer {
    width: 70%;
    /*height: 60%;*/
    background-color: #ecdfc3;
    margin-left: 15%;
    margin-top: 20%;
    padding: 25px 20px;
    border-radius: 15px;
    /*transition: all 5s ease-in-out;*/
    /*position: absolute;
    
    transition: transform 1s ease-in-out;*/
}
.ButtonYesNoDiv {
    height: 45px;
    margin: 15px;
    background-color: #ce9b2c;
    color: #fff;
    font-size: large;
    flex: 1;
    border-radius: 15px;
    border-color: #d3b8aa;
}

.ButtonYesNoDivCol {
    height: 65px;
    padding: 10px;
    min-width: 60%;
    margin: auto;
    /*padding: 10px;*/
    background-color: #ce9b2c;
    color: #fff;
    font-size: large;
    flex: 1;
    border-radius: 15px;
    border-color: #d3b8aa;
}
.parQuestion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #000099;
    text-align: left;
}
/**** Footer ****/

footer {
    background-color: #86715e;
    height: 120px;
    color: #fff;
}

    footer a {
        text-decoration: none;
        color: #fff;
    }

.footer-table {
    font-size: small;
    padding: 15px;
    width: 350px;
    color: #fff;
    text-align: center;
}

/**** Error Page ****/

.divErrorPage {
    display: grid;
    height: 80vh;
    place-items: center; /* Centers both horizontally & vertically */
}
/*************************** Media query *******************************/
@media (max-width: 1000px) {
    .tableService {
        width: 90%;
    }
}
/*************************** Media query *******************************/
@media (max-width: 800px) {


    .headerContainerItem1 {
        max-width: 800px;
        height: auto;
    }

    .navMenu {
        max-width: 100%;
    }

    .navMenuButton {
        display: none;
    }

    .navMenuButtonSelected {
        display: none;
    }

    .menu {
        display: none;
        flex-direction: column;
    }

        .menu.open {
            display: flex;
        }

    .hamburger-menu {
        display: flex;
    }

    nav ul li {
        margin: 0;
    }

        nav ul li a {
            padding: 10px;
            text-align: center;
        }

    #divMenuX {
        display: flex;
    }

    #ImageButtonH {
        display: flex;
    }

    header {
        padding-top: 80px;
    }
    /**** Services ****/
    .tableService {
        width: 96%;
    }
    .ulServicios {
        font-size: 16px;
        color: #644738;
    }
    /**** text Sizes ****/
    h1 {
        font-size: 20px;
        font-weight: bold;
    }
    .veryLargeBold {
        font-size: 20px;
        font-weight: bold;
    }

    .veryLargeBoldCenter {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .veryLargeBoldCenterBrown {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #644738;
    }

    .veryLargeBoldCenterGold {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #b78414;
    }

    .largeBold {
        font-size: 16px;
        font-weight: bold;
    }

    .largeBoldBrown {
        font-size: 16px;
        font-weight: bold;
        color: #644738;
    }

    .largeBoldGold {
        font-size: 16px;
        font-weight: bold;
        color: #b78414;
    }

    .largeBoldCenterGold {
        font-size: 20px;
        font-weight: bold;
    }

    .largeBrown {
        font-size: 16px;
        color: #644738;
    }

    /**** First Row ****/
    .FirstRow {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .FirstRowContent {
        width: 90%;
    }

    .actionButton {
        width: 75%;
        left: 20%;
        margin: 0 20px;
    }

    /**** Third Row ****/

    .row {
        display: block;
        align-content: center;
        float: inherit;
    }

    .columns {
        align-content: center;
        min-width: 300px;
    }
    /**** Video Row ****/
    .divVideo {
        width: 90%;
        margin: auto; /* Centered */
        text-align: center;
    }
}
/*************************** Media query *******************************/

@media (max-width: 600px) {
    h1 {
        font-size: 18px;
    }
    .largeBoldCenterGold {
        font-size: 16px;

    }


}