@charset "UTF-8";
#wrapper {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
#top {
	background-image: url(../final-art/header.jpg);
	width: auto;
	height: 127px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.h1 {
	color: #2B2E86;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 100%;
	word-spacing: 1px;
	line-height: 133%;
}
.h1bold {
	color: #2B2E86;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 100%;
}
#content {
	width: 90%;
	margin-left: 2%;
	float: left;
}
.imageborder {
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	width: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* NAVIGATION
------------------------------------------------ */
.nav,.nav ul {
	background: #afb0b2;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	min-height: 1.3em;
	padding-top: 10px;
	padding-left: 2%;
	padding-bottom: 4px;
	overflow: auto;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.nav a {
	width: 12ems;
	display: block;
	text-align: left;
	margin-right: 30px;
	color: #2B2E86;
	font-weight: 600;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 100%;
}
.nav li {
	float: left;
}
.nav li a:hover   {
	color: #FFFFFF;
}
/* :::: Navigation Submenus (the dropdowns) :::: */
.nav ul {
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	/* 
		Tools like css3please.com, which I used for the code that follows, help you generate CSS3 code. Try it out yourself!
	*/
	-webkit-border-radius: 0 0 8px 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 0 0 8px 8px; /* FF1-3.6 */
	border-radius: 0 0 8px 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 0px;
}
.nav li ul {
	left: -9999em; /* hide a submenu offscreen by default so visitors don't see it */
	position: absolute;
	z-index: 1000;
}
.nav li:hover ul {
	left: auto; /* show the submenu when user hovers over the parent li */
	width: 7em;
	text-indent: 14px;
	display: block;
	left: 25%;
}
.nav ul li {
	float: none;
	margin-top: .5em;
}
.thispage {
	color: #FFFFFF;
}
#bottom {
	text-indent: 1%;
	background-color: #AFB0B2;
	margin-bottom: 0px;
	width: auto;
	height: auto;
	text-indent: 2.5%;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
	word-spacing: normal;
	clear: left;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#video1 {
	display: none;
}
#video2 {
	display: none;
}
#video3 {
	display: none;
}
button.accordion {
	cursor: pointer;
	width: 95%;
	text-align: center;
	display: block;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	clear: left;
	color: #2B2E86;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	font-size: 90%;
	background-color: #AFB0B2;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	border: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
button.accordion:hover {
	color: #FFFFFF;
}
.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100wh;
	width: 100wh;
}
#tvtext {
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 2%;
	width: 90%;
	text-align: left;
	padding-left: 2%;
}
.myslides {
	width: 80%
}
#slider {
	margin-bottom: 40px;
}
#text {
	margin-left: 2%;
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 2%;
}
#YHIcomputer {
	float: left;
	width: 100%;
}
#USBcomputer {
	float: left;
	width: 100%;
}
.links a {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 100%;
	color: #979898;
	text-decoration: none;
}
.links a:hover {
	color: #2B2E86;
}
#slider {
	margin-left: 2%;
	clear: left;
}

@media screen and (min-width:600px){
	
#YHIcomputer {
	float: left;
	width: 45%;
	margin-bottom: 20px;
}
#USBcomputer {
	float: right;
	width: 45%;
	margin-bottom: 20px;
}
}
@media screen and (min-width:640px){
	
button.accordion{
	display: none;
}
#video1 {
	display: block;
	margin-top: 2%;
	width: 98%;
	margin-left: 2%;
	float: left;
}
#video2 {
	display: block;
	width: 98%;
	margin-left: 2%;
	margin-top: 2%;
	float: left;
}
#video3 {
	display: block;
	width: auto;
	float: left;
	margin-top: 2%;
	margin-left: 2%;
}
#tvtext {
	width: 60%;
	margin-top: 2%;
	float: left;
	display: block;
	position: relative;
	margin-left: 2%;
}
#content {
	width: 79%;
}

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

.imageborder2 {
	width: 100%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}
.imageborder3 {
	width: 100%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}
#YHIcomputer {
	margin-left: 2%;
}
#USBcomputer {
	margin-right: 2%;
}
}