/**
*   HEADER
*/
header {
    background: url(../img/bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #333;
}

nav {
    padding: 40px;
}

nav a,
nav a:hover,
nav a:visited,
nav a:active,
nav a:link {
    color: #333;
    text-decoration: none;
}

.header-image {
    visibility: hidden;
}

.header-content {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
}

header h1 {
    margin-top: 100px;
    display: block;
    font-size: 36px;
    font-weight: 100;
    text-align: center;
}

.scroll {
    position: absolute;
    bottom: 15px;
    margin-top: 30px;
    width: 100%;
}

.button-wrapper {
    margin: 40px;
}

.scroll {
    color: #FFFFFF;
}

/**
*   WHAT WE DO
*/
#what_sort {
    background-color: #FFFFFF;
    color: #333333;
    padding: 75px 15px 100px 15px;
    font-weight: 400;
    font-size: 12px;
}

#what_sort h1 {
    color: #a3a3a3;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

#what_sort a,
#what_sort a:hover{
    color: #333333;
    text-decoration: none;
}

#what_sort h3 {
    font-weight: normal;
    font-size: 18px;
}

/**
*   WHAT WE DO MORE
*/
#what_long {
    background-color: #f7931e;
    color: #FFFFFF;
    padding: 75px 15px 100px 15px;
    font-weight: 400;
    font-size: 12px;
}

#what_long h1 {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

#what_long h3 {
    font-weight: normal;
    font-size: 18px;
}

/**
*   LOCATION
*/
#location {
    background-color: #f1f1f1;
    color: #687D89;
    padding: 75px 15px 100px 15px;
}

#location h1 {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

@media (max-width: 767px) {
    #location img {
        width: 300px;
    }
}

/**
*   CONTACT
*/
#contact {
    background-color: #f7931e;
    color: #FFFFFF;
    padding: 50px 0 50px 0;
}

#contact h1 {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}

#contact a {
    color: #FFFFFF;
    text-decoration: underline;
}

.contact-image {
    display: inline-block;
    padding: 0px 20px 10px 0;
    float: left;
}

.contact-details {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .contact-image img {
        width: 300px;
    }
}

/**
*   FOOTER (PRIVACY POLICY)
*/
footer {
    background-color: #FFFFFF;
    color: #687D89;
    padding: 15px;
}

footer h1{
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

footer h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 5px;
}

.policy_p {
    margin-bottom: 50px;
}

/**
*   OTHER STYLES
*/
.wrapper {
    padding: 15px;
}

.btn,
.btn:hover,
.btn:active,
.btn:link,
.btn:visited{
    background-color: #f7931e;
    color: #FFFFFF;
    outline: none !important;
    border: none !important;
}

.btn-big {
    padding: 15px 50px 15px 50px;
    border-radius: 15px;
}

.orange-number {
    color: #f7931e;
    font-weight: bold;
}

.round {
    background-color: #f7931e;
    border-radius: 50%;
    padding: 5px;
    color:#FFFFFF;
}

h1 {
    letter-spacing: 3px;
}