/******************** GENERAL ******************* */

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_13391/site_13392/Layout/PacificValleySchool_PgBg.jpg);
	background-repeat : no-repeat;
	background-color : #194C6D;
	background-attachment : fixed;
	background-position : center top;
}

#container {
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_13391/site_13392/Layout/BgBody.png);
	background-color : rgb(231, 223, 204);
	box-shadow : 0px 0px 5px 0px rgba(53, 46, 43, 0.8);
	position : relative;
}

a {
	color: #1f5614;
}

a:hover, a:focus {
	text-decoration: none;
}

#skip a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#144B6D;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

.skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

@media screen and (min-width: 48em) {
	#container {
	max-width : 63.75rem;
	margin-left : auto;
	margin-right : auto;
	top : 30px;
	z-index: 0;
}


}

/******************** SEARCH CONTAINER ******************* */

.search-container {
	display: none;
}

.motto {
	font-family : 'Coustard', serif;
	font-size : 1.25rem;
	font-weight : 900;
	color : #245172;
	text-shadow : 0px 2px 0px rgba(255, 255, 255, 0.4);
	margin-right: 15px;
}

.searchbox {
	padding: 10px 0 0;
}

@media screen and (min-width: 48em) {
	.search-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
}

li.nav-Search {
	display: none;
}


}

/******************** NAVIGATION ******************* */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: none;
}

#main-menu-state:checked ~ #site-navigation {
	display: block;
	border-top: 1px solid;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav#menu {
	background-color: #205173;
	color : #ffffff;
	max-width : 61.25rem;
	margin: auto;
}

nav.nav {
	padding: 1rem .5rem 1rem 1rem;
	z-index: 1000;
	position: relative;
	background-color: #205173;
}

nav li a {
	display : block;
	margin-right : 5px;
	color : #ffffff;
	font-family : 'Coustard', serif;
	font-size : .875rem;
	text-decoration : none;
	text-transform : uppercase;
	letter-spacing : 1px;
	padding: 9px 0;
}

nav li a:hover, nav li a:focus {
	text-decoration: underline;
}

/********** SUBNAVIGATION ********* */

nav ul ul li a {
	padding: 5px 5px 5px 15px;
	text-transform : none;
}

@media screen and (min-width: 48em) {
	.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: block;
}

.sub-arrow {
	display: none;
}

nav#menu {
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

nav.nav {
	background-color: transparent;
	padding: 8px;
}

nav.nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}

nav.nav ul ul {
	background-color: #205173;
	position : absolute;
	top : 2.125rem;
	width : 12.5rem;
	padding : 0px;
	z-index : 1000;
	display: none;
	border: 4px solid #fff;
	outline: 3px solid #404040;
}

nav ul ul li a:hover, nav ul ul li a:focus {
	background-color: #1f5614;
}

nav li a {
	text-transform: none;
	background-color: #205173;
}


}

@media screen and (min-width: 61.25em) {
	nav li a {
	text-transform: uppercase;
}


}

/******************** HEADER ******************* */

header img {
	width: 100%;
	max-width: 980px;
	margin: auto;
	display: block;
}

/******************** MAIN BODY ******************* */

main {
	margin: 0 20px 20px;
	position: relative;
}

.sidebar-content img, .main-content img {
	display: none;
}

/***** TITLE H TAGS **** */

h1 {
	font-family : 'Coustard', serif;
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 400;
	color: #265679;
	letter-spacing: 1px;
}

h2 {
	font-family : 'Coustard', serif;
	font-size : 1.4rem;
	line-height: 1.2;
	font-weight : 400;
	color : #265679;
	letter-spacing: 1;
}

h3 {
	font-family : 'Coustard', serif;
	font-size : 1.375rem;
	line-height: 1.3;
	font-weight : 400;
	color : #265679;
	text-transform : uppercase;
	margin-bottom: 0px;
	position: relative;
}

h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e7dfd0;
	position: absolute;
	left: 0;
	bottom: 6px;
	z-index: -1;
}

h4 {
	font-family : 'Coustard', serif;
	font-size : 1.375rem;
	line-height: 1.2;
	font-weight : 400;
	color : #265679;
	margin: 0px;
	display: block;
}

h5 {
	font-family : 'Coustard', serif;
	font-size : 1.25rem;
	font-weight : 900;
	color : #245172;
	text-align : left;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	padding-left : 450px;
	padding-top : 13px;
	text-shadow : 0px 2px 0px rgba(255, 255, 255, 0.4);
}

h2.sub {
	font-family: 'Shadows Into Light', cursive;
	font-size : 1.25rem;
	font-weight : 700;
	color : #1f5614;
	text-align : left;
	padding: 5px 0 5px 0;
	letter-spacing: 3px;
	margin: 0;
}

.signature {
	font-family : 'Dancing Script', cursive;
	font-size : 1.5rem;
	font-weight : 400;
	color : #265679;
}

@media screen and (min-width: 48em) {
	h3 {
	text-align : center;
}

h4 {
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_13391/site_13392/Layout/sidebar-subtitle.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align : center;
	margin: 0px;
	padding: 20px 10px 0;
}

h4.sidebar-blue-title {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_13391/site_13392/Layout/Sidebarnewsbg.png);
	background-repeat: repeat-x;
	font-family : 'Coustard', serif;
	color : #fff;
	text-align: center;
	padding: 28px 0px 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	line-height: .7;
	margin-bottom: 10px;
        text-shadow: 1px 0 0 #265679;
}


}

/***** BUTTONS **** */

.button-sidebar {
	display: block;
	background-color: #265679;
	width: 100%
	max-width: 296px;
	padding: 10px;
	margin: 20px;
}

.button-sidebar:hover, .button-sidebar:focus {
	background-color: #1f5614;
}

.button-sidebar a, .button-sidebar a:hover, .button-sidebar a:focus {
	color: #E7DFCC;
	display: block;
	font-family: 'Coustard', serif;
	font-size: 1rem;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

@media screen and (min-width: 48em) {
	main {
	display: flex;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	z-index: -1;
	background: url(https://tb2cdn.schoolwebmasters.com/accnt_13391/site_13392/Layout/graphic_sidebar_background.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	margin-top: -39px;
	padding-bottom: 175px;
}

.main-content {
	order: 2;
	width: 65%;
	margin-left: 3%;
	margin-right: 2%;
	position : relative;
	padding-bottom: 20px;
}

.sidebar-content {
	order: 1;
	width: 30%;
	padding: 0px;
	position: relative;
}

.sidebar-content p {
	margin: 15px;
}

.sidebar-content ul {
	padding-right: 20px;
}

.sidebar-content img, .main-content img {
	display: block;
	width: 90%;
	margin: auto;
}

.sidebar-content img.quote {
	width: 100%;
}


}

/******************** FOOTER ******************* */

footer {
	background-color: #205173;
	color : #ffffff;
	font-family : 'Coustard', serif;
	text-transform : uppercase;
	font-size : .875rem;
	line-height : 1.3;
	font-weight : 400;
	padding: 20px;
}

footer a {
	color: #fff;
}

.footer-name {
	font-size : 4.5vw;
	font-weight : 900;
	text-shadow : -1px 1.732px 2px rgba(38, 86, 122, 0.35);
	letter-spacing : 3.5;
	margin: 2px;
}

.footer-address {
	font-size : 3.5vw;
	font-weight : 300;
	text-shadow : -1px 1.732px 2px rgba(38, 86, 122, 0.35);
	letter-spacing : 3;
	margin: 0px;
}

@media screen and (min-width: 28em) {
	.footer-name {
	font-size : 1.375rem;
}

.footer-address {
	font-size : .875rem;
}


}

@media screen and (min-width: 48em) {
	footer {
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_13391/site_13392/Graphics/Footer1.png);
	background-color: transparent;
	width : 100%;
	height : 13.313rem;
	margin: -25px 0 0 0;
	display : block;
	padding: 0px;
	position: relative;
}

.footer-name {
	padding-left : 175px;
	padding-top : 120px;
}

.footer-address {
	padding-left : 175px;
	padding-top : 0px;
}

footer:after {
	content: '';
	width: 60%;
	height: 38%;
	background-color: #0F466C;
	position: absolute;
	left: 15%;
	top: 55%;
	z-index: -1;
}


}

/**** Copyright **** */

#copyright {
	font-size : .875rem;
	line-height : 19px;
	font-family : Arial, sans-serif;
	color : #ffffff;
	display: block;
	margin-top: 50px;
	padding: 0px 15px 20px;
	text-align: center;
}

#copyright a {
	color: #fff;
}

