﻿li.nav-item {
    list-style-type: none;
}

nav.navbar {
    border-bottom: 10px solid #447327;
}

.nav-link {
    font-size: 18px;
    font-family: 'News Cycle';
    font-weight: lighter;
    margin-top: 25px;
    margin-right: 0px;
    text-align: center;
    padding: 15px;
}

    .nav-link:hover {
        background-color: #447327;
        color: #FFF !important;
        text-decoration: none;
    }

.bg-light {
    background-color: #FFF !important;
}

.imgLogo {
    margin-top: 0px !important;
    width: 280px;
}

main {
    margin-top: 108px;
}

p {
    text-align: justify;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

h1 {
    text-align: left !important;
}

h4 {
    font-size: 17px;
}

.w100 {
    width: 100%;
}

footer {
    border-top: 2px solid #447327;
    padding-top: 20px;
    padding-bottom: 30px;
}

    footer b {
        color: #447327;
        font-size: 13px;
        font-weight: bold;
    }


@media (max-width: 768px) {
    .nav-link {
        margin: 0;
        text-align: center;
    }

    .navbar-nav {
        margin: 0 !important;
        width: 100%;
    }

    h1 {
        text-align: center !important;
    }
}
