* {
    font-size: 14px;
    line-height: 1.8em;
}

body {
    font: 14px Poppins, Helvetica, Arial, sans-serif;
}

img {
    margin: 1em 0;
}

img.thumbnail {
    width: 100%;
}

p,
h2,
h3 {
    color: #fff;
}

h2 {
    font-weight: bold;
    font-style: italic
}

h3 {
    text-align: left;
    border-bottom: 2px solid #696969;
    line-height: 2em;
    margin: 0 -1.4%
}

h3>span {
    display: inline-block;
    font-size: 1.75rem;
    border-bottom: 2px solid #fff;
    line-height: 2em;
    margin-bottom: -2px;
    padding-right: 15px;
}

.top-content p,
.top-content strong {
    font-size: 16px;

}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 9;
}

.nav-item a {
    display: block;
    margin: 0 15px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 36px;
    border-bottom: 4px solid transparent;
    padding: 0 3px;
}

.nav-item a:hover,
.nav-item a.active {
    border-color: #4d4d4d;
    text-decoration: none;
}

.top-nav .mobile-toggl {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.bottom-content {
    padding: 2em 0;
}

.top-content {
    background: url('http://fwrbrands.com.au/components/images/FWR_Web_BG.png') 0 0 no-repeat;
    background-size: 100%;
    padding-top: calc(80px + 4em);
    padding-bottom: 4em;
    height: auto;
    min-height: 315px;
}

.bottom-content {
    background: #373636;
    margin-bottom: 2em;
}

.fwrlogo {
    display: block;
    height: 80px;
    width: 135px;
}

.img-logo {
    display: block;
    height: 60px;
    background: url('http://fwrbrands.com.au/components/images/FWR_logo_rectangular_transparent.png') top left no-repeat;
    background-size: contain;
    margin: 10px 0;
}

.footer {
    padding-top: 1em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

p.copyright,
p.copyright>span {
    color: #4d4d4d;
    text-align: center;
    font-size: 11px;
}

.left {
    padding-left: 0;
    padding-right: 3%;
}

.right {
    padding-left: 3%;
    padding-right: 0;
}

@media (max-width: 1199px) {
    .top-content {
        background: url('http://fwrbrands.com.au/components/images/FWR_Web_BG_mobile.png') center center no-repeat;
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .right {
        padding-right: 3%;
    }

    .left {
        padding-left: 3%;
        margin-bottom: 4em;
    }

    h3 {
        text-align: center;
        margin: 0
    }

    h3>span {
        padding-left: 15px;
    }
}