﻿body {
    padding-top: 70px;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
h5 a {
    margin-top: 0;
    font-family: 'Open-Sans-Condensed-Bold', 'open sans', 'Helvetica Neue', Helvetica;
    text-transform: uppercase;
    color: #3b3a3c;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 25px;
    margin-bottom: 10px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin-bottom: 20px;
}

b {
    font-family: 'OpenSans-Bold', 'open sans', 'Helvetica Neue', Helvetica;
}

a:hover {
    text-decoration: none;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

fieldset textarea {
    width: 100%;
    height: 100px;
}

.breadcrumb {
    font-weight: bold;
}

.breadcrumb {
    background-color: transparent;
    padding: 20px 0;
    margin: 0;
}

    .breadcrumb li {
        line-height: 30px;
    }

    .breadcrumb > li + li:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 30px;
        padding: 0 10px;
        color: #26abe2;
    }

    .breadcrumb > li > a {
        float: right;
        text-decoration: none;
        color: #3b3a3c;
    }

.parallax.background-image-container, .parallax .background-image-container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width : 1200px) {
    .parallax.background-image-container, .parallax .background-image-container {
        background-attachment: scroll;
    }
}
