*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

:root{
    --white: #fff;
    --black: #222;
    --green: #6cbe6c;
    --grey1: #f0f0f0;
    --grey2: #e9d7d3;
    --yellowGold: #ecd213;
    --red: #ff0000;
}

html {
    margin: 0;
    padding: 0;
}

.header {
    position: relative;
    height: auto;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:rgb(233, 231, 231); 
    display: flex;
    flex-direction: column;
}

/* Navigation for ALL Pages */

.navigation {
    width: 100%;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 160px;
    line-height: 30px;
}

.nav-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 0;
    background: linear-gradient(75deg, white, darkgoldenrod, rgb(13, 0, 22)); 
}

.nav-center h1  {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 800;
    color: var(--black);
    text-decoration: underline;
    text-align: center;
    text-shadow: #ecd213 3px 0 10px;
    padding: 5px 0;
    margin: 0 20px 0 20px;
}

.nav-center h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
    font-weight: 500;
    color:rgb(0, 0, 0);
    text-decoration: none;
    text-align: center;
    text-shadow: #0f1011 5px 0 10px;
    padding: 10px 0;
    margin: 0 20px 0 20px;
    /*   color: #ecd213; */
}


.nav-center .nav-link {
    font-size: 20px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: var(--yellowGold);
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.nav-center .nav-link:hover {
    color: var(--black);
    text-decoration: underline;
    background-color: var(--grey1);
}

.nav-center .nav-link:not(:last-child) {
    margin-right: 0.5rem;
}

img.logo {
  width: 100%; /* Adjust width as needed */
  max-width: 200px; /* Set a maximum width */
  height: fit-content;/* Maintain aspect ratio */
}

 .nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #343a40;
    font-weight: 500;
    font-size: 12px;
    padding: 1rem;
}


@media screen and (min-width: 727px) and (max-width: 1100px) {
    .nav-center h1 {
        font-size: 45px;
    }

    .nav-center h2 {
        font-size: 30px;
    }

    .nav-center .nav-link {
        font-size: 15px;
        padding: 0;
        list-style-type: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 727px) {
    .navigation {  
        line-height: 30px;
    }

    .nav-center h1 {
        flex-direction: column;
        font-size: 30px;
        margin: 30px 0 0 3px;
    }

    .nav-center h2 {
        flex-direction: column;
        font-size: 15px;
        margin: 0 5px 25px 5px;
    }

    img.logo {
        max-width: 175px; /* Adjust max-width for smaller screens */
        height: 100%; /* Maintain aspect ratio */
    }

    .nav-center .nav-link {
        font-size: 12px;
        padding: 2px 4px;
    }
    
}

@media screen and (max-width: 499px) {
    .nav-center {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0;
        height: fit-content; /* Allow height to adjust based on content */
        overflow: hidden;
        background: rgb(0, 0, 0);
        margin: 0 auto;
    }
    
    .nav-center h1 {
       display: none;
    }

    .nav-center h2 {
        display: none;
    }

    img.logo {
        max-width: 35%; /* Adjust max-width for smaller screens */
        height: 95px; /* Maintain aspect ratio */
        margin: 0 0 2px 0; /* Center the image */
        justify-items: left;
    }

    .nav-center .nav-link {
        font-size: 12px;
        padding: 0;
        margin: 0;
        color: rgb(231, 193, 26);
    }

    .nav-item {
        padding: 1px;
    }

    .nav-center .nav-link:hover {
        background-color: rgb(233, 231, 231);
        color: var(--black);
    }
    
}


/* CEO SECTION ON HOME PAGE */

.container_ceo {
    justify-content: center;
}

.ceo_widget {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    background: rgb(0, 0, 0);
}

.ceo_widget h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 45px;
    margin: 10px auto;
    box-shadow: #ecd213 3px 0 10px;
    color: var(--white);
}

.ceo_widget img {
    width: 175px;
    height: auto;
    border-radius: 50%;
    margin: 5px auto;
    box-shadow: 0 0 15px rgba(251, 194, 22, 0.834);
}

.ceo_widget p {
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: var(--white);
    line-height: 1.5;
    margin: 10px auto;
    text-align: center;
}

.ceo_widget u {
    color: #ecd213;
    font-size: 30px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.ceo-button {
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--yellowGold);
    color: var(--black);
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin: 25px 0 0 25px;
}

.ceo-button:hover {
    text-decoration: underline #222 4px;
    text-shadow: #ecd213 2px 1px 2px;
    background:  #f9f7f7;
    box-shadow: #ecd213 2px 3px 3px;
    font-size: 22px;
    padding: 12px;
}



@media screen and (min-width: 727px) and (max-width: 1100px) {
    .ceo_widget {
        padding: 0.8rem;
        border-radius: 6px;
        text-align: center;
        margin: 8px;
    }

    .ceo_widget h1 {
        font-size: 30px;
        margin: 0 20px 0 0;
    }

    .ceo_widget img {
        width: 150px;
        height: auto;
    }

    .ceo_widget p {
        font-size: 20px;
        line-height: 1;
        margin: 0 0 0 20px;
    }

    .ceo_widget u {
        font-size: 25px;
    }

    .ceo-button {
        margin: 15px 0 0 25px;
        padding: 8px;
        font-size: 18px;
    }

    .ceo-button:hover {
        font-size: 20px;
    }
    
}

@media screen and (min-width: 500px) and (max-width: 727px) {
    .ceo_widget {
        padding: 5px 0;
        border-radius: 4px;
        text-align: center;
        margin: 6px 0;
    }

    .ceo_widget h1 {
        font-size: 25px;
        margin: 6px auto;
    }

    .ceo_widget img {
        width: 125px;
        height: auto;
    }

    .ceo_widget p {
        font-size: 15px;
        line-height: 0.8;
    }

    .ceo_widget u {
        font-size: 20px;
    }

    .ceo-button {
        margin: 10px 0 0 0;
        padding: 6px;
        font-size: 15px;
    }

    .ceo-button:hover {
        font-size: 17px;
    }
    
}

@media screen and (max-width: 499px) {
    .ceo_widget {
        padding: 5px;
        border-radius: 2px;
        text-align: center;
        margin: 4px 0;
    }

    .ceo_widget h1 {
        font-size: 10px;
        margin: 0 6px 0 0;
    }

    .ceo_widget img {
        width: 75px;
        height: auto;
        margin: 0 0 0 25px;
    }

    .ceo_widget p {
        font-size: 7px;
        line-height: 1;
        margin: 0 0 0 10px;
    }

    .ceo_widget u {
        font-size: 10px;
    }

    .ceo-button {
        margin: 5px 0 0 0;
        padding: 4px;
        font-size: 12px;
    }

    .ceo-button:hover {
        font-size: 14px;
    }
    
}


/* SERVICES SECTION ON HOME PAGE */

.container_services {
    justify-content: center;
    margin: 25px 0 25px 0;
}

.services_widget {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin: 10px;
    background: inherit;
/*  border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.services_widget h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 45px;
    margin: 0;
    color: var(--black);
    background-color: #ecd213;
    padding: 25px 40px;
    border-radius: 15px;
    box-shadow: #222 3px 0 10px;
    text-shadow: #b19f9b 2px 3px 4px;
}

.services_widget ul {
    list-style-type: none;
    padding: 3px;
    margin: 0 20px;
    text-align: center;
    box-shadow: #ecd213 3px 2px 2px 2px;
    border-radius: 5px;
}

.services_widget li {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: var(--black);
    line-height: 1.5;
    margin: 10px 0;
    padding: 10px 5px;
}


 .big-right-arrow {
    font-size: 150px;
    color: var(--black);
    margin: 5px 5px 10px 5px;
 /* box-shadow: #ecd213 0 2px 3px; 
    padding: 0 5px; 
 */
} 

.services-button {
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: var(--yellowGold);
    box-shadow: #222 3px 0 10px;
    text-shadow: #b19f9b 2px 3px 4px;
    color: var(--black);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    margin: 25px 0 0 25px;
}

.services-button:hover {
    text-decoration: underline #dee2e6 2px;
    background-color: #222;
    color: var(--white);
    text-shadow: #b19f9b 2px 3px 4px;
    font-size: 38px;
    box-shadow: #222 5px 0 10px;
}

@media screen and (min-width: 727px) and (max-width: 1100px) {
    .container_services {
        margin: 15px 0 15px 0;
    }

    .services_widget {
        padding: 0.8rem;
        border-radius: 6px;
        text-align: center;
        margin: 8px;
    }

    .services_widget h1 {
        font-size: 28px;
        margin: 0 20px 0 0;
        padding: 20px 30px;
    }

    .services_widget ul {
        margin: 0 10px;
    }

    .services_widget li {
        font-size: 15px;
        line-height: 1;
        margin: 0 0 0 20px;
        padding: 8px 4px;
    }

    .big-right-arrow {
        font-size: 90px;
        margin: 0 0 0 0;
    }

    .services-button {
        margin: 15px 0 0 25px;
        padding: 26px;
        font-size: 20px;
    }

    .services-button:hover {
        font-size: 18px;
    }
    
}

@media screen and (min-width: 500px) and (max-width: 727px) {
    .container_services {
        margin: 10px 0 10px 0;
    }

    .services_widget {
        padding: 0.6rem;
        border-radius: 4px;
        text-align: center;
        margin: 6px;
    }

    .services_widget h1 {
        font-size: 22px;
        margin: 6px 0;
        padding: 5px 15px;
    }

    .services_widget ul {
        margin: 0 5px;
    }

    .services_widget li {
        font-size: 12px;
        line-height: 0.8;
        padding: 6px 3px;
    }

    .big-right-arrow {
        font-size: 65px;
        margin: 0 0 0 0;
    }

    .services-button {
        margin: 10px 0 0 0;
        padding: 20px;
        font-size: 12px;
    }

    .services-button:hover {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 499px) {
    .services_widget {
        padding: 0.2rem;
        border-radius: 2px;
        text-align: center;
        margin: 2px;
    }

    .services_widget h1 {
        font-size: 10px;
        margin: 0 6px 0 0;
        padding: 10px 15px;
    }

    .services_widget ul {
        margin: 0 2px;
    }

    .services_widget li {
        font-size: 6px;
        line-height: 1;
        margin: 0 0 0 10px;
        padding: 6px 3px;
    }

    .big-right-arrow {
        font-size: 35px;
        margin: 0 0 0 0;
    }

    .services-button {
        margin: 5px 0 0 0;
        padding: 12px;
        font-size: 8px;
    }

    .services-button:hover {
        font-size: 10px;
    }
    
}
/* REVIEWS SECTION ON HOME PAGE */
.reviews_title h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 60px;
    margin: 25px 10px; 
    color: var(--black);
    text-shadow: #0f0f0f 5px 2px 5px;
    border-bottom: 8px solid #0f0f0f;
    border-top: 8px solid #0f0f0f;
    padding: 10px;
    background-color: #ecd213;
    border-radius: 10px;
}

.container_reviews {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.reviews_widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 10px 10px 0 10px;
    background: rgb(0, 0, 0);
    /*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.reviews_header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    box-shadow: var(--grey2) 6px 0 9px;
    color: var(--black);
    margin: 10px auto;
    border-radius: 15%;
    padding: 15px auto;
    background-color: #ecd213;
    max-height: 300px;
    max-width: 900px;
/*  margin: 0 120px 0 120px;  */
}

.reviews_header2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    box-shadow: var(--grey2) 3px 0 6px;
    color: var(--black);
    margin: 10px 20px;
    border-radius: 25px;
    padding: 30px;
    background-color: #ecd213;
    max-height: 175px;
    max-width: 775px;
    text-decoration: underline #0f0f0f 3px;
}

.review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin: 10px 0;
    background: inherit;
}

.reviews_widget h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 45px;
    margin: 15px 20px; 
    color: var(--black);
    text-shadow: #0c0c0c 4px 2px 4px;
/*  margin: 25px 10px 25px 10px;  */
}

.reviews_widget h2 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 35px;
    margin: 15px auto;
    box-shadow: #0f0f0f 5px 0 10px;
    border-radius: 5px;
    color: var(--white);
    background-color: #0f1011;
    padding: 5px;
    text-shadow: #0c0c0c 5px 0 10px;
}

.reviews_widget h3 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
    margin: 10px 5px;
    text-decoration: underline double #fcfbfb 2px;
    border-radius: 10px;
    color: var(--white);
    padding: 10px;
    text-shadow: #0c0c0c 5px 0 10px;
}

.reviews_widget img {
    display: block;
    width: 175px;
    height: auto;
    border-radius: 50%;
    margin: 5px auto;
    box-shadow: 0 0 15px rgba(251, 194, 22, 0.834);
}

.reviews_widget p {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: var(--white);
    line-height: 1.5;
    margin: 10px auto;
    text-align: center;
    font-weight: 400;
}

@media screen and (min-width: 727px) and (max-width: 1100px) {
    .container_reviews {
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    }

    .reviews_title h1 {
        font-size: 45px;
        margin: 15px 5px; 
        padding: 5px;
    }
    
    .reviews_header {
        padding: 15px 0;
        max-height: fit-content;
        max-width: 700px;
    }
    .reviews_header2 {
        padding: 20px 0;
        max-height: fit-content;
        max-width: 650px;
    }
    .reviews_widget {
        padding: 8px 14px;
        text-align: center;
    }

    .reviews_widget h1 {
        font-size: 35px;
        margin: 10px 15px;
    }

    .reviews_widget h2 {
        font-size: 25px;
    }

    .reviews_widget h3 {
        font-size: 20px;
    }

    .reviews_widget img {
        width: 150px;
        height: auto;
    }

    .reviews_widget p {
        font-size: 16px;
        line-height: 1.2;
        margin: 8px auto;
    }
    
}

@media screen and (min-width: 500px) and (max-width: 727px) {
    .container_reviews {
    margin: 0 0 2px 0;
    padding: 0 0 2px 0;
    }
    
    .reviews_title h1 {
        font-size: 35px;
        margin: 10px 2px; 
        padding: 2px;
    }
    .reviews_header {
        padding: 10px 0;
        max-height: fit-content;
        max-width: fit-content;
    }
    .reviews_header2 {
        padding: 20px 0;
        max-height: fit-content;
        max-width: 575px;
    }
    .reviews_widget {
        padding: 6px 0;
        text-align: center;
        margin: 6px 0;
    }

    .reviews_widget h1 {
        font-size: 30px;
        margin: 8px 10px;
    }

    .reviews_widget h2 {
        font-size: 16px;
    }

    .reviews_widget h3 {
        font-size: 15px;
    }

    .reviews_widget img {
        width: 125px;
        height: auto;
    }

    .reviews_widget p {
        font-size: 12px;
        margin: 6px auto;
    }
    
}

@media screen and (max-width: 499px) {
    .container_reviews {
    margin: 0;
    padding: 0;
    }
    
    .reviews_title h1 {
        font-size: 20px;
        margin: 5px 1px; 
        padding: 1px;
        border-bottom: 4px solid #0f0f0f;
        border-top: 4px solid #0f0f0f;
    }
    
    .reviews_header {
        padding: 5px 0;
        max-height: fit-content;
        max-width: 300px;
    }

    .reviews_header2 {
        padding: 6px 0;
        max-height: fit-content;
        max-width: 300px;
        font-size: 12px;
    }
    
    .reviews_widget {
        padding: 4px;
        text-align: center;
        margin: 2px 0;
    }

    .reviews_widget h1 {
        font-size: 16px;
        margin: 5px 6px;
    }

    .reviews_widget h2 {
        font-size: 12px;
    }

    .reviews_widget h3 {
        font-size: 8px;
        padding: 3px;
    }

    .reviews_widget img {
        width: 75px;
        height: auto;
    }

    .reviews_widget p {
        font-size: 7px;
        margin: 5px auto;
        line-height: 1.2;
    }
    
}


/* FOLLOW US SECTION ON HOME PAGE */

.container_followus {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    color:#e9d7d3;
    max-width: 2200px;
    padding: 5px 0 5px 0;
    max-height: fit-content;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 4px;
    background: rgb(215, 212, 212); 
}

.followus_widget {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: inherit;
    margin: 2px 10px 20px 0;  
    /*   margin-top: 5px; */
}

.followus_title {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    margin: 0 0 5px 0; 
    padding: 10px;
    color: var(--black);
    text-shadow: #0f0f0f 5px 2px 5px;
/*  border-bottom: 8px solid #0f0f0f;
    border-top: 8px solid #0f0f0f;
    padding: 10px;
    background-color: #ecd213;
    border-radius: 10px;  */
}

.followus_widget h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 45px;
    margin: 0;
    color: var(--black);
    padding: 15px 20px;
}

.social-icons {
    list-style-type: none;
    padding: 5px 10px 5px 10px;
    margin: 5px 20px;
    text-align: center;
    box-shadow: #0f0f0f 3px 3px 3px 3px;
    border-radius: 5px;
}

.social-icons a {
    display: inline;
    margin: 5px 10px;
    text-decoration: none;
    color: var(--black);
    font-size: 22px;
    padding: 10px 5px;
    margin: 15px 5px;    
}

.social-icons a:hover {
    color: var(--yellowGold);
}



@media screen and (min-width: 727px) and (max-width: 1100px) {
    .container_followus {
        margin: auto;
    }

    .followus_widget {
        padding: 0.8rem;
        border-radius: 6px;
        text-align: center;
        margin: 2px 5px 15px 0;
    }

    .followus_widget h1 {
        font-size: 38px;
        margin: 0 10px 0 0;
    }

    .social-icons {
        margin: 5px 10px;
    }

    .social-icons a {
        font-size: 15px;
    }
    
}

@media screen and (min-width: 500px) and (max-width: 727px) {
    .container_followus {
        margin: auto;
        line-height: 2px;
    }
    
    .followus_widget {
        padding: 0.4rem;
        border-radius: 2px;
        text-align: center;
        margin: 6px;
    }

    .followus_widget h1 {
        font-size: 35px;
        margin: 6px 0;
    }

    .social-icons {
        margin: 0 5px;
        box-shadow: #0f0f0f 2px 2px 2px 2px;
    }

    .social-icons a {
        font-size: 14px;
    }
    
}

@media screen and (min-width: 220px) and (max-width: 499px) {
    .container_followus {
        text-align: center;
        align-items: center;
        margin: 0 auto;
        padding-top: 5px;
        line-height: 2px;
    }
    
    .followus_widget {
        padding: 15px;
        border-radius: 2px;
        text-align: center;
        margin: 0 4px 8px 4px;
    }

    .followus_widget h1 {
        display: inline-block;
        flex-direction: column;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

    .social-icons {
        margin: 2px 2px 6px 2px;
        padding: 2px;
        box-shadow: #0f0f0f 2px 2px 2px 2px;
    }

    .social-icons a {
        font-size: 10px;
    }
    
}

/* START OF VETERAN TITLE SECTION */

.veteran_title {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
} 

.star1 {
    font-size: 175px;
    margin: 0 auto;
    padding: 5px;
    color: var(--yellowGold);
    text-shadow: #0c0c0c 2px 4px 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    text-align: center;

}

.veteran_title h1.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
    padding: 0;
    margin: 5px 0;
    text-shadow: rgb(231, 193, 26) 2px 4px 2px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: fit-content;
    height: fit-content;
    text-decoration: underline #0f0f0f 3px;
} 

.ceo-1st-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    text-shadow: rgb(231, 193, 26) 2px 4px 2px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.ceo-last-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    padding: 5px;
    margin: auto 5px;
    text-shadow: rgb(231, 193, 26) 2px 4px 2px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.star2 {
    font-size: 175px;
    margin: 0 5px 0 auto;
    padding: 5px;
    color: var(--black);
    text-shadow: var(--yellowGold) 2px 4px 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    text-align: center;
}

@media screen and (min-width: 727px) and (max-width: 1100px) {
    .veteran_title {
        flex-direction: row;
        justify-content: center;
        text-align: center;
        padding: 0;
        height: fit-content; /* Allow height to adjust based on content */
        overflow: hidden;
    }

    .star1, .star2 {
        font-size: 125px;
        margin: 0 auto;
        padding: 5px;
    }
    
    .veteran_title h1.title {
        font-size: 45px;
        margin: 0 auto;
    }

    .ceo-1st-name {
        font-size: 30px;
    }

    .ceo-last-name {
        font-size: 35px;
    }
    
}

@media screen and (min-width: 500px) and (max-width: 727px) {
    .veteran_title {
        flex-direction: row;
        justify-content: center;
        text-align: center;
        padding: 0;
        height: fit-content; /* Allow height to adjust based on content */
        overflow: hidden;
    }

    .star1, .star2 {
        font-size: 60px;
        margin: 0 auto;
        padding: 0 3px;
    }
    
    .veteran_title h1.title {
        font-size: 40px;
        margin: 0 auto;
    }

    .ceo-1st-name {
        font-size: 25px;
    }

    .ceo-last-name {
        font-size: 30px;
    }
    
}

@media screen and (max-width: 499px) {
    .veteran_title {
        flex-direction: row;
        justify-content: center;
        text-align: center;
        padding: 0;
        height: fit-content; /* Allow height to adjust based on content */
        overflow: hidden;
    }

    .star1, .star2 {
        font-size: 25px;
        margin: 0 auto;
        padding: 0 5px;
    }
    
    .veteran_title h1.title {
        font-size: 20px;
        margin: 0 auto;
    }

    .ceo-1st-name {
        font-size: 12px;
        margin: 0 auto;
    }

    .ceo-last-name {
        font-size: 18px;
        margin: 0 auto;
    }
    
}

/* END OF VETERAN TITLE SECTION */



/* Start of Meet CEO Page */

.container_meet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0 5px 5px 0;
    background: rgb(215, 212, 212); 
    max-width: fit-content;
    color: var(--black);
}

.meet_ceoPic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto; /* Adjust width as needed */
    height: fit-content;
    border-left: 8px solid var(--yellowGold);
    border-bottom: 8px solid var(--yellowGold);
    border-top: 8px solid var(--black);
    border-right: 8px solid var(--black);
    box-shadow: 4px 7.5px 15px rgba(251, 194, 22, 0.834);
    box-shadow: 0 0 25px rgba(17, 14, 7, 0.834);
    margin: 5px auto;
    padding: 10px;
    overflow: hidden; /* Prevents overflow of content */
}

.meet_ceoPic img.ceo-image {
    width: 350px;
    height: auto;
    border-radius: 50%;
    margin: 0 5px 0 5px; 
    opacity: 0.9;
}

.meet_ceoPic h3 {
    font-size: 14px;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: var(--black);
    text-shadow: #f7f6f1 2px 4px 2px;
    margin: 2px 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--yellowGold);
    border: 5px solid var(--black);
    box-shadow: 5px 15px 35px rgba(24, 21, 11, 0.834);
}


.leftsmallpic img {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 300px;
    height: 375px;
    border-radius: 50%; 
    margin: 5px 1px;
    border: 5px solid var(--yellowGold);
    box-shadow: 5px 15px 35px rgba(24, 21, 11, 0.834);  
    background: transparent;
}

.meet_name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: rgb(0, 0, 0) double 12px;
    max-width: 500px;
    border-radius: 20px;
    margin: 10px auto;
    background: linear-gradient(75deg, white, darkgoldenrod, rgb(13, 0, 22)); 
 /*   border-right: rgb(0, 0, 0) double 12px;  */
}


.rightsmallpic img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 375px;
    border-radius: 50%; 
    margin: 5px 1px;
    border: 5px solid var(--black);
    box-shadow: 5px 15px 35px var(--black);  
    background: transparent;
}


.container_meet .camera { 
    height: auto;
    width: 100%;
    text-align: center;
    font-size: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    color: var(--black);
    text-shadow: #ecd213 2px 4px 2px;
}




/* .rightsmallpic h1 {
    height: 250px;
    width: 300px;
    text-align: center;
    font-size: 200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
}  */

/* h1.ceo-1st-name, h1.ceo-last-name {
    font-size: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: var(--black);
    text-shadow: #ecd213 2px 4px 2px;
    margin: 0 auto;
    padding: 4px auto;
    text-align: center;
} */

/* .container_meet h1 {
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-content: center;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    padding: 0;
    margin: 0px 0 150px 5px;
    text-shadow: rgb(231, 193, 26) 2px 4px 2px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.container_meet h2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    padding: 5px;
    margin: 150px 0 25px 0;
    text-shadow: rgb(231, 193, 26) 2px 4px 2px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} 

 .container_meet h1 {
        font-size: 35px;
    }

    .container_meet h2 {
        font-size: 30px;
    }

*/

@media screen and (min-width: 727px) and (max-width: 1100px) {
    .container_meet {
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding: 0 5px 5px 0;
        background: rgb(215, 212, 212);
        max-width: fit-content;
        color: var(--black);
    }

    .meet_ceoPic {
        border-left: 6px solid var(--yellowGold);
        border-bottom: 6 px solid var(--yellowGold);
        border-top: 6px solid var(--black);
        border-right: 6px solid var(--black);
        box-shadow: 3px 5px 10px rgba(251, 194, 22, 0.834);
        box-shadow: 0 0 20px rgba(17, 14, 7, 0.834);
        margin: 3px auto;
        padding: 6px;
        max-width: fit-content;
        height: fit-content;
    }

    .meet_ceoPic img.ceo-image {
        width: 250px;
        margin: 0 3px 0 3px;
    }

    .meet_ceoPic h3 {
        font-size: 12px;
        margin: 0 auto;
        padding: 6px;
        border: 5px solid var(--black);
        box-shadow: 5px 15px 35px rgba(24, 21,     11, 0.834);
    }

    .leftsmallpic img {
        width: 150px;
        height: 200px;
        margin: 0 auto;
        border: 3px solid var(--yellowGold);
        box-shadow: 5px 10px 25px rgba(24, 21, 11, 0.834);
    }

    .meet_name {
        border: rgb(0, 0, 0) double 8px;
        max-width: 300px;
        margin: 7px auto;
    }

    .rightsmallpic img {
        width: 150px;
        height: 200px;
        margin: 0 auto;
        border: 3px solid var(--black);
        box-shadow: 5px 10px 25px var(--black);
    }

    .container_meet .camera {
        font-size: 40px;
    }
}

    /* MIN-WIDTH 500PX */
    @media screen and (min-width: 500px) and (max-width: 727px) {

    .container_meet {
        padding: 0 auto;
    }

    .meet_ceoPic {
        border-left: 4px solid var(--yellowGold);
        border-bottom: 4 px solid var(--yellowGold);
        border-top: 4px solid var(--black);
        border-right: 4px solid var(--black);
        margin: 0 auto;
        padding: 6px;
        max-width: fit-content;
        height: fit-content;
        width: 100%;
    }

    .meet_ceoPic img.ceo-image {
        width: 150px;
        margin: 0 auto;
    }

    .meet_ceoPic h3 {
        font-size: 8px;
        margin: 0 auto;
        padding: 4px;
        border: 4px solid var(--black);
        box-shadow: 3px 5px 15px rgba(24, 21,     11, 0.834);
    }

    .leftsmallpic img {
        width: 100px;
        height: 150px;
        margin: 0 auto;
        border: 3px solid var(--yellowGold);
        box-shadow: 3px 5px 15px rgba(24, 21, 11, 0.834);
    }

    .meet_name {
        border: rgb(0, 0, 0) double 6px;
        max-width: fit-content;
        margin: 5px auto;
    }

    .rightsmallpic img {
        width: 100px;
        height: 150px;
        margin: 0 auto;
        border: 3px solid var(--black);
        box-shadow: 3px 5px 15px var(--black);
    }

    .container_meet .camera {
        font-size: 30px;
    }
    
}


    /* MIN-WIDTH 200PX */

@media screen and (max-width: 499px) {

    .container_meet {
        padding: 0 auto;
    }

    .meet_ceoPic {
        border-left: 2px solid var(--yellowGold);
        border-bottom: 2 px solid var(--yellowGold);
        border-top: 2px solid var(--black);
        border-right: 2px solid var(--black);
        margin: 0 auto;
        padding: 4px;
        max-width: fit-content;
        height: fit-content;
    }

    .meet_ceoPic img.ceo-image {
        width: 75px;
        height: auto;
        margin: 0 auto;
    }

    .meet_ceoPic h3 {
        font-size: 6px;
        margin: 0 auto;
        padding: 2px;
        border: 2px solid var(--black);
        box-shadow: 3px 5px 15px rgba(24, 21, 11, 0.834);
    }

    .leftsmallpic img {
        width: 50px;
        height: 75px;
        margin: 0 auto;
        border: 2px solid var(--yellowGold);
        box-shadow: 3px 5px 15px rgba(24, 21, 11, 0.834);
    }

    .meet_name {
        border: rgb(0, 0, 0) double 4px;
        max-width: fit-content;
        margin: auto;
    }

    .rightsmallpic img {
        width: 50px;
        height: 75px;
        margin: auto;
        border: 2px solid var(--black);
        box-shadow: 3px 5px 15px var(--black);
    }

    .container_meet .camera {
        font-size: 20px;
    }
    
}

/* ABOUT ME SECTION ON MEET CEO PAGE */

.aboutme_sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    padding: 15px;
    background: #7b7d7f;
    text-indent: 25px;
    width: 100%;
    height: fit-content;
    max-width: fit-content;
}

.aboutme_sec h2 {
    font-size: 50px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    border-right: rgb(0, 0, 0) solid 10px;
    border-radius: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: #ecd213 2px 4px 2px;
}

.aboutme_sec .ceo_name {
    font-size: 40px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    justify-content: space-between;
    font-weight: 600;
    text-shadow: #ecd213 1px 3px 1px;
}

.aboutme_sec b {
    color: var(--yellowGold);
    font-size: 30px;
    text-decoration: underline double 3px var(--black);
}

/* .aboutme_sec h1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
}  */


.aboutme_sec p {
    font-size: 25px;
    text-align: center;
    margin: 20px 10px;
    padding: 10px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

larger {
    font-size: 75px;
    color: var(--yellowGold);
    text-shadow: #0f0f0f 2px 4px 2px;
}

@media screen and (min-width: 727px) and (max-width: 1100px) 
{

    .aboutme_sec {
        margin: 5px auto;
        padding: 10px;
    }

    .aboutme_sec .ceo_name {
        display: inline;
        font-size: 30px;
        justify-content: space-evenly;
    }

    .aboutme_sec h2 {
        font-size: 35px;
        border-right: 7px solid rgb(0, 0, 0);
    }

    larger {
        font-size: 60px;
        text-shadow: #0f0f0f 4px 5px 6px;
    }

    .aboutme_sec p {
        font-size: 20px;
        margin: 15px 8px;
        padding: 8px 0;
    }

    .aboutme_sec b {
        font-size: 25px;
    }
    
}

@media screen and (min-width: 500px) and (max-width: 727px) {

    .aboutme_sec {
        margin: 5px auto;
        padding: 8px;
    }

    .aboutme_sec .ceo_name {
        display: inline;
        font-size: 25px;
        justify-content: space-evenly;
    }

    .aboutme_sec h2 {
        font-size: 35px;
        border-right: 7px solid rgb(0, 0, 0);
    }

    .larger {
        font-size: 45px;
        text-shadow: #0f0f0f 4px 5px 6px;
    }

    .aboutme_sec p {
        font-size: 16px;
        margin: 8px 4px;
        padding: 4px 0;
    }

    .aboutme_sec b {
        font-size: 20px;
        text-decoration: underline double 2px var(--black);
    }
}

@media screen and (max-width: 499px) {

    .aboutme_sec {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: fit-content;
        margin: 2px auto;
        padding: 5px;
    }

    .aboutme_sec .ceo_name {
        display: inline;
        font-size: 20px;
        justify-content: space-evenly;
    }

    .aboutme_sec h2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 40px;
        border-bottom: rgb(0, 0, 0) solid 4px;
        border-right: none;
        border-radius: 7px;
    }

    .larger {
        font-size: 45px;
        text-shadow: #0f0f0f 4px 5px 6px;
    }

    .aboutme_sec p {
        font-size: 16px;
        margin: 12px 6px;
        padding: 6px 0;
    }

    .aboutme_sec b {
        font-size: 20px;
        text-decoration: underline solid 2px rgb(0, 0, 0);
    }
    
}

/* SERVICES RENDERED ON MEET CEO PAGE */
.services_title h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 60px;
    margin: 25px 10px; 
    color: var(--yellowGold);
    text-shadow: #ecd213 4px 2px 4px;
    border-bottom: 8px solid #0f0f0f;
    border-top: 8px solid #0f0f0f;
    padding: 0 auto;
    background-color: #0f0f0f;
    border-radius: 10px;
}


.container_service {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px auto;
    height: fit-content;
    padding: 5px;
    background: rgb(215, 212, 212); 
    max-width: fit-content;
}

.container_service img {
    width: 150px;
    height: 200px;
    border-radius: 50%;
    margin: 5px auto;
    box-shadow: 0 0 15px rgba(251, 194, 22, 0.834);
    box-shadow: 0 0 25px rgba(17, 14, 7, 0.834);
    border: 5px solid var(--yellowGold);
    background: transparent;
} 

.img4services { 
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    height: fit-content;
}

.container_service div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    height: fit-content;
    max-width: fit-content;
    list-style-type: none;
}

.container_service h1 {
    font-size: 45px;
    text-align: center;
    padding: 10px;
    margin: 5px auto;
    text-shadow: rgb(231, 193, 26) 5px 4px 5px;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: var(--black);
    background-color: #ecd213;  
    border-radius: 10px;
    box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.1); 
}

.mentoring_list, .speaking_list, .services_list { 
    list-style-type: none;
    padding: 10px;
    margin: 5px auto;
    text-align: center;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: var(--yellowGold);
    text-shadow: #0c0c0c 2px 2px 2px;
    border-radius: 8px;
    background-color: #0f0f0f;

}

.container_service .services-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: var(--black);
    text-shadow: #ecd213 2px 4px 2px;
    padding: 10px 20px;
    margin: 10px auto;
    background-color: var(--yellowGold);
    border-radius: 8px;
    box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.1);
}   

.services-button a {
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
}

.services-button a:hover {
    color: var(--yellowGold);
    background-color: var(--black);
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    text-decoration: underline #dee2e6 1px;
}

 

@media screen and (min-width: 727px) and (max-width: 1100px) {
    .services_title h1 {
        font-size: 40px;
        margin: 15px 5px;
        border-bottom: 6px solid #0f0f0f;
        border-top: 6px solid #0f0f0f;
    }

    .container_service {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 55px;
        padding: 6px;
        background: transparent;
        width: 70%;
        height: auto;
        margin: 6px auto;
        box-shadow: 0 0 10px rgba(17, 14, 7, 0.834);
        border: 4px solid var(--yellowGold);
    }

    .container_service img {
        width: 150px;
        height: 200px;
        margin: 4px auto;
        box-shadow: 0 0 10px rgba(251, 194, 22, 0.834);
        box-shadow: 0 0 20px rgba(17, 14, 7, 0.834);
        border: 4px solid var(--yellowGold);
    }

    .img4services {
        padding: 8px;
        height: fit-content;
        max-width: fit-content;
    }

    .container_service div {
        padding: 10px;
        margin: 0 auto;
    }

    .container_service h1 {
        font-size: 35px;
        padding: 8px;
        margin: 3px auto;
    }

    .mentoring_list, .speaking_list, .services_list {
        padding: 8px;
        margin: 3px auto;
        font-size: 12px;
    }

    .container_service .services-button {
        font-size: 15px;
        padding: 8px 15px;
        margin: 8px auto;
    }

    .services-button a:hover {
        padding: 8px;
    }
}

@media screen and (min-width: 500px) and (max-width: 727px) {
    .services_title h1 {
        font-size: 30px;
        margin: 10px 5px;
        border-bottom: 4px solid #0f0f0f;
        border-top: 4px solid #0f0f0f;
    }

    .container_service {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 50px;
        padding: 4px;
        background: transparent;
        width: 50%;
        height: auto;
        margin: 6px auto;
        box-shadow: 0 0 10px rgba(17, 14, 7, 0.834);
        border: 4px solid var(--yellowGold);
    }

    .container_service img {
        width: 75px;
        height: 100px;
        margin: 4px auto;
        box-shadow: 0 0 10px rgba(251, 194, 22, 0.834);
        box-shadow: 0 0 20px rgba(17, 14, 7, 0.834);
        border: 4px solid var(--yellowGold);
    }

    .img4services {
        padding: 6px;
    }

    .container_service div {
        padding: 5px;
        margin: 0 auto;
    }

    .container_service h1 {
        font-size: 25px;
        padding: 6px;
        margin: 0 auto;
    }

    .mentoring_list, .speaking_list, .services_list {
        padding: 6px;
        margin: 0 auto;
        font-size: 10px;
    }

    .container_service .services-button {
        font-size: 12px;
        padding: 6px 12px;
        margin: 6px auto;
    }

    .services-button a:hover {
        padding: 6px;
    }
}

@media screen and (max-width: 499px) {
    .services_title h1 {
        font-size: 20px;
        margin: 5px 0 auto;
        border-bottom: 2px solid #0f0f0f;
        border-top: 2px solid #0f0f0f;
    }

    .container_service {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 75px;
        padding: 12px;
        background: transparent;
        width: 50%;
        height: auto;
        margin: 8px auto;
        box-shadow: 0 0 5px rgba(251, 194, 22, 0.834);
        box-shadow: 0 0 10px rgba(17, 14, 7, 0.834);
        border: 4px solid var(--yellowGold);
    }

.container_service img {
        width: 50px;
        height: 75px;
        margin: 2px auto;
        box-shadow: 0 0 10px rgba(251, 194, 22, 0.834);
        box-shadow: 0 0 20px rgba(17, 14, 7, 0.834);
        border: 4px solid var(--yellowGold);
    }

    .img4services {
        padding: 4px;
    }

    .container_service div {
        padding: 2px;
        margin: 0 auto;
    }

    .container_service h1 {
        font-size: 15px;
        padding: 4px;
        margin: 0 auto;
    }

    .mentoring_list, .speaking_list, .services_list {
        padding: 4px;
        margin: 0 auto;
        font-size: 6px;
    }

    .container_service .services-button {
        font-size: 10px;
        padding: 4px 8px;
        margin: 4px auto;
    }

    .services-button a:hover {
        padding: 4px;
    }
}

/* Contact Us Page */

.contactUsForm {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 5px auto;
}

.contactUstitle h1 {
    font-size: 45px;
    padding: 20px;
    margin: 5px auto;
    text-shadow: rgb(231, 193, 26) 2px 4px 2px;
    box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #222;
    border-radius: 8px;
    color: #dee2e6;
}

.contactUsForm p {
    font-size: 25px;
    padding: 5px;
    margin: 5px auto;
}

.contactUsForm a {
    font-size: 25px;
    color:rgb(0, 0, 0);
    padding: 10px 5px;
    margin: 10px auto;
    text-decoration: none;
    box-shadow: #222 5px 5px 10px; 
    background-color: var(--yellowGold);
}

.container_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    position: relative;
    width: 100%;
    border:rgb(231, 193, 26) solid 5px;
    border-radius: 15px;
    padding: 10px;
    margin: 10px auto;
    max-width: 500px;
}

.container_form label, .container_form input {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
} 


@media screen and (min-width: 727px) and (max-width: 1100px) {

.contactUsForm {
    margin: 4px auto;
}

.contactUstitle h1 {
    font-size: 35px;
    padding: 15px;
    margin: 4px auto;
}

.contactUsForm p {
    font-size: 20px;
    padding: 4px;
    margin: 4px auto;
}

.contactUsForm a {
    font-size: 20px;
    padding: 8px 4px;
    margin: 8px auto;
}

.container_form {
    width: 75%;
    padding: 8px;
    margin: 8px auto;
    max-width: 400px;
}

.container_form label, .container_form input {
    padding: 4px;
    margin: 0 auto;
}

}


@media screen and (min-width: 500px) and (max-width: 727px) {

.contactUsForm {
    margin: 4px auto;
}

.contactUstitle h1 {
    font-size: 35px;
    padding: 15px;
    margin: 4px auto;
}

.contactUsForm p {
    font-size: 20px;
    padding: 4px;
    margin: 4px auto;
}

.contactUsForm a {
    font-size: 20px;
    padding: 8px 4px;
    margin: 8px auto;
}

.container_form {
    width: 75%;
    padding: 8px;
    margin: 8px auto;
    max-width: 400px;
}

.container_form label, .container_form input {
    padding: 4px;
    margin: 0 auto;
}

}

textarea#contact {
    width: 100%;
    height: fit-content;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    margin: 5px auto;
    border-radius: 5px;
    border: 1px solid var(--black);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    resize: none;
    max-width: fit-content;
}

@media screen and (max-width: 499px) {

.contactUsForm {
    margin: 2px auto;
}

.contactUstitle h1 {
    font-size: 25px;
    padding: 5px;
    margin: 2px auto;
}

.contactUsForm p {
    font-size: 15px;
    padding: 2px;
    margin: 2px auto;
}

.contactUsForm a {
    font-size: 15px;
    padding: 4px 2px;
    margin: 4px auto;
}

.container_form {
    width: 50%;
    padding: 4px;
    margin: 4px auto;
    max-width: 300px;
}

.container_form label, .container_form input {
    padding: 2px;
    margin: 0 auto;
}


textarea#contact {
    width: 93%;
    height: fit-content;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    margin: 5px auto;
    border-radius: 5px;
    border: 1px solid var(--black);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    resize: none;
    max-width: fit-content;
}
}

/*.container_form textarea {
    
} */

/* Footer */

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--black);
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;  
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    line-height: 1.5;  
    height: 14px;
}

.footer .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

.footer p {
    margin: 0 auto;
    color: var(--white);
    font-size: 12px;
}

.footer ul {
    list-style-type: none;
    padding: auto;
    margin: 14px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    font-size: 10px;
    padding: 1rem;
}

.footer a {
    color: var(--yellowGold);
    text-decoration: none;
    box-shadow: 3px 3px 3px var(--grey1);
    border-radius: 4px;
    padding: 2px 4px;
}

.footer a:hover {
    color: var(--yellowGold);
    background: #0f0f0f;
    border-radius: 5px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 2px 4px;
    text-decoration: underline #dee2e6 1px;
    font-size: 13px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .footer {
        height: 14px;
    }

    .footer ul {
        margin: 12px auto;
    }
    
    .footer p {
        font-size: 12px;
    }

    .footer li {
        font-size: 11px;
        padding: 0.8rem;
    }

    .footer a, .footer a:hover {
        border-radius: 4px;
    }
}


@media screen and (min-width: 480px) and (max-width: 768px) {
    .footer {
        height: 10px;
    }

    .footer ul {
        margin: 10px auto;
    }
    
    .footer p {
        font-size: 10px;
    }

    .footer li {
        font-size: 10px;
        padding: 0.6rem;
    }

    .footer a, .footer a:hover {
        border-radius: 3px;
    }
    
}


@media screen and (max-width: 480px) {
    .footer {
        height: 2px;
    }

    .footer ul {
        margin: 8px auto;
    }
    
    .footer p {
        font-size: 6px;
    }

    .footer li {
        font-size: 6px;
        padding: 0.3rem;
    }

    .footer a, .footer a:hover {
        border-radius: 2px;
    }
    
}

/*-----------------------------------------------------------*/

/* EXTRA CODES TO USE FOR STYLING */

/*.services_widget img {
    width: 175px;
    height: auto;
    border-radius: 50%;
    margin: 5px auto;
    box-shadow: 0 0 15px rgba(251, 194, 22, 0.834);
} */

/*  3 ARROW CODE
.top-arrow, .big-right-arrow, .bottom-arrow {
    font-size: 50px;
    color: var(--black);
    margin: 5px 5px 10px 5px;
    box-shadow: #ecd213 0 2px 3px; 
    padding: 0 5px;
} */

/*
.nav-link:hover {
    background-color: #e9ecef;
    color: #495057;
    border-radius: 0.25rem;
} */

/*     Color for a section
background: linear-gradient(90deg, white, darkgoldenrod); 
       Old Nav Color
background: linear-gradient(75deg, white, darkgoldenrod, rgb(13, 0, 22));
*/

/*  CONTAINER FOR MULTIPLE ARROWS
    <div class="container_arrows">
        <div class="top-arrow">&#8600;</div>
        <div class="big-right-arrow">&#x2794;</div>
        <div class="bottom-arrow">&#8599;</div>
    </div>   
*/