/* FILE: CUSTOM.CSS */

h1 .sub {
    display: block;
    font-size: 1.7rem;
    line-height: 1.9rem;
    letter-spacing: -0.03rem;
    margin: 0.7rem;
    font-weight: normal;
    text-transform: none;
    color: #f37221;
}


h2 + h3{
    color: #f37221;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

h3.service-title {
    font-size: 1.35rem;
}

hr.divider {
    margin: 3rem auto;
}

#top-bar-inner {
    background: #37180e;
    color: #fff;
    border-bottom: solid 3px #f37221;
}

#top-bar-inner a{
    color: #fff;
}
#btn-nav img{
    background-color: #f37221;
}

a {
    color: #f37221;
}
.color1, a.color1{
    color: #f37221;
}
input[type="button"],
input[type="submit"],
button,
.button,
a.button {
    background-color: #f37221;
    border: solid 1px #f37221;
    border-radius: 0.5rem;
    color: #fff;
    font-weight: bold;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover,
a.button:hover {
    background-color: #37180e;
    border: solid 1px #37180e;
    color: #fff;
}

footer {
    background: #37180e;
}
footer .headline4{
    color: #f37221;
}

@media (min-width:1200px) {
    hr.divider {
        margin: 3.5rem auto;
    }
    
    h2 + h3{
        font-size: 1.4rem;line-height: 1.7rem;
    }
    
    h1 .sub {
        font-size: 1.9rem;
        line-height: 2rem;
        letter-spacing: -0.03rem;
    }
}