:root {
    --color-primary: 
        --color-white: 
        --color-black: 
        --color-black-1: 
}
body{
    margin: 0 auto;
    height: 100vh;
    font-family: 'PT Serif', serif;
    width: 960px;    
    justify-content: center;
    align-items: center;
}

.hero-image{
    background-image: url(../images/Header.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-bottom: 8px solid red;

}



.menu-bar {
    background-color: #F6F6F6 ;
    height: 50px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: relative;
}


.menu-bar ul {
    list-style: none;
    display: flex;
}

.menu-bar ul li {
    /* width: 120px; */
    padding: 5px 10px;
    /* text-align: center; */

    position: relative;
}

.menu-bar ul li a {
    font-size: 12px;
    color: #484343;
    text-decoration: none;

    transition: all 0.3s;
}

.menu-bar ul li a.active{

    color: #1f7f01;
}


.menu-bar ul li a:hover {
    color: #1f7f01;
}

.fas {
    float: left;


}

/* dropdown menu style */
.dropdown-menu {
    display: none;
    z-index: 1;
}


.menu-bar ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    background-color: #F6F6F6;
}

.menu-bar ul li:hover .dropdown-menu ul {
    display: block;
    margin: 4px;

}

.menu-bar ul li:hover .dropdown-menu ul li {
    width: 35px;
    padding: 13px;
}

.menu-bar ul li:hover .dropdown-menu ul li a {
    margin-left: -50px;
    font-size: 10px;

}

.slideshow-container {
    
    position: relative;
    margin: auto;
}


/* Number text (1/6 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}



/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}



.title .trapezoid {

    border-bottom: 42px solid mediumseagreen;
    border-right: 25px solid transparent;
    height: 0;
    width: 500px;



}

.title h3{
    font-family: sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    /*background-color: mediumseagreen;
    color:white;*/
    padding: .7rem;
    border-bottom: .4rem solid #fd0100;
    width: 930px;

}

.title p{
    padding-top: 25px;
}











/* 
.image {
position: relative;
width: 400px;
}

.image__img {
display: block;
width: 100%;
}

.image__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

}

.image__title {
font-size: 2em;
font-weight: bold;
}
*/

.column {
    float:left;
    width: 30%;
    padding: 5px 16px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.image__img {
    display: block;
    width: 100%;
}



.text-wrapper{
    width: 105%;
    position: relative;
    margin-top: -45%;

}

.text-wrapper h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    box-shadow: black;
    text-shadow: 2px 2px black ;
}



.contactUs{
    position: relative;
    width: 100%;

}

.contactUs .title{
    display: flex;
    justify-content: center;
    align-items: center;

}


.form{
    grid-area: form;
}

.info{
    grid-area: info;
}

.map{
    grid-area: map;
}

.contact{
    margin-left: -7px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 35px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

.box{
    position: relative;  
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 5fr 3fr;
    grid-template-areas: 
        "form info"
        "form map";
    grid-gap: 3px;


}

.contact h3{
    color: black;
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-top: -10px;

}

.contact h4{
    color: #484343;
    font-size: 9px;


}


/* form */

.formBox{
    position: relative;
    width: 90%;

}

.formBox .row50{
    display: flex;
    gap: 5px;

}

.inputBox{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}

.formBox .row100 .inputBox
{
    width: 100%;


}

.inputBox span{
    color: #484343;
    margin-bottom: 1px;
    font-size: 9px;

}

.inputBox input{
    padding: 2px;
    outline: none;
    border: 1px solid #333;
}

.inputBox textarea{
    padding: 3px;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 80px;
    margin-bottom: 5px;
}

.inputBox input[type="submit"]
{
    background: #203EB3 ;
    color: #fff;
    border: none;
    max-width: 100px;
    font-size: 10px;
    cursor: pointer;
    padding: 10px 10px;
}

.inputBox ::placeholder{
    color: #999;
}

/* info */

.info{
    background: #F6F6F6;
}

.info h3{
    color: #484343;
    font-size: 20px;
    padding-bottom: 10px;
    margin-left: -10px;
}

.info .infoBox div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;


}

.info .infoBox div span{
    min-width: 20px;
    height: 20px;
    color: black;
    background: #18b7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    margin-right: 15px;
}

.info .infoBox div p{
    color: black;
    font-size: 13px;
    margin-top: -10px;
}

.infoBox .infoBox div a{
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
}

.sci{
    margin-top: 40px;
    display: flex;
}

.sci li{
    list-style: none;
    margin-right: 15px;
}

.sci li a {
    color: #fff;
    font-size: 2em;
    color: #ccc;
}

.sci li a:hover{
    color: #fff;
}

.map
{
    padding: 0;
    margin-top: -30px;
}

.map iframe{
    width: 100%;
    height: 100%;
}

/* Responsive Design */
@media (max-width: 991px)
{
    body
    {
        background: ;
    }

    .contactUs
    {
        padding: 20px;
    }

    .box 
    {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
            "form"
            "info"
            "map"
    }

    .formBox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .inputBox
    {
        width: 100%;
    }
    .contact {
        padding: 30px;
    }

    .map 
    { 
        min-height: 300px;
        padding: 0;
    }
}