/*DRS STYLE SHEET Number One - 2014-09-05*/

.drs1 { font-size: 100%; }
.drs2 { font-size: 1em; }

section.switcher {
	background-color: rgba(240, 240, 255, 0.80);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;   
/*	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; */
	color: #006;
	padding-top: 48px;
}
section.switcher h1,h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;   
/*	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  */
	color: #006;
	font-size: 2.6em;
	font-weight:bold;
	letter-spacing: 110%;
	line-height:125%;
	text-shadow:0px 0px 1px 0px rgba(255, 255, 255, 0.8);
	padding: 0 0 0 0;
}
section.switcher p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;   
/*	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; */
	color: #006;
	font-size: 1.2em;
	letter-spacing: 110%;
	line-height:150%;
	font-weight:normal;
	text-shadow:0px 0px 1px 0px rgba(255, 255, 255, 0.8);
	padding: 0 0 12px 0;
}

/* Landscape phone to portrait tablet */
    @media (max-width: 767px) { 
	section.switcher p {
	font-size: 1.0em;
	}
	section.switcher h1 {
	font-size: 1.9em;
    }
  	section.switcher h2 {
	font-size: 1.9em;
    }
}
   
/* Landscape phones and down */
	@media (max-width: 480px) { 
	section.switcher  p {
	font-size: .8em;
	}
	section.switcher h1 {
	font-size: 1.5em;
    }
    
	section.switcher h2 {
	font-size: 1.5em;
    }
}
