﻿
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body {
    height:100vh;

}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.navbar{
    background-color:white !important;
    border:none;
}

.navbar #collapse .meh{
    color:#7ab800 !important;
    opacity:10;
    border-color:#7ab800;
}

    .navbar #collapse .meh:hover {
        color: white !important;
        border-color: #7ab800;
        background-color:#7ab800;
    }
.navbar-center{
    position:absolute;
    left:50%;
    margin-left:-32.5px !important;
    margin-top:10px;
}
ul li a{
    color: #2d465a;
}

.nav-link:hover {
    color: #2d465a !important;
    border-bottom: 2px solid #7ab800
}

.loginForm{
    background-color:white;
    height:300px;
    width:300px;
    box-shadow: 0 0 3px 1px #E1E1E1;
}

#homeSubmenu::-webkit-scrollbar-track {
    border-radius: 50%;
    height: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5
}

#homeSubmenu::-webkit-scrollbar {
    border-radius: 50%;
    height: 10px;
    width: 3px;
    background-color: #F5F5F5;
}

#homeSubmenu::-webkit-scrollbar-thumb {
    border-radius: 50%;
    height: 5px;
    background-color: #000000;
    border: 2px solid #7ab800;
}

#topheader #homeSubmenu li a.active 
{
    font-weight: 600;
    font-size: 14px;
}

#topheader #homeSubmenu li a:hover {
    font-weight:600;
    font-size:14px;

}
