* {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a {
    color: #212529;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
}
h1 {
    font-size: 2.5rem
}
h2 {
    font-size: 1.5rem;
}
img {
    max-width: 100%;
}

.sep {
    width: 100%;
    text-align: center;
}
.sep:after {
    background-color: #FF4D00;
    content: '';
    width: 44px;
    height: 6px;
    border-radius: 4px;
    margin: 20px 0 30px;
    display: inline-block;
}

/* #HEAD  */
#head {
    padding: 15px 0;
}
#head #bl-logo {
    text-transform: uppercase;
    font-size: 1.3em;
}
#head #bl-logo .bl-logo-first {
    font-weight: 300;
}
#head #bl-logo .bl-logo-second {
    font-weight: 700;
}
#head a,
#head a:hover {
    padding: 3px 13px;
    display: inline-block;
    color: initial;
    text-decoration: none;
}
#head .bl-head-short-nav {
    text-align: right;
}

/* #HERO  */
#hero {
    background-image: url(../img/header_01.jpg);
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

/* #CONTENT */
#content {
    margin: 40px 0 40px 0;
}
#content h1,
#content h2 {
    text-align: center;
}
#content a {
    color: #FF4D00;
}

/* #FOOTER */
#footer {
    text-align: center;
    background-color: #212529;
    color: #c5c5c5;
    padding: 20px 0;
}
#footer a { 
    color: #c5c5c5;
}

@media(max-width: 768px) {
    #head .bl-head-short-nav {
        display: none;
    }
    #bl-logo,
    #head .bl-head-short-nav {
        text-align: center;
    }
    #hero {
        min-height: 200px;
    }
    #content {
        margin: 40px 0 20px 0;
    }
    /*#content h1 {
        display: none;
    }*/
}