﻿body {
}

.navbar-brand img {
    position: relative;
    height: 50px;
    top: -5px
}

#brand-name {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.navbar {
    background-color: #7d090b;
}

    .navbar .navbar-toggler-icon {
        color: #fff;
    }

.nav-link, .nav-link:hover {
    color: #fff;
    font-weight: bold;
}

#header {
    color: #fff;
    background-image: url('../images/throw.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 40% center;
}

    #header .banner {
        font-size: 7em;
        font-weight: bold;
        color: #fff;
    }



#zenyo img {
    height: 100px;
    display: inline;
    position: relative;
    top: -11px;
}

h2 {
    margin-bottom: 1em;
    border-bottom-style: solid;
    padding-bottom: 0.1em;
    border-bottom-width: 0.07em;
}

h4 {
    margin-bottom: 1em;
}

#header .lead {
    font-size: 1.25em;
    color: #fff;
    font-weight: bold;
}

#judo {
    color: #fff;
    background-color: #493829;
    opacity: 0.8;
}

#instructor {
    color: #493829;
    background: #d3d4ce;
}

#bio {
    color: #493829;
    background: #d3d4ce;
}

#instructor-background {
    background: url('../images/Judo-6.jpg');
    background-repeat: no-repeat;
    background-position: 35% 20%;
    background-size: cover;
    min-height: 500px;
}

#classes {
    color: #493829;
    background: #d3d4ce;
}

#senior-background {
    background: url('../images/Judo-5.jpg');
    background-repeat: no-repeat;
    background-position: 35% 33% ;
    background-size: cover;
    min-height: 500px;
}

#junior-background {
    background: url('../images/junior.jpg');
    background-repeat: no-repeat;
    background-position: top left 50%;
    background-size: cover;
    min-height: 500px;
}

#location {
    color: #fff;
    background-color: #493829;
}


#faq {
    color: #fff;
    background: #045184;
}

    #faq p.question {
        font-style: italic;
        font-weight: bold;
    }

    #faq a {
        color: #fff;
        text-decoration: underline;
    }

#events {
    color: #493829;
}

    #events table {
        margin-bottom: 2em;
    }

#contact {
    color: #493829;
    background-color: #d3d4ce;
}

footer {
    background: #000;
    color: #fff;
}

    footer .logos {
        padding-bottom: 1em;
        border-bottom: solid;
        border-bottom-width: 0.07em;
        padding-left: 0;
    }

    footer .copy {
        font-size: 1em;
    }


    footer .logos {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

#logo-wjf {
    height: 100px;
    margin: 5px;
}

#logo-akja {
    height: 100px;
    margin: 5px;
    position: relative;
    top: 1px;
}

#logo-vaju {
    height: 100px;
    margin: 5px;
    position: relative;
    top: 1px;
    left: -2px;
}

#logo-shudokan {
    height: 100px;
    margin: 5px;
    position: relative;
    top: 1px;
}

#logo-zenyo {
    height: 100px;
    margin: 5px;
    position: relative;
    top: 1px;
}

.zenyo-content {
    padding: 2em;
}
