body {
    font-family: 'Cabin', sans-serif;
    background-color: #e25412;
    color: #ffffff;
    padding-bottom: 10%;
}

h1 {
    text-transform: uppercase;
    color: #055573;
    font-weight: bold;
}

.btn img {
    vertical-align: middle;
    padding-bottom: 4px;
}

a:not(.btn-primary),
a:visited:not(.btn-primary) {
    color: #055573;
}

.btn-primary {
    background-color: #055573;
    border-color: #055573;
}

#main {
    background: #ffffff;
    color: #000000;
    overflow: visible;
    position: relative;
}

#subMain {
    position: relative;
    bottom: -100px;
    background: transparent url('main-bg.png') left bottom no-repeat;
    background-size: cover;
    padding-bottom: 200px;
}

#header {
    color: #ffffff;
    background-color: #055573;
    min-height: 50px;
    position: relative;
    top: -100px;
    padding-top: 30px;
    padding-bottom: 20px;
}

#logo {
    width: 30%;
}

@media (max-width: 992px) {
    #logo {
        width: 55%;
    }

    #content {
        position: relative;
        top: -50px;
    }
   
}