
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    min-height: 100%;
}

body{
    min-height: 100%;
    background: #efefef;
}

a{
    text-decoration: none;
}

nav {
   /* margin-top:15px;*/
}

nav a{
    color: #1b1b1b;
}

.lead{
    font-size:1.25rem;
    margin-bottom: 5px;
    color: #b3311e;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,canvas,iframe,img,svg,video { vertical-align: middle;}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
body{font-family: 'Montserrat', sans-serif;}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

#site-header{
    position: relative;
}

h1.brand{
  display: block;
  background: url('../img/logo.svg') no-repeat;
  width: 190px;
  height: 90px;
  background-size:contain;
  text-indent: -9999px;
  background-position-y: 3px;
  margin: 0 auto;
  margin-top: 30px;
}

.container{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#posts{
    padding-top: 45px;
    padding-bottom: 45px;
}

.post{
    margin-bottom: 45px;
}

.post h5{
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom:1px solid #1b1b1b;
    display: inline-block;
    margin-bottom: 10px;
}

.post h3{
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    margin-bottom:30px;
    color: #dc1919;
}

.post-image{
    max-width: 100%;
    height: auto;
}

footer#site{
    padding-top: 45px;
    padding-bottom: 45px;
    background:#efefef;
}

footer#site h5{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size:18px;
}

footer#site .social-links a{
    font-size:14px;
    
    color: #666;

}

@media (min-width: 575.98px) { 

}


@media (min-width: 767.98px) { 

}


@media (min-width: 991.98px) { 
    h1.brand{
        position: absolute;
        left: 25px;
        top: 25px;
        margin-top: 0;
    }
    #posts{
        padding-top: 120px;
    }

    footer#site{
       /* height: 65px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: none;
        border-top: 1px solid #ededed;*/
    }

    .post h3{
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700;
        margin-bottom:30px;
        color: #dc1919;
    }

}


@media (min-width: 1199.98px) { 

}














.hidden { display: none !important;}
.-text-center{text-align: center;}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}


