﻿:root {
    --header-background: #689F38;
    --navbar-color: #4CAF50;
    --main-background: #7CB342;
    --footer-color: #388E3C;
    --button-color: #4CAF50;
    --link-color: #FFFFFF;
    --link-hover-color: #81C784;
    --link-active-color: #FF5722;
    --primary-color: #7CB342;
    --dark-color: #388E3C;
    --light-color: #C5E1A5;
    --text-color: #212529;
    --accent-color: #dc3545;
    --white-color: #FFFFFF;
    --black-color: #000000;
}
/* ////////////////////////// COMMON ////////////////////////// */
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    background: var(--primary-color);
}

a {
    color: var( --text-color);
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

h1, h2, h3, h4, h5, h6, p, li {
    color: var(--text-color);
}

h1 {
    padding: 25px 0 0 0;
    font-family: 'Dancing Script',serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

h2 {
    font-family: 'Lora',serif;
    font-weight: 700;
    color: white;
    font-size: 10pt;
    line-height: 1.2;
    text-align: center;
}

h3 {
    font-family: 'Dancing Script',serif;
    font-weight: 700;
    font-size: 28pt;
}

h4 {
    font-family: 'Lora',serif;
    font-weight: 700;
    color: white;
    font-size: 20pt;
    line-height: 1.2;
}

.content-area-outer {
    background: linear-gradient(to bottom, var(--main-background), var(--light-color) );
    width: 100%;
}

.btn {
    background: linear-gradient(to right, var(--dark-color), var(--primary-color));
    color: var(--white-color);
}

    .btn:hover {
        background: var(--primary-color);
        color: var(--white-color);
    }

.caret {
    border-top-style: solid;
}

.modal-header {
    background-color: #80C0FF;
}

.overlay {
    color: var(--link-color);
    position: relative;
    top: -80px;
    left: 0;
    width: 100%;
    height: 0;
    margin: 3px;
    text-align: center;
    text-shadow: -1px -1px 0 var(--black-color), 1px -1px 0var(--black-color), -1px 1px 0 var(--black-color), 1px 1px 0 var(--black-color);
}

    .overlay a {
        color: #fff;
    }

.row-centered {
    text-align: center;
}

.call-to-action {
    display: inline-block;
    background: #088;
    color: #fff;
    font-size: 1.1em;
    padding: 15px 30px;
    margin: 10px auto;
}

    .call-to-action > a {
        color: #ff4;
    }

.no-padding {
    padding: 0;
    margin: 0 !important;
}

.img-header-left {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.img-header-right {
    float: right;
    width: 300px;
    margin-left: 20px;
}

.contact-form label {
    font-weight: normal;
}

.contact-form input, .contact-form select, .contact-form textarea {
    margin: 0 0 10px 0;
    border-radius: 0;
    border: 1px #987 solid;
}

#form-control {
    border-radius: 5px;
}

label#MessagePrompt, #EmailPrompt, #NamePrompt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 1000;
}

/* ////////////////////////// NAV BAR ////////////////////////// */
header {
    /*background: url("../images/bg3.jpg") no-repeat center top;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: linear-gradient(to right, var(--header-background), var(--accent-color));
}

.icon-bar {
    background: #fff;
}

.navbar-toggle {
    border: 1px solid white;
}

.navbar-header h1, .navbar-header h2 {
    color: var(--white-color);
    text-shadow: -1px -1px 0 var(--black-color), 1px -1px 0 var(--black-color), -1px 1px 0 var(--black-color), 1px 1px 0 var(--black-color);
}

.logo {
    float: left;
    margin: 20px;
}

.navbar-main {
    width: 100%;
    background: var(--black-color);
    z-index: 999;
    opacity: 0.8;
}

.navbar-nav {
    text-transform: uppercase;
}

    .navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav .dropdown a:hover {
        background: rgba(0,0,0,0);
        color: var(--link-hover-color);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .navbar-nav li {
        padding: 0;
    }

    .navbar-nav a {
        color: var(--link-color);
    }

.active a {
    color: var(--link-active-color);
    font-weight: bold;
}

.navbar-nav .dropdown > a:focus {
    background: rgba(0,0,0,0);
}

.navbar-nav .dropdown .dropdown-toggle {
    background: rgba(0,0,0,0);
}

.navbar-nav .open .dropdown-menu .active > a {
    background: rgba(0,0,0,0);
    color: #ff0;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu {
    color: #fff;
}

.navbar-nav .open .dropdown-menu {
    background: rgba(0,0,0,0.7);
}

    .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ff0;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

/* /////////////////// iframe //////////////////////////*/


#iframe-wrapper {
    border: 4px solid #fff;
    border-radius: 5px
}

/* ////////////////////////// FOOTER ////////////////////////// */
footer {
    padding: 10px 0;
    margin: 0;
    font-size: 11px;
    color: #321;
}

/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////// TABLET VIEW/ ////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
        text-transform: none;
    }
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// MEDIUM DESKTOP ///////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        text-transform: none;
    }
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// MOBILE ///////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (max-width: 767px) {
    header {
        position: relative;
        z-index: 999;
        background: linear-gradient(to right, var(--header-background), var(--accent-color)) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 60px;
    }

    .navbar-nav {
        text-transform: none;
    }

    .logo {
        height: 56px;
        margin: 2px 0 2px 10px;
    }

    h1 {
        font-size: 12pt;
        padding: 0;
        margin: 10px 0 0 0;
    }
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// NON-MOBILE ///////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (min-width: 768px) {
    header {
        height: 230px;
    }

    .navbar-header {
        width: 700px;
    }

    .navbar-main {
        position: absolute;
        top: 160px;
    }

    #navbar-main.shrink {
        position: fixed;
        top: 0;
        left: 0;
    }
}

.bot-main-container {
    margin-top: 10px
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// Button ///////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
.bot-main-container {
    margin-top: 10px;
}

.bot-container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, var(--header-background), var(--accent-color));
    border-radius: 10px
}

.button-text {
    text-shadow: 2px 2px #000;
    font-weight: bold;
    font-size: 20px;
    color: white;
}


.bot-container button,
.bot-container > div {
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
}

.bot-container button {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.custom-link {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
    text-decoration: none;
}

.hover-button:hover {
    background: linear-gradient(to right, var(--primary-color), var(--header-background));
    text-decoration: none;
}

.centered-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
