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

/* Global Styles */
.topHead {
	background-color: #3498DB;
	width: 100%;
	max-width:1232px;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #2980b9;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #3498DB;
	min-height: 50px;
	background-image: url(../images/icon40.png), url(../graphics/youth-wording-large.png);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #2980b9;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding: 0;
	width: 75%;
}
h1 {
	color: #2980b9;
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
	font-weight: 400;
	margin: 0.5em 0 0.5em 0;
	letter-spacing: -0.5px;
	font-style: normal;
}
h2 {
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25;
	color: #3498db;
	margin: .5em 0 .5em 0;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-family: amaranth, "Maiandra GD", sans-serif;
	font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
	color: #8344ad;
	margin: .5em 0 .325em 0;
	font-weight: 400;
	font-style: normal;
}
#mainContent p {
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.65;
	font-weight:normal;
	color:#333;
	margin-bottom:0.625em;
}
#mainContent #teen p {
	font-family: droid-serif, Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.65;
	font-weight:normal;
	color:#333;
	margin-bottom:0.625em;	
}
#aside .smallTextBoldBlue {
	font-weight:bold;
	color:#45617d;
}

/* Desktop Layout: 769px to a max of 1232px. */

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

#nav {
	background-color: #2980B9;
}
#mainContainer {
	background-image: url(../images/maincontent-bkgnd-bar-youth.png);
	background-repeat: repeat-y;
	clear: both;
	background-size: contain;
}
}
/* Special instructions to increase font size in tablets but not desktops; affects TABLET LANDSCAPE */
@media only screen and (min-width: 769px) and (max-width: 965px) {
	h2 {
	font-size: 28px;
    font-size: 1.75rem;
	}
	h3 {
	font-size: 24px;
    font-size: 1.5rem;
	}
}

/* Tablet Layout: orig set to 481px to 768px. */

@media only screen and (min-width: 647px) and (max-width: 768px) {

h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
.topHead {
	background-color: #3498DB;
	width: 100%;
	max-width:768;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #2980b9;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #3498DB;
	min-height: 30px;
	background-image: url(../images/icon30.png), url(../graphics/youth-wording-small.png);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#mainContainer {
	background-image: url(../images/maincontent-bkgnd-bar-youth768.png);
	background-repeat: repeat-y;
	background-size: contain;
}
#nav {
	background-color: #2980B9;
}
}

/* Mobile Layout: orig set to 480px and below. */
@media only screen and (max-width: 646px) {

h2 {
	font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.0;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
.topHead {
	background-color: #3498DB;
	width: 100%;
	max-width:768;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px auto 0 auto;
	border-bottom: thin solid #2980b9;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	background-color: #3498DB;
	min-height: 23px;
	background-image: url(../graphics/icon24.png), url(../graphics/youth-wording-tiny.png);
	background-position: left top, center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#nav {
	background-color: #2980B9;
}
}
