﻿

.flathead {
    background-color:peru !important;
}


/*.testguy {
    height: 12rem;
}*/
/*li  > a {
    color: green !important;
}*/
/*navbar li {
    color: green !important;
}*/
.navbar:hover {
    background-color: white;
}

    .navbar:hover .nav-link {
        color: rgb(0, 43, 38) !important;
    }

    .navbar:hover .navbar-brand {
        color: green;
    }
/*.nav-link {
    color: yellow !important;
}

.nav-link:hover {
    color: orange !important ;
}*/
    .nav-link {
        transition: all 1s ease !important;
    }

.listfont {
    font-size: .8em;
    font-weight:600;
}

.navbar {
    z-index: 90;
    transition: all 1s ease;
}

.nav-item {
    font-weight: 700;
    text-transform: uppercase;
}

/*#fullCarousel {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
}*/

.carousel {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
}

.scrolled {
    background-color: brown ;
    opacity: .5;
}

.link-color {
    color: rgb(0, 43, 38) !important;
}

/*@media all and (max-width:600px) {

    img {
        display: block;
        margin: 0 auto;
    }
}*/

.flathead-text {
    font-weight: 400 !important;
    font-size: small !important;
}