/*
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300,400,600&display=swap');
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,600");
* {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.navbar {
    background-color: #7E8386;
    overflow: hidden;
    padding: 0;
}


/* Style the links inside the navigation bar */

.navbar-brand {
    padding: 0px 6px;
}

.navbar-nav .nav-item  {
    float: left;
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.navbar-nav .nav-item .nav-link {
    color: #f2f2f2;
    text-decoration: none;
    padding: 8px 16px;
}

.navbar-brand:hover, .navbar-nav .nav-item a:hover {
    background-color: #a9becc;
    color: black;
}


/* Override bootstrap.css. Don't alter how this is typed! */
.navbar-nav .nav-link.active
{
    background-color: #B1504A;
    color: white;
}

/* Leave room for the navbar. */
body {
    line-height: 1.58;
    padding-top: 42px;
}

h1, h2, h3, h4, h5 { text-align: center; }
h1, h2, h3 { padding-top: 20px; }

.header img { max-height: 180px; padding: 10px; }

ul.dojos {
    list-style-type: none;
}

.dojo {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-color: #999;
}

.dojo .name {
 font-weight: bold;
 color: #73635a;
}


ul.events {
    list-style-type: none;
}

ul.events li.event {
    padding: 10px;
    border-bottom-style: solid;
    border-width: 1px;
}

.events .summary {
    font-size: 125%;
    padding: 5px 0 5px 0;
}

.events .timeframe {
    padding-bottom: 10px;
}

.events .description {
    padding-bottom: 10px;
}

.events .description ul li {
    margin: 0;
    padding: 0;
}

.events .url {
    padding: 5px 0 5px 0;
}


#contact-form .form-label {
    margin: 0
}

#contact-form .row {
    margin: 10px 5px;
    padding: 6px;
}

.footer p { font-size: 85%; text-align: center; padding: 0px; margin: 0px; }
