@charset "utf-8";
/* CSS Document */

@media (max-width:9000px) and (min-width:1500px) {
.sub-header {
    width: 100%;
    height: 500px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    text-shadow: 0px 0px 3px #000000;
}

.sub-header-text {
    width: 80%;
    display: block;
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #FFFFFF;
    text-align: center;
}
.sub-header-text h1 {
	 font-weight: bold;
    font-size: 80px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.sub-header-text-sm {font-size: 25px;
    font-weight: lighter;
    font-style: italic;
		}
	}
		

@media (max-width:1500px) and (min-width:1000px) {
.sub-header {
    width: 100%;
    height: 500px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    text-shadow: 0px 0px 3px #000000;
}

.sub-header-text {
    width: 80%;
    display: block;
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #FFFFFF;
    text-align: center;
}
.sub-header-text h1 {
	 font-weight: bold;
    font-size: 80px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.sub-header-text-sm {font-size: 25px;
    font-weight: lighter;
    font-style: italic;
		}
	}
		
@media (max-width:1000px) and (min-width:100px) {
.sub-header {
    width: 100%;
    height: 500px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    text-shadow: 0px 0px 3px #000000;
}

.sub-header-text {
    width: 80%;
    display: block;
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #FFFFFF;
    text-align: center;
}
.sub-header-text h1 {
    font-weight: bold;
    font-size: 40px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.sub-header-text-sm {
    font-size: 20px;
    font-weight: lighter;
    font-style: italic;
		}
	}
	
