  h1 {
    font-family: 'rawline', sans-serif;
    color: #222;
    font-size: 1.8vw;
    line-height: 1;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-family: 'rawline', sans-serif;
    color: rgb(128,20,32);
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0.5em;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-family: 'rawline', sans-serif;
    color: rgb(128,20,32);
    font-size: 1.175rem;
    line-height: 1;
    margin-bottom: 0.5em;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-family: 'rawline', sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.5em;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}

h5 {
    font-family: 'rawline', sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.5em;
    letter-spacing: 0.5px;
    font-weight: normal;
    text-transform: uppercase;
}

.programH1Title {
    text-align: center;
    top: 9px;
    position: absolute;
    width: 100%;
}

.tabNavFont {
    color: #FFF;
    font-size: 15px;
    font-family: 'rawline', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.programTabsFont {
    color: #FFF;
    font-size:15px;
    line-height:1.2;
    margin-bottom: 0;
    margin-top: 0;
}

 @media only screen and (max-width: 48.063em) {
	 .programH1Title {
		 font-size: 4vw;
		 margin-bottom: 0px;
		 top: -17px;
		 position: relative;
	}
}	
 
 @media only screen and (max-width: 40.063em) {
	 .programH1Title {
		 font-size: 5vw;
		 margin-bottom: 0px;
		 top: -21px;
		 position: relative;
	}
}