			#hdr_name{
				color: #FFFFFF;
				font-family: 'PT Sans Caption', Helvetica, Arial, Verdana, sans-serif;
				font-size: 40px;
				line-height: 44px;
				-webkit-transition: all 0.3s ease-in;
				-moz-transition: all 0.3s ease-in;
				-ms-transition: all 0.3s ease-in;
				-o-transition: all 0.3s ease-in;
				transition: all 0.3s ease-in;
			}
			
			#hdr_title{
				color: #FFFFFF;
				font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
				font-size: 24px;
				line-height: 28px;
				-webkit-transition: all 0.3s ease-in;
				-moz-transition: all 0.3s ease-in;
				-ms-transition: all 0.3s ease-in;
				-o-transition: all 0.3s ease-in;
				transition: all 0.3s ease-in;
			}
			
			ul#hdr_nav {
				padding: 0px;
				padding-top: 5px;
				font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
				font-size: 16px;
			}
			
			ul#hdr_nav li {
				display: inline;
			}
			
			ul#hdr_nav li a {
				background-color: rgba(0, 0, 0, .4);
				color: #FFFFFF;
				padding: 10px 20px;
				line-height: 45px;
				text-decoration: none;
				border-radius: 5px;
				border: 1px solid #FFFFFF;
				-webkit-transition: all 0.3s ease-in;
				-moz-transition: all 0.3s ease-in;
				-ms-transition: all 0.3s ease-in;
				-o-transition: all 0.3s ease-in;
				transition: all 0.3s ease-in;
			}
			
			ul#hdr_nav li a:hover {
				background-color: rgba(0, 0, 189, .5);
			}
			
			#topNav {
				background-color: rgba(0,0,0,0.70);
				text-shadow: rgba(0, 0, 0, .9) 0px 1px 0px;
				height: 300px; 
				top: 0px; 
				position: fixed;
				width: 100%; 
				z-index: 999;
				-webkit-transition: all 0.3s ease-in;
				-moz-transition: all 0.3s ease-in;
				-ms-transition: all 0.3s ease-in;
				-o-transition: all 0.3s ease-in;
				transition: all 0.3s ease-in;
			}
			
			#hdrImg {
				border: 5px solid #FFFFFF;
				height: 250px;
				-webkit-transition: all 0.3s ease-in;
				-moz-transition: all 0.3s ease-in;
				-ms-transition: all 0.3s ease-in;
				-o-transition: all 0.3s ease-in;
				transition: all 0.3s ease-in;
			}
			
			#topNav.smaller{
				height: 175px;
			}
			
			#topNav.smaller #hdrImg{
				height: 125px;
				border-radius: 0px 0px 0px 0px;
				border: 2px solid #FFFFFF;
			}
			
			#hdr_quote {
				padding-left: 5px;
				padding-right: 20px;
				padding-top: 0px;
				color: #FFFFFF;
				font-family: 'PT Sans', Helvetica, Arial, Verdana, sans-serif;
				font-size: 16px;
				-webkit-transition: all 1.5s ease-in;
				-moz-transition: all 1.5s ease-in;
				-ms-transition: all 1.5s ease-in;
				-o-transition: all 1.5s ease-in;
				transition: all 1.5s ease-in;
			}
			
			#hdr_quote span {
				font-family: 'Permanent Marker';
				font-size: 20px;
			}
			
			#topNav.smaller #hdr_quote {
				visibility: hidden;
				height: 0px;
				opacity: 0;
				-webkit-transition-duration: .1s;
				-moz-transition-duration: .1s;
				-ms-transition-duration: .1s;
				-o-transition-duration: .1s;
				transition-duration: .1s;
			}
			
			.social_icons:hover {
				padding-left: 1px;
			}
				
			.social_icons:hover img{
				opacity: .7;
				margin-right: -1px;
				margin-bottom: -1px;
			}
			
			@media screen and (max-width: 750px) {				
				#hdr_name{
					font-size: 32px;
					line-height: 34px;
				}
			
				#hdr_title{
					font-size: 20px;
					line-height: 22px;
				}
					
				ul#hdr_nav {
					font-size: 16px;
				}
			
				ul#hdr_nav li a {
					padding: 5px 10px;
					line-height: 32px;
				}
				
				#hdrImg {
					height: 200px;
				}
				
				#hdr_quote {
					font-size: 14px;
				}
			
				#hdr_quote span{
					font-size: 14px;
				}
			
			}
			
			@media screen and (max-width: 530px) {				
				#hdrImg {
					height: 150px;
					display: none;
				}
				
				#topNav.smaller{
					height: 150px;
				}
			
				#topNav.smaller #hdrImg{
					display: none;
				}
			}