header li a {
    margin-top: 60px;
    color: black;
    font-weight: bold;
}
header .navbar {
    font-size: 22px;
    padding: 0px;
    padding-left: 20px;
}

header .navbar-brand img {
    width:320px;
    height:auto;
}

header.container-custom {
    padding-bottom: 0px !important;
    padding-top: 20px !important;
}

header .nav-link {
    color: black !important;
}

header .nav-link:hover {
    text-shadow: #CCC 2px 2px 2px;
    /*text-decoration: underline black;*/
}

header .nav-link.active {
    border-bottom: solid 2px black;
}

footer.container-custom {
    background-color: #332E2A;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer a {
    color: white !important;
}

section .container-fluid-custom {
    background-color: #CCBFB4;
}

section h1 {
    margin-top: 50px;
    font-family: fantasy;
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    text-align: justify;
    padding-top: 10px;
}

br {
    display: block;
    /* makes it have a width */
    content: "";
    /* clears default height */
    margin-top: 10px;
}

section .container {
    padding: 20px;
}

body {
    overflow: scroll;
}

section {
    min-height: 600px;
}

@media(max-width:991px) {
    header li a {
        margin-top: 0px;
    }
}

@media(max-width:539px){
    header .navbar-brand img {
        width: 160px !important;
        height: auto !important;
    }
}