﻿body, html {
    height: 100%;
}

#wrapper {
    background: linear-gradient(180deg, #0a2130 25%, #70d0fa 100%);
}

#logo {
    width: 300px;
}

#header {
    border-bottom: 5px solid #3dbfb3;
    background: #fff;
    padding: .5rem;
}
/*Dropdown Menu Styles*/
.navbar .nav-link {
    border-top: 3px solid #fff;
    color: #1b7fa3;
    font-weight: bold;
    max-width: 250px;
}

    .navbar .nav-link:hover {
        border-top: 3px solid #8ec641;
        transition: all .1s ease-in-out;
    }

.nav-link.show {
    border-top: 3px solid #1b7fa3;
    background-color: #EEEEEE;
}

.dropdown-menu {
    min-width: 300px;
    border-radius: 0px;
    background-color: #EEEEEE;
    margin-top: -1px !important;
    border: 0;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.columns-2 {
        min-width: 600px;
    }

.dropdown-item {
    white-space: normal;
    margin-left: .25rem;
    margin-right: .25rem;
    border-left: 3px solid #EEEEEE;
    width: unset;
}
.dropdown-item:hover {
      background-color: rgba(255, 255, 255, 0.5);
      border-left: 3px solid #8dc63f;
 }

.dropdown-toggle {
    white-space: normal;
}

#hero {
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}
#contact {
    background-color: #1b7fa3;
}
#contact .card {
    background-color: #c0e9fb;
}

.footer {
    background-color: #0a2130;
    background: linear-gradient(180deg, #0a2130 50%, #000 100%);
    border-top: 5px solid #0b76bc;
}

.light-blue {
    color: #70d0fa !important;
}

.breadcrumb {
    border-bottom: 2px dotted #8ec546;
}

    .breadcrumb a {
        text-decoration: none;
        font-weight: normal;
    }

.breadcrumb-item.active {
    color: #616161;
}

section-links a {
    text-decoration: none;
    font-weight: normal;
}

#section-links a:hover .card {
        transform: scale(1.1);
        transition: all .1s ease-in-out;
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -o-transform: scale(1.03);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
    }

#section-links a {
    color: #333;
}

#section-links a:hover {
        text-decoration: none;
    }



#section-links .card {
    background-color: #99cc53;
}

#section-links .card {
    flex-direction: row;
}

#section-links a:hover .card {
    background-color: #b0d87a;
}



/*Sidenav Styles*/
#sidenav .card {
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.175);
    background-color: #FAFAFA;
    border-color: #70d0fa;
}

    #sidenav .card h4 {
        background-color: #70d0fa;
        padding: 1.25rem;
        color: #424242;
    }

#sidenav a {
    font-weight: normal;
    color: #212121;
    text-decoration: none;
}

#sidenav .nav-link {
    border-left: 3px solid transparent;
}

    #sidenav .nav-link:hover {
        background-color: rgba(0, 0, 0, 0.025);
        border-left: 3px solid #8ec546;
    }



#articles a {
    font-weight: normal;
    color: #212121;
}

    #articles a:hover {
        text-decoration: none;
    }

        #articles a:hover .card {
            background-color: #70d0fa;
        }
/*Responsive*/
@media (max-width: 1140px) {
    .navbar .nav-link {
        border-top: none;
        max-width: none;
    }

        .navbar .nav-link:hover {
            border-top: none;
            background-color: #70d0fa;
            transition: unset;
        }

        .navbar .nav-link.show {
            border-top: none;
            background-color: #70d0fa;
        }

        .navbar .nav-item .nav-link {
            padding: .5em;
        }

    .dropdown-menu {
        min-width: 300px;
        border-radius: 0px;
        background-color: none;
        margin-top: -1px;
        border: 0;
        box-shadow: none;
    }

        .dropdown-menu.columns-2 {
            min-width: 600px;
        }

    #search-box {
        width: 100%;
        display: block;
        padding: 1em;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: .5em;
    }

        .dropdown-toggle::after .dropdown-item {
            white-space: normal;
            margin-left: .25rem;
            margin-right: .25rem;
            border-left: 3px solid #EEEEEE;
            width: unset;
        }

            .dropdown-toggle::after .dropdown-item:hover {
                background-color: rgba(255, 255, 255, 0.5);
                border-left: 3px solid #8dc63f;
            }
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }



}
