/** GENERAL **/
body {
    width: 100%;
    margin: 0;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    border: none;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 3em;
    line-height: 1.2em;
    letter-spacing: -3px;
}

h2 {
    font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: -3px;
}

h2,
h3 {
    color: #4EB96E;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
}

.listing-user-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}

html {
    background-color: #2F3333;
}

body {
    background: #2F3333 url(backgrounds/bg-02.jpg) no-repeat 50% 0%;
    background-attachment: fixed;
    color: #2F3333;
    background-size: cover;
}

a {
    color: #4EB96E;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
}

a:hover {
    color: #2F3333;
}

a.btn,
.listing-user-button,
.btn {
    background-color: #4EB96E;
    color: #FFFFFF;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
}

a.btn:hover,
.listing-user-button:hover,
.btn:hover {
    background-color: #2F3333;
    color: #FFFFFF;
}

@media screen and (max-width: 680px) {
    h1,
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.4em;
    }
}



/** COLOURS **/
.green {
    color: #4EB96E;
}

.grey {
    color: #2F3333;
}

.email-domain {
    color: #4EB96E;
}



/** CONTENT **/
.l-adaptive .l-body {
    margin-top: 120px;
    margin-bottom: 120px;
}

.l-adaptive .l-body .l-article {
    min-height: 400px;
}

.content-margins {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
}

.content-padding {
    padding: 0px 20px;
}



/** ERROR PAGE **/
.errpg.errpg-500 {
    padding: 150px 0px 30px 0px;
    margin: 50px 0;
    text-align: center;
}

.errpg.errpg-500 {
    background: transparent url(logos/hughes-white-footer.png) no-repeat 50% 0%;
    color: #FFFFFF;
}



/** FORM ERRORS **/
.form-error-summary {
    padding: 20px 20px 20px 20px !important;
}

.form-error-summary {
    background: #4EB96E;
    color: #FFFFFF !important;
    border: none !important;
}



/** MOBILE LIGHTBOX FIX **/
.mobile-lightbox-fix a.btn {
    margin: 10px;
}

.mobile-lightbox-fix .l-article {
    margin: 0px 0px 20px 0px;
}

.mobile-lightbox-fix h1 {
    padding: 20px;
    margin: 0px 0px 5px 0px;
    font-size: 1.5em;
    letter-spacing: inherit;
}

.mobile-lightbox-fix h1 {
    background: #FFFFFF;
}