@media (max-width:768px) {
	/*edits width and height of mobile view header only. Currently sizesd to take into account longest program names without cropping.
																		*/
	#page-header {
		clear: both;
		float: left;
		position: relative;
		max-height: 20.25vw;
		width: 100%;
	}
	
	#page-header h1 {
		font-size: 2.8em;
		font-weight: 600;
		font-style: italic;
		color: #ffffff;
		text-shadow: 2px 2px #222222;
	
		margin: 0;
		
	}
}

@media (max-width:640px) {
	/*edits width and height of mobile view header only. Currently sizesd to take into account longest program names without cropping.
																		*/
	#page-header {
		clear: both;
		float: left;
		position: relative;
		max-height: 40vw;
		width: 100%;
	}
	
	#page-header h1 {
		font-size: 2em;
		font-weight: 600;
		font-style: italic;
		color: #ffffff;
		text-shadow: 2px 2px #222222;
		margin: 0;
		margin-top: 1em;
		margin-bottom: -.7em;
	}
}

@media (min-width:1024px) {
	/*edits font size of desktop view header only
																		*/
	#page-header h1 {
		font-size: 3.4em;
		font-weight: 600;
		font-style: italic;
		color: #ffffff;
		text-shadow: 2px 2px 2px 2px #222222;
		margin: 0;
	}
	
	/*edits width and height of desktop view header only
																		*/
	#page-header {
		clear: both;
		float: left;
		position: relative;
		max-height: 16vw;
		width: 100%;
	}
}
p	{font-family:arial, helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {font-family:palatino linotype, Cambria, Georgia, times new roman, serif;
	
	
}

a {
	color: inherit;
}

a:active,a:hover {
	outline-width: 0;
	color: #628fe6;
	
	
}

.entry-content a {
	text-decoration: none;
	border-bottom: 2px solid #f9c16e;

}
.entry-content a:active, .entry-content a:hover {
	color: #222222;
	background-color: #f9c16e;
}

@media screen and (min-width: 1024px) {

            .site-description {

                        position: absolute;

                        margin: 100px 60px 0 6px;

                        font-family: cambria, palatino linotype, georgia;

                        font-style: italic;

                        font-size: 1.3em;

                        text-align: center;

            }
	html,body,p {
            font-family: arial, helvetica, sans-serif;
            font-size: 15px;
            line-height: 1.5;
}

}