html, body {
    margin: 0;
    height: 100%;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
}
.wrapper {
    background-image: url(./img/maintenanceBg320.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
}

@media only screen and (min-width: 414px) {
    .wrapper {
        background-image: url(./img/maintenanceBg414.jpg);
    }
}

@media only screen and (min-width: 768px) {
    .wrapper {
        background-image: url(./img/maintenanceBg768.jpg);
    }
}

@media only screen and (min-width: 1024px) {
    .wrapper {
        background-image: url(./img/maintenanceBg1024.jpg);
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        background-image: url(./img/maintenanceBg1920.jpg);
    }
}

header {
    text-align: center;
}

header img {
    width: 275px;
    padding-top: 50px;
}

@media only screen and (min-width: 768px) {
    header img {
        width: 454px;
    }
}

section {
    text-align: center;
}

section .image-section img {
    width: 100%;
    margin-top: 40px;
    max-width: 803px;
}

@media only screen and (min-width: 414px) {
    section .image-section img {
        margin-top: 86px;
        width: 90%;
    }
}

@media only screen and (min-width: 768px) {
    section .image-section img {
        width: 620px;
    }
}

@media only screen and (min-width: 1024px) {
    section .image-section img {
        width: 540px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1920px) {
    section .image-section img {
        width: 720px;
        margin-top: 95px;
    }
}

section .text-section {
    margin-top: 47px;
}

@media only screen and (min-width: 414px) {
    section .text-section {
        margin-top: 51px;
    }
}

@media only screen and (min-width: 1920px) {
    section .text-section {
        margin-top: 45px;
    }
}

section .text-section .main-text {
    width: 100%;
    font-size: 27px;
    line-height: 34px;
    font-weight: 200;
    color: #fff;
    max-width: 605px;
}

@media only screen and (min-width: 768px) {
    section .text-section .main-text {
        font-size: 65px;
        line-height: 82px;
        margin: 0 auto;
    }
}

section .text-section .secondary-text {
    color: #AAA1D7;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    max-width: 605px;
}

@media only screen and (min-width: 414px) {
    section .text-section .secondary-text {
        width: 70%;
    }
}

@media only screen and (min-width: 768px) {
    section .text-section .secondary-text {
        padding-top: 24px;
        font-size: 24px;
        line-height: 30px;
        width: 80%;
    }
}

@media only screen and (min-width: 1024px) {
    section .text-section .secondary-text {
        width: 70%;
    }
}

