.dw-top {
    background-color: #e50000;
    padding: 8px 15px;
    text-align: right;
    text-transform: normal;
    border-bottom: 1px solid #e50000;
}

dw-top, .dw-top p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.navbar {
    background-color: #aaa;
}

.dw-frontpage-content h2 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.dw-frontpage h3 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.navbar-default .navbar-nav > li > a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: normal;
    font-weight: 700;
}


dw-parallax-content-dual {
    color: #fff;
    background-color: #e50000;
}

.dw-parallax-content-dual p, .dw-parallax-content-dual h1, .dw-parallax-content-dual h2 {
    color: #fff;
}

.dw-parallax-content-dual {
    color: #232629;
    background-color: #e50000;
}

dw-parallax-content-dual p, .dw-parallax-content-dual h1, .dw-parallax-content-dual h2 {
    color: #fff;
}

.dw-parallax-content-dual-content {
    text-align: center;
    padding: 200px; 
}

h1, h2, h3, h4, h5, h6 {
    color: #232629;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}

dw-top {
    text-align: left;
    text-transform: normal;
}

.dw-copyright-wrapper {
    padding: 20px 0;
    border-top: 1px solid #000;
    text-align: left;
    background-color: #aaa;
}

.dw-copyright-wrapper a, .dw-copyright-wrapper p {
    color: #000;
    font-size: 12px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e50000;
    border-color: #e50000;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    line-height: 1.42857143;
    color: #919191;
}