body {
    overflow-x: hidden;
    overflow-y: hidden;
}

.first-page, .second-page {
    height: 100%;
    background-color: #333;        
    background-repeat: no-repeat;
    background-position: center;
}

.first-page {
    background-image: url('background-first-page.png');
}

.second-page {
    background-image: url('background-second-page.png');
}

.site-wrapper {
    display: table;    
    height: 100%;
    width: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;        
}

.page-content {    
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    position: relative;
}

.container {
    width: 100%;
}

.first-page .title {
    color: white;    
    margin-top: 0;    
}

.first-page .title h1 {
    font-family: sans-serif;
}

.line {
    margin-top: 20px;
}

.face {
    position: relative;    
}

.face img {   
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;    
    position: absolute;
}

.footer {
    position: absolute;
    bottom: 0;
    margin: 5px;
}

.footer img {
    padding: 10px;
}

.service-text {
    padding: 20px;   
    font-weight: bold;
    color: #fff;
    text-align: center;    
}

.first-page .selected {
    border-style: solid;
    border-width: 3px;
    border-color: #ff9600;
    border-radius: 100%;
    opacity: 1;
}

.second-page .title {
    color: white;    
    margin-top: 0;
    text-align: center;    
}

.second-page .title h1 {    
    font-family: sans-serif;
}

.second-page .button-container {
    margin-top: 20px;
    padding: 0 30px;
    display: none;
    margin-left: 20px;
    margin-right: -20px
}

.second-page .submit-button {
    width: 100%;
    background-color: #e78b0e;
    color: white;
}

.message-container {    
    padding: 0 30px;
    display: none;
    margin-left: 20px;
    margin-right: -20px
}

#message {
    background-color: #3b5f78;
    border: none;
    color: white;    
}

.image-container {
    text-align: center;    
    position: relative;
}

.selected .button-wrapper{
    border: solid;
    border-width: 2px;
    border-color: #ff9600;
    border-radius: 100px;
    padding-top: 10px;
}

.button-wrapper {
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;    
    position: absolute;
}

.image-label-container {
    margin-top: 15px;
    color: white;   
}

.selected .image-label-container {
    color: #ff9600;
}

.image-highlight {
    display: none;
}

.slide-container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    
}

/* 1024x720 */
@media screen and (max-width: 1279px) {
    .first-page, .second-page {
        background-size: 1024px 720px;
    }

    .page-content {
        height: 720px;
        width: 1024px;       
    }

    .first-page .title {
        padding-top: 75px;
    }

    .first-page .title h1 {
        font-size: 60px;
    }

    .first-page .button-container {
        margin-top: 65px;
    }    

    .face {
        height: 175px;
    }

    .face img {
        height: 160px;
        width: 160px;
    }

    .second-page .title {
        padding-top: 60px; 
        padding-left: 45px;
        padding-right: 45px;
        margin-left: 15px;
        margin-right: -15px
    }

    .second-page .title h1 {
        font-size: 55px;
    }

    .second-page .submit-button {
        height: 50px;
        font-size: 20px;
    }

    .message-container {
        margin-top: 55px;
    }

    #message {
        font-size: 17px;
    }

    .image-container {
        height: 165px;
    }

    .button-wrapper {
        height: 150px;
        width: 150px;
    }

    .icons-container {
        padding-top: 60px;
        margin-left: 70px;
    }

    .image-label-container {
        font-size: 17px;
    }

    .icon-wrapper {
        margin-top: 20px;
    }
}

/* 720p */
@media screen and (min-width: 1280px) and (max-width: 1919px) {
    .first-page, .second-page {
        background-size: 1280px 720px;
    }

    .page-content {
        height: 720px;
        width: 1280px;        
    }

    .first-page .title {
        padding-top: 50px;
    }

    .first-page .title h1 {
        font-size: 70px;
    }

    .first-page .button-container {
        margin-top: 50px;
    }

    .face {
        height: 200px;
    }

    .face img {
        height: 175px;
        width: 175px;
    }

    .second-page .title {
        padding-top: 60px; 
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 20px;
        margin-right: -20px    
    }

    .second-page .title h1 {
        font-size: 65px;
    }

    .second-page .submit-button {
        height: 50px;
        font-size: 20px;
    }

    .message-container {
        margin-top: 55px;
    }

    #message {
        font-size: 17px;
    }

    .image-container {
        height: 165px;
    }

    .button-wrapper {
        height: 150px;
        width: 150px;
    }

    .icons-container {
        padding-top: 60px;
        margin-left: 70px;
    }

    .image-label-container {
        font-size: 17px;
    }

    .icon-wrapper {
        margin-top: 20px;
    }
}

/* 1080p */
@media screen and (min-width: 1920px) {
    .first-page, .second-page {
        background-size: 1920px 1080px;
    }

    .page-content {
        height: 1080px;
        width: 1920px;
    }

    .first-page .title {
        padding-top: 150px; 
    }

    .first-page .title h1 {
        font-size: 90px;
    }

    .first-page .button-container {
        margin-top: 100px;    
    }    

    .face {
        height: 300px;
    }

    .face img {
        height: 200px;
        width: 200px;
    }

    .second-page .title {
        padding-top: 160px;
        padding-left: 100px;
        padding-right: 100px;
        margin-left: 20px;
        margin-right: -20px
    }

    .second-page .title h1 {
        font-size: 95px;
    }

    .second-page .submit-button {
        height: 65px;
        font-size: 26px;
    }

    .message-container {
        margin-top: 80px;
    }

    #message {
        font-size: 22px;
    }

    .image-container {
        height: 250px;
    }

    .button-wrapper {
        height: 200px;
        width: 200px;
    }

    .icons-container {
        padding-top: 110px;
        margin-left: 70px;
    }

    .image-label-container {
        font-size: 22px;
    }

    .icon-wrapper {
        margin-top: 40px;
    }
}

