/** Light Green: #7ACF53 
*** Dark Green: #4F8934  (slightly darker for footer: #45752F)
*** Orange: #EB9125
*** Neon Orange: #FED400
*** Light Tan background: #F2EEEA
*** Mud green color: #646E46
*** Dark grey/green for text: #565B48
*/
/*********** Containers ***********/

body {
    background-color: #FFFFFF;
    height: 100%;
}

/*********** Navigation ***********/

.navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.logo {
    height: 65px;
    margin-left: 10%;
}

.nav-item a {
    color: #646E46!important;
    font-weight: bold;
    font-size: 15pt;
    font-family: 'Noto Serif Georgian', serif;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #F2EEEA;
}

/*********** Common to all pages ***********/

.bodyMainHeading {
    color: #646E46;
    text-align: center;
    font-family: 'Noto Serif Georgian', serif;
    margin-bottom: 3%;
}

.bodyTopLeftColHeading,
.bodyMidRightColHeading,
.bodyBottomLeftColHeading {
    color:#882D17;
    font-family: 'Noto Serif Georgian', serif;
    margin-bottom: 3%;
}


/*********** Text ***********/

.bodyTopLeftColText,
.bodyMidRightColText,
.bodyBottomLeftColText {
    color:#882D17;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 16pt;
    text-align: justify;
}

.ParaLeftContentHeading i {
	color: #F7BF00 !important;
}

/*********** Buttons ***********/

.btn {
    background-color: #FFC708;
    border-radius: 1.375rem;
    border: none;
    float: right;
    color: white;
}

.btn:hover {
    background-color: #F7BF00;
    border-radius: 1.375rem;
    border: none;
    color: white;
}

.btn:active {
    background-color: #FFC708!important;
    color: white!important;
}

/*********** Footer ***********/

.footer {
    background-color: #156375;
    margin-top:20px;
}

.footer p {
    display: flex;
    padding: 0.5%;
    justify-content: space-between;
    margin-bottom: 0; 
    min-height: 70px;
    padding-top: 15px;
}

.footer span {
    color: #246461;
    font-family: 'Noto Sans Georgian', sans-serif;
    color: white;
}

.footer span a {
    color: #246461;
    font-weight: bold;
    font-family: 'Noto Sans Georgian', sans-serif;
    color: white;
}

/******************************************/

/*********** Media Queries ***********/

/******************************************/

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

    /******** Containers *******
    body {
        min-width: 375px;
    }*/

    /******** Navigation *******/

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        background: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 10px;
        min-width: 200px;
        z-index: 1000;
    }

    .navbar-nav {
        background: white;
    }

    .nav-item {
        border-bottom: 1px solid #eee;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .nav-link {
        padding: 10px 15px !important;
        color: #646E46 !important;
    }

    .dropdown-menu {
        position: static !important;
        transform: none !important;
        border: none !important;
        box-shadow: none !important;
        background: #f8f9fa !important;
        margin-left: 20px !important;
    }

    .logo {
        height: 65px;
    }
 
}


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

    /******** Containers *******
    body {
        min-width: 375px;
    }*/

    /******** Navigation *******/

    .logo {
        height: 55px;
    }
}
