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: 0px;
}

.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-radius: 100%;
    opacity: 1;
	border-color: #9A0000;
}

.positive.first-page .selected {
    border-color: #009A00;
}

.negative.first-page .selected {
    border-color: #9A0000;
}

.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%;
    color: white;
	background-color: #9A0000;
}

.positive.second-page .submit-button {
    background-color: #009A00;
}

.negative.second-page .submit-button {
    background-color: #9A0000;
}

.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: 0px;
    border-radius: 10px;
    /*padding-top: 10px;*/  	/*removed 06/09/2017*/
	border-color: #9A0000;
    background-color: rgba(154, 0, 0, 0.5);
}

.positive .selected .button-wrapper {
    border-color: #009A00;
    background-color: rgba(0, 154, 0, 0.5);
}

.negative .selected .button-wrapper {
    border-color: #9A0000;
    background-color: rgba(154, 0, 0, 0.5);
}

.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: 0px; */ 	/*Changed 06/09/2017*/
    color: white;
}

.image-highlight {
    display: none;
}

.slide-container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*
.person {
    position: relative;
    height: 300px;		// changed from 200px
    text-align: center;
}

.person img {
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: 300px;		//	changed from 175px
    width: 300px;		// 	changed from 175px 
    position: absolute;
}
*/

/* 1024x720 */
@media screen and (max-width: 1279px) {
	
    /* BEGIN **** Added to optimise look on Samsung Tab S devices **** BEGIN */
	
	.first-page {
    background-image: url('bg_1024.png');
	}

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

	.person {
    position: relative;
    height: 300px;		/* changed from 200px */
    text-align: center;
}

	.person img {
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: 250px;		/*	changed from 175px */
    width: 300px;		/* 	changed from 175px */
    position: absolute;
}
	
    /* END **** Added to optimise look on Samsung Tab S devices **** END */

		
	.first-page, .second-page {
        background-size: 1024px 768px; // changed from 1024px 720px;
    }

    .page-content {
        height: 768px; //changed from 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: 10px;
    }
	
	.image, .image-highlight {		/* Added 06/09/2017 */
	max-width: 70px;
	}
	
}

/* 720p Samsung TAB A's */ 
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  
	/* BEGIN **** Added to optimise look on Samsung Tab S devices **** BEGIN */
	
	.first-page {
    background-image: url('bg_1280.png');
	}

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

	.person {
    position: relative;
    height: 300px;		/* changed from 200px */
    text-align: center;
}

	.person img {
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: 300px;		/*	changed from 175px */
    width: 300px;		/* 	changed from 175px */
    position: absolute;
}
	
    /* END **** Added to optimise look on Samsung Tab S devices **** END */

	.first-page, .second-page {
        background-size: 1280px 800px; // Changed from 1280px 720px;
    }

    .page-content {
        height: 800px; // Changed from 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: 300px;
    }

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

    .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: 10px;	*/		/* Removed 06/09/2017 */
    }
	
	.image, .image-highlight {		/* Added 06/09/2017 */
		max-width: 80px;
	}
	

	
}

/* 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: 15px;	
    }
	
	.image, .image-highlight {		/* Added 06/09/2017 */
		max-width: 100px;
	}
	
}