﻿body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000000;
}


button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

main{
   /* font-size: 1.1rem;
    line-height: 1.6;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 700;
    text-align: center;
}

h2, h3{
    margin-bottom: 1rem !important;
}

nav {
    box-shadow: 5px 8px 10px rgba(204,204,204,0.31);
}

    nav .nav-link {
        text-transform: uppercase;
    }

nav .nav-item:hover .nav-link{
    color: #649e33;
}

    nav .nav-link, nav .dropdown-item {
        color: #000;        
        font-weight: 700;
        /*font-size: 21px;*/
        font-size: 1.1rem;
        line-height: 1.6;
        white-space: normal;
    }

    nav .nav-item {
        margin-left: 5px;
        margin-right: 5px;
        
    }

nav .dropdown-menu{
    background-color: #000;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0;
}

nav .dropdown-item{
    color: #fff;
    /*text-transform: capitalize;*/
    border-bottom: 1px solid #fff;
    font-weight: 600;
    /*font-size: 18px;*/
    padding: 12px 20px;
}

    nav .dropdown-item:hover {
        background-color: #7cc242;
        color: #000;
    }

footer {
    background-color: #000000;
    border-top: 10px solid #7cc242;

}

    footer .building-background {
        background: url(images/building-accent.png) right bottom no-repeat;
        background-size: contain;
    }

.btn {
    border-radius: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    /*font-size: 1.1rem;*/
    text-transform: uppercase;
    font-weight: 700;
}

.btn-custom-small{
    font-size: .9rem;
}

.btn-custom-green {
    background-color: #7cc242;
    color: #000;
}

    .btn-custom-green:hover {
        background-color: #f57e20;
        border-color: #f57e20;
        color: #000;
    }

    .btn-custom-green:not(:disabled):not(:disabled):active {
        background-color: #7cc242 !important;
        border-color: #7cc242 !important;
        color: #000;
    }

.btn-custom-orange {
    background-color: #f57e20;
    color: #000;
}

    .btn-custom-orange:hover {
        background-color: #7cc242;
        border-color: #7cc242;
        color: #000;
    }

    .btn-custom-orange:not(:disabled):not(:disabled):active {
        background-color: #f57e20 !important;
        border-color: #f57e20 !important;
        color: #000;
    }

.text-orange {
    color: #d9650a;
}

.text-green {
    color: #649e33;
}

.text-blue {
    color: #326fa1;
}

.text-blue-green {
    color: #428ac4;
}

.text-red {
    color: #cd0000;
}

.bg-light-gray {
    background-color: #f8f5f2;
}

.fw-bolder{
    font-weight: 800 !important;
}

.card{
    color: #000000;
    border-radius: 0;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.border-left-green {
    border-left: 10px solid #7cc242;
}

.border-hover:hover{
    border-color: #f57e20;
    transition: ease 0.3s;
}

.img-hover-zoom {
    overflow: hidden;    
}

    .img-hover-zoom img {
        transition: transform 1s ease;
    }

    .img-hover-zoom:hover img {
        transform: scale(1.1);       
    }

#btn-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 0;
    display: none;
    height: 44px;
    width: 44px;    
    padding: 0;
    padding-right: 2px;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: .9;
    background-color: #f57e20;
    color: #000;
    border-radius: 0px;
    font-size: .9rem;
}

    #btn-back-to-top:hover {
        background-color: #7cc242;
    }

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

.fa-chevron-right {
    font-size: .75rem;
    color: #649e33;
}

.list-group-item {
    display: flex;
    align-items: center;
    border-bottom-color: #000;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #000;
}

.list-group-flush:last-child{
    border-bottom: 1px solid #000;
}

.house-tree-icon {
    max-width: 225px;
    width: 100%;
    height: auto;
}

.mb-4-custom{
    margin-bottom: 2.5rem;
}

.my-4-custom {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

#login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.collapse-container {    
    color: #000;
}

    .collapse-container .collapsed i {
        background-color: #000;
    }

    .collapse-container .collapsed {
        color: #000;
    }

.collapse-btn:hover {
    color: #428ac4;
    transition: ease 0.3s;
}

.collapse-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-weight: 600;
    text-align: left;
    transition: ease 0.3s;
    color: #428ac4;
}

.collapse-container i {
    display: flex;
    width: 35px;
    height: 35px;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #428ac4;
}

.collapse-icon-sm i {
    width: 25px;
    height: 25px;
    font-size: .9rem;
}

.collapse-btn:hover i {
    background-color: #428ac4;
    transition: ease 0.3s;
}

.list-padding li {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

main hr{
    border-color: #000000;
    opacity: 100;
}

.staff-img-container{
    max-width: 300px;
    margin: auto;
}

.staff-img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    footer .building-background {
        background-size: auto 100%;
    }
}

@media (min-width: 992px) {
    nav .nav-link, nav .dropdown-item {       
        white-space: nowrap;
    }
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1200px;
    }
}

   