/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
    padding-top: 3rem;
    color: #5a5a5a;
}

/* TYPOGRAPHY
-------------------------------------------------- */
P {
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #341b0a;
}

h1 {
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #bf0000;
}

h2 {
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000000;
    margin-bottom: .7em;
}

h3 {
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000000;
    text-shadow: 1px 1px 3px #898383;
}

h4 {
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #044735;
    text-shadow: 1px 1px 4px #42423f;
}

h5 {
    font-weight: bold;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: italic;
    color: #044735;
    text-shadow: 1px 1px 4px #42423f;
}

a {
    color: #cccccc;
    font-size: 16px;
    font-weight: bold;
}

a:hover {
    color: #ffffff;
}

li {
    font-size: 18px;
    font-weight: bold;
}

.shaddow {
    text-shadow: 2px 2px 6px #42423f;"
}

/* IMAGES
-------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* NAVBAR
-------------------------------------------------- */
#header a {
    color: #263e0f;
    font-size: 16px;
    font-weight: bold;
}

#header a:hover {
    color: #7f7f7f;
}

.dropdown-menu {
    background-color: #cdc0b0;
}

.active {
    background-color: #b8ac9e;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin: 0.000rem 0 0;
}

.dropdown:hover .active {
    background-color: #a69c9c;
}

.nav-link {
    margin: 0 5px;
}

/* Text Over Responsive Image
-------------------------------------------------- */
    /* (B) RESPONSIVE IMAGE */
.textcenter img { width: 100%; }
 
/* (C) CENTER TEXT ON IMAGE */
.textcenter { position: relative; }
.textcenter figcaption {
  position: absolute;
  /* VERTICAL CENTER */
  top: 25%;
  left: 0;
  /* HORIZONTAL CENTER */
  width: 100%;
  text-align: center;
  /* COSMETICS */
  color: blue;
  font-size: 22px;
  font-weight: 700;
}

    /* MARKETING CONTENT-------------------------------------------------- */
    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {    margin-bottom: 1.5rem;    text-align: center;}
    .marketing h2 {    font-weight: 400;}/* rtl:begin:ignore */
    .marketing .col-lg-4 p {    margin-right: .75rem;    margin-left: .75rem;}
    

    /* --- contact form  ---- */
    .contactForm input[type="text"],
    
    .contactForm input[type="email"] {
        width: 100%;
        min-height: 40px;
        padding-left: 20px;
        font-size: 13px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contactForm textarea {
        width: 100%;
        padding-left: 20px;
        padding-top: 10px;
        font-size: 13px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #sendmessage {
        color: green;
        border: 1px solid green;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #sendmessage.show,
    #errormessage.show,
    .show {
        display: block;
    }

    /* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width: 576px) {
    #content h1 {
        font-size: 24px;
    }
    h1 {
        font-size: 6vw;
        margin-bottom: 3px;
    }
    #content h2 {
        font-size: 20px;
    }
    h2 {
        font-size: 4vw;
    }
    #content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .shaddow h1{
        text-shadow: 1px 1px 4px #42423f;"
    } 
    .textcenter figcaption {
        position: absolute;
        /* VERTICAL CENTER */
        top: 20%;
    }
}

@media (max-width: 991px) {

    }

@media (min-width: 991px) {   

    }

@media (max-width: 1199px) {
    }
}