.section-banner {
    width: 100%;
    min-height: 500px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-color: rgb(0, 0, 0);
}
.section-header-text, .section-header-text-right {
    font-family: "bariol_regular";
    color: white;
    font-size: 40px;
}
.section-quote, .section-quote-right{
    font-family: "bariol_regular";
    color: white;
    font-size: 20px;
}


.iwc-mobile-blue{
	background-color: #333e48;


}

.iwc-mobile .section-header-text {
	margin-top:0;
	padding: 40px 20px 0 20px;
}

.iwc-mobile .section-quote{
	margin-top:0;
	margin-bottom:0;
	padding: 0 20px 40px 20px;
}



@media screen and (min-width: 768px) {
    .section-header-text {
        margin-top: 90px;
        max-width: 50%;
        margin-right: 58%;
        line-height: 120%;
    }
    .section-quote{
        max-width: 50%;
        margin-right: 50%;
        margin-top:40px;
        line-height: 120%;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .section-header-text {
        margin-right: 17%;
        margin-top: 80px;
        max-width: 65%;
    }
}

@media (max-width:767px) {
    .section-banner {
        /*height: 815px;*/
		height: auto;
		min-height: 0;
		background-position: center;
    }
    .section-header-text {
        padding-top: 80%;
        /*Not sure what value this adds (and breaks something else) min-height: 712px;*/
        width: 100%;
        height: auto;
        font-size: 34px;
        max-width: 100%;
        margin-right: 10%;
    }
    .section-quote {
        width: 100%;
        height: auto;
        /*font-size: 20px;*/
        max-width: 100%;
        margin-right: 10%;
        margin-top:30px;
    }
}
@media (max-width:640px) {
    .section-header-text {
        padding-top: 85%;
    }
}
@media (max-width:580px) {
    .section-header-text {
        padding-top: 95%;
    }
}
@media (max-width:520px) {
    .section-header-text {
        padding-top: 105%;
    }
}
@media (max-width:460px) {
    .section-header-text {
        padding-top: 115%;
    }
}
@media (max-width:430px) {
    .section-header-text {
        padding-top: 124%;
    }
}
@media (max-width:400px) {
    .section-header-text {
        padding-top: 145%;
        font-size: 30px;
    }
}
@media (max-width:350px) {
    .section-header-text {
        padding-top: 165%;
        font-size: 27px;
    }
}
	
@media (max-width:992px) {
    .section-banner {
        /*height: 815px;*/
		height: auto;
		min-height: 0;
		background-position: top;
    }
    .section-header-text {
        padding-top: 72%;
        /*Not sure what value this adds (and breaks something else) min-height: 712px;*/
        width: 100%;
        height: auto;
        font-size: 34px;
        max-width: 100%;
        margin-right: 10%;
    }
    .section-quote {
        width: 100%;
        height: auto;
        /*font-size: 20px;*/
        max-width: 100%;
        margin-right: 10%;
        margin-top:30px;
    }
}
@media (min-width: 768px)and (max-width:800px){
	.section-header-text {
        padding-top: 60%;
	}	
}
@media (min-width: 801px)and (max-width:850px){
	.section-header-text {
        padding-top: 65%;
	}	
}
@media (max-width:640px) {
    .section-header-text {
        padding-top: 85%;
    }
}
@media (max-width:580px) {
    .section-header-text {
        padding-top: 95%;
    }
}

@media (max-width:520px) {
    .section-header-text {
        padding-top: 105%;
    }
}
@media (max-width:460px) {
    .section-header-text {
        padding-top: 115%;
    }
}
@media (max-width:430px) {
    .section-header-text {
        padding-top: 124%;
    }
}
@media (max-width:400px) {
    .section-header-text {
        padding-top: 145%;
        font-size: 30px;
    }
}
@media (max-width:350px) {
    .section-header-text {
        padding-top: 165%;
        font-size: 27px;
    }
}


/* CSS for styling right side content*/
@media screen and (min-width: 1240px) {
    .section-header-text-right {
        margin-top: 90px;
        font-size: 40px;
        margin-left: 58%;
    }
    .section-quote-right{
        margin-left: 58%;
        margin-right: 4%;
        margin-top:40px;
        line-height: 120%;
        font-size: 20px;
    }
}
@media screen and (max-width: 1239px) {
    .section-header-text-right {
        margin-top: 90px;
        margin-left: 58%;
    }
    .section-quote-right{
        margin-top:40px;
        margin-left: 58%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 990px) {
    .section-header-text-right {
        margin-top: 90px;
        margin-left: 43%;
    }
    .section-quote-right{
        margin-top:40px;
        margin-left: 43%;
        margin-right: 2%;
    }
}