.navbar/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Montserrat",Arial, sans-serif;
    color: #333;
}

#fullpagenav-links {
    z-index: 1000;
}

.open-sans-harbor {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 11pt;
    font-variation-settings:
            "wdth" 200;
}

.open-sans-harbor2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 10pt;
    font-variation-settings:
            "wdth" 200;
}


.open-sans-harbor3 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    line-height: 15pt;
    font-style: normal;
    font-size: 10pt;
    font-variation-settings:
            "wdth" 200;
}

a:hover {
    text-decoration: none;
}

#logodiv {
    padding:0px;
    margin:0px;
}

/* Hamburger and Full Navigation Style */
.hamburger, .full-nav {
    display: none;
    cursor: pointer;
}

.full-nav {
    display: block; /* Always show full nav by default */
    background: purple;
}
#nav-links {
    display:none;
}

/********************************  END Mobile Navigation ****************/

.header {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #fff;
    align-items: stretch;
}

.almendra-regular {
    font-family: "Almendra", serif;
    font-weight: 400;
    font-style: normal;
}

.almendra-regular-italic {
    font-family: "Almendra", serif;
    font-weight: 400;
    font-style: italic;
}



.hide-element {
    display: none;
    margin: 0px;
    padding: 0px;
}

#topbannersmobile {
   display:none;
}



.logo-box {
    display: flex;
    width:330px;
    /*justify-content: center;*/
    /*padding: 10px 20px;*/
}

.frontgroup {
    display:block;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: auto;
}

.biopic {
    display:block;
    justify-content: center;
    margin: auto;
    width: 65%;
    height: auto;
}

.motto-box {
    display: flex;
    padding: 5px 5px;
    position: relative;
}

.logo {
    max-width: 100%; /* Ensure the logo never exceeds its container */
    max-height: 100px; /* Maximum height of the logo */
    width: auto; /* Maintain aspect ratio */
}

strong.specialtitle {
    font-size: 20px;
}

strong.specialtitle2 {
    font-size: 15px;
    text-align: center;
}

.motto {
    /*max-width: 100%; !* Ensure the logo never exceeds its container *!*/
    /*max-height: 100px; !* Maximum height of the logo *!*/
    /*width: auto; !* Maintain aspect ratio *!*/
}

.pagetitle-box-full {
    display:block;
    position: fixed;
    top:80px;
    right:10px
}


.navbarcontent {
    background-color: #865a84; /* Purple from logo */
}

.navbar {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
}

.navbar a {
    text-decoration: none;
    color: #fff;
    /*padding: 0px 10px;*/
    margin: 0 auto; /* Center links */
    display: block; /* Block display for better touch targets */
    width: 100%; /* Each link extends full width */
    font-size: 18px;
    font-weight: normal;
}

.navbar a:hover {
    text-decoration: none;
    color: yellow;
    /*font-size: 19px;*/
}

#mobilespacer  {
    display:none;
}

hr.footerhr {
    color:red;
}

/* Basic styles for the container and columns */
.container {
    display: flex;
    width: 100%;
}

.column {
    flex: 1;
    padding: 10px;
    /*border: 1px solid #ccc;*/
    box-sizing: border-box;
    color:#555555;
    line-height: 28px;
}

p.text_main {
    color:#000!important;
}

p.text_main a {
  text-decoration: none;
    color:purple;
}

p.text_main a span{
    border-bottom: 1px solid purple;
}

p.text_main a:visited span{
    border-bottom: 1px solid purple;
}

p.text_main a:active span{
    border-bottom: 1px solid red;
}

p.text_main a:hover span{
    border-bottom: none;
}

#topbannersfull {
    z-index: 0;
    position: absolute;
    top:75px;
    right:25px;
    height:50px;
}

#topbannersfull h4 {
    height:50px;
}

    /* almendra-regular-italic */
h4  {
    font-size: 32px;
    color: #4d8b7c;
    font-style: italic;
    font-family: "Almendra", serif;
    font-weight: 400;
}


.footerhr {
    width: 100%;          /* Stretches the div to full viewport width */
    text-align: center;   /* Centers the text horizontally */
    display: flex;        /* Use flexbox to align items */
    justify-content: center; /* Center content horizontally in flex container */
    align-items: center;
    border-bottom: solid #cccccc 1px ;
}

h4.vca {
    line-height: 18px;
    text-align: center;
    display:flex;
    justify-content: center;
    margin: 15px;
    margin:auto;
}

.vcalogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.copyrightfooter {
    width: 100%;          /* Stretches the div to full viewport width */
    text-align: center;   /* Centers the text horizontally */
    display: flex;        /* Use flexbox to align items */
    justify-content: center; /* Center content horizontally in flex container */
    align-items: center;  /* Center content vertically in flex container */
    color:#999;
    font-size: 12px;
    font-style: italic;
}

.secondpic {
    display:block;
}

/* Desktop devices (devices greater than 480 pixels) */
@media only screen and (min-width: 769px) {
    .full-nav {
        display: block;
    }
}

@media only screen and (max-width: 768px)  {

    #nav-links {
        display:block;
    }

    .secondpic {
        display:none;
    }

    .hamburger {
        cursor: pointer;
        /*width: 30px;*/
        /*height: 30px;*/
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 5px;
        box-sizing: border-box;
        position: absolute;
        top: 5px;
        right: 20px;
    }

    .hamburger {
        display: block;
    }

    .navbar {
        display: none;
    }

    #topbannersfull {
        display:none;
    }

    #mobilespacer  {
        display:block;
        height:50px;
    }

    #topbannersmobile {
        display:block;
        width: 100%;          /* Stretches the div to full viewport width */
        text-align: center;   /* Centers the text horizontally */
        display: flex;        /* Use flexbox to align items */
        justify-content: center; /* Center content horizontally in flex container */
        align-items: center;  /* Center content vertically in flex container */
        position: absolute;
        top:100px;
        /*  NO left so it will center */
    }



    .bar {
        display: block;
        width: 30px;
        height: 3px;
        margin: 5px auto;
        background-color: purple;
    }


    .nav-popup {
        display: none;
        position: fixed;
        top: 30px;
        right: 20px;
        width: 80%;
        max-width: 400px;
        padding: 20px;
        background: white;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        z-index: 1000;
    }

    .nav-popup a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: black;
        border-bottom: 1px solid #eee;
    }



    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 24px;
    }


    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 500;
    }


    /*.navbarcontent {*/
    /*    width:100%;*/
    /*    height:1px;*/
    /*    margin-top: 15px;*/
    /*}*/

    .motto {
        display:block;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 326px;
        height: auto;

    }

    /*.nav-popup a:hover {*/
    /*    background: #EEE;*/
    /*}*/

    .pagetitle-box-full {
        display:none;
    }

    .navbar a {
        font-size: small;
        padding: 1px 0;
    }

    .container {
        flex-direction: column;
    }
    /*#topbannersmobile {*/
    /*    position: absolute;*/
    /*    top:40px;*/
    /*    right:25px;*/
    /*}*/


}




