html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 150px;
}

/** Helper **/

.spacer-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.spacer-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}



header {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px;
    width: 100%;
}

.logo img {
    width:100px;
}

.footerLogo {
    width: 80px;
}

.supportSection p {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

.number {
    font-size:20px;
}

.downloadSection {
    margin-top: 75px;
    margin-bottom: 90px;
}

.clientSection {
    text-align: center;
    border: 2px solid #ddd;
    height: 150px;
}

.clientSection > h1, .testSection > h1 {
    font-size: 30px;
}

.testSection {
    text-align: center;
    border: 2px solid #ddd;
    height: 150px;
}

.download {
    width: 200px;
    padding: 10px;
    background-color: #0572BA;
    margin: 0 auto;
    text-align: center;
}

.download > a {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.download > a:hover, .download > a:focus, .download > a:active {
    color: #045383;
    text-decoration: none;
}

.info {
    background-color: #eee;
    padding: 20px;
    border-left: 3px solid #BF202E;
    text-align: center;
    margin-bottom: 30px;
}

.support {
    color: #BF202E;
}

.support:hover {
    text-decoration: none;
}

.footer {
    padding: 20px;
    width: 100%;
    background-color: #eee;
    min-height: 150px;
    position: absolute;
    bottom: 0;
}

.footer a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1200px) {

    .clientSection {
        margin-bottom: 50px;
    }

    .testSection {
        margin-bottom: 30px;
    }

    .spacer-20 {
        margin-bottom: 20px;
    }

    .info {
        border-top: none;
        border-left: 3px solid #BF202E;
    }

}