@import url('https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');
body {
    font-family: "Raleway", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight:400;
    letter-spacing: 0.02em;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', cursive;
    margin: 0 0 20px;
    letter-spacing: 0.03em;
}

.comment-respond h3,
.entry-comments h3 {
    margin-bottom: 3.750rem;
    margin-top: 6.25rem;
}


.navbar-brand {
    padding-top: 0.25rem;
}
.navbar-brand > a {
font-family: 'Raleway', sans-serif;
text-transform: uppercase;

}

#masthead .navbar-nav > li a {
    border-bottom-width: 0;
    display: block;
    font-family: 'Raleway', sans-serif;
    padding: 9px;
    text-transform: uppercase;
    background-color: #071c39;
}

div#page-sub-header h1 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
    text-transform: none;
}

.dropdown-menu {
    background-color: none;
    border: none;
}

div#page-sub-header p {
    max-width: 100%;
}
#secondary .widget-title {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 26px;
}
.entry-meta {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    margin-bottom: 17px;
    text-transform: none;
    font-size: 1rem;
}

.post-thumbnail {
    margin-bottom: 1.875rem;
}
