﻿.dropdown-menu .nav-item {
    width: 350px;
    font-size: 0.95em;
    /*font-family: 'Open Sans', sans-serif;*/
}

.dropdown-menu .nav-item .nav-link {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0.5em;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: bolder;
}

.dropdown-toggle {
    font-weight: bold;
    font-size: .95em;
}

.bg-menu {
    background-color: orange !important;
    /*#61e05c !important*/
}

.dropdown-header {
    font-weight: bold;
    font-size: .95em;
    margin: 0 !important;
    padding: 0.5em !important;
    color: #098204 !important;
    border-bottom: 3px solid #098204 !important;
    display: inline-block !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: " \f0da";
    float: right;
    border: none;
    font-family: 'Font Awesome 5 Free';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.TitleBG {
    height: 95vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block
}

.title-h {
    font-size: 5rem;
    text-shadow: 2px 2px 2px #333;
}

@media screen and (max-width: 600px) {
    .title-h {
        font-size: 2rem;
        text-shadow: 2px 2px 2px #333;
    }

    .TitleBG {
        height: 60vh;
        background-repeat: no-repeat;
        background-size: cover;
        display: block
    }

    .TitleBG:before {
        height: 60vh;
    }

    .chevron {
        display: none;
    }
}


.deprecated {
    height: inherit;
}

.deprecated:after {
    content: ' \f251';
    font-family: 'Font Awesome 5 Free';
    color: #ff6a00
}

.deprecated:hover:after {
    content: ' \f253'
}

.obsolete {
    height: inherit;
}

.obsolete:after {
    content: ' \f6e2';
    font-family: 'Font Awesome 5 Free';
    color: #800
}

.navbar,
.navbar-brand {
    font-size: 1rem !important;
    font-weight: bold !important;
}

footer a,
footer a:link {
    color: white !important;
    text-decoration: none;
    font-size: 0.85rem;
}

.main-footer {
    color: black
}

.main-footer a {
    color: #ff6a00
}

.main-footer a:link {
    color: #ff6a00
}

.main-footer a:hover {
    color: #ff6a00
}

.social {
    float: right !important;
    display: inline;
    font-size: 0.9rem;
}

.head {
    text-shadow: 1px 1px 2px black;
    color: var(--tree-shade) !important
}

.bg-head {
    color: #28a745 !important;
    padding-top: .5rem;
    height: 50vh;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.bg-head::before {
    height: 50vh;
    width: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width: 1000px) {
    .bg-head {
        height: 25vh;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover !important;
        width: 100%;
        z-index: 0;
    }

    .head {
        font-size: large;
    }


}