body{
	background-color:#FCF7F8;
}
div, header, nav, section, aside, footer{
	box-sizing: border-box;
	overflow: auto;
	font-family: Candara;
}
/*Header*/
header.sitetitle{
	background-color: #CCCCCC;
	width: 100%;
	padding: 5px;
	border: solid 3px #364652;
}
.logo{
	float: left;
	margin-right: 10px;
}
.title{
	margin: 10px 0px -10px 0px;
}
.searchbar{
	float: right;
}
/*Navigation*/
.breadcrumbs{
	float: left;
	margin: -11px 0px 0px;
}
.breadcrumbs > *{
	display: inline-block;
}
.breadcrumbs > a:hover{
	border: none;
}
.pagenavlink{
	float: right;
	margin: -3px 5px 10px;
	padding: 5px;
	background-color: #90C2E7;
	border: outset 3px #364652;
}
/*Page Title*/
header.pagetitle{
	margin: -5px 2px;
	width: 99.5%;
	display: inline-block;
	padding: 0px 10px;
	background-color: #90C2E7;
	border: solid 3px #364652;
	font-size: 30px;
	text-align: center;
}
header.pagetitle > p{
	font-size: 16px;
}
header.pagetitle > p > a:hover{
	border-style: none;
}
/*Things You'll Need*/
.needtitle{
	float: left;
	margin-right: 10px;
	position: relative;
	bottom: 10px;
}
.need > *{
	display: inline-block;
}
.need > a:hover{
	border: none;
}
/*How to Make Sound Effects Using Bfxr/Sfxr*/
.effects{
	border: solid 3px #364652;
	padding: 10px;
}
.effectstitle{
	font-size: 30px;
	text-align: center;
}
.effectsimg{
	width: 50%;
	margin: auto 25%;
}
/*Video Tutorial*/
.videotitle{
	font-size: 30px;
	text-align: center;
	display: inline-block;
	margin: 0px -375px 0px;
	position: absolute;
	left: 50%;
}
.brackeysyt{
    background: url('../images/logos.png') no-repeat 0 0;
	width: 44px;
	height: 30px;
	display: inline-block;
	margin: 5px 300px 0px;
	position: relative;
	left: 50%;
}
.video{
	margin-top: 10px;
	padding: 10px;
	background-color: #90C2E7;
	border: solid 3px #364652;
}
.video > a:hover{
	border: none;
}
.video > a:hover > div{
	background: url('../images/logos.png') no-repeat -45px 0;
	width: 44px;
	height: 30px;
}
.video > iframe{
	width: 100%;
	height: 700px;
}
.videopart{
	text-align: center;
}
/*Learn More*/
.learntitle{
	text-align: center;
	font-size: 30px;
}
.learnsection{
	
	background-color: #90C2E7;
	text-align: center;
	width: 49%;
	float: left;
	margin: -10px 0.5% 0px;
	border: solid 3px #364652;
	overflow: hidden;
}
.learnsection > a{
	display: inline-block;
	background-color: #FCF7F8;
	border: outset 3px #364652;
	width: 90%;
	padding: 5px;
	margin: 10px 4%;
	font-size: 24px;
}
/*footer*/
footer{
	margin-top: 10px;
	background-color: #CCCCCC;
	width: 100%;
	padding: 5px;
	border: solid 3px #364652;
}
.contact{
	float: left;
}
.copyright{
	margin-top: -3px;
	float: right;
}
.footeryt{
    background: url('../images/logos.png') no-repeat 0 0;
	width: 44px;
	height: 30px;
	display: inline-block;
	margin: 0 5px;
}
.footertwt{
    background: url('../images/logos.png') no-repeat -4px -32px;
	width: 37px;
	height: 30px;
	display: inline-block;
	margin: 0 5px;
}
.footerfb{
    background: url('../images/logos.png') no-repeat -3px -65px;
	width: 34px;
	height: 33px;
	display: inline-block;
	margin: 0 5px;
}
.social > a:hover{
	border: none;
}
.social > a:hover > .footeryt{
	background: url('../images/logos.png') no-repeat -45px 0;
	width: 44px;
	height: 30px;
}
.social > a:hover > .footertwt{
	background: url('../images/logos.png') no-repeat -48px -32px;
	width: 37px;
	height: 30px;
}
.social > a:hover > .footerfb{
	background: url('../images/logos.png') no-repeat -47px -66px;
	width: 34px;
	height: 33px;
}
.sources{
	clear: left;
	font-weight: bold;
}
/*style of links before and after it has been clicked*/
a:link, a:visited{ 
	color: #364652; 
}
/*style of links when mouse is hovered over */
a:hover{
	color: #CCCCCC;
	border-style: inset;
}
/*small screen devices adapter*/
@media only screen and (max-width: 820px)  {
	div, section{
		font-size: 2vw;
	}
	.logo{
		width: 18vw;
	}
	.title{
		font-size: 4vw;
		margin-top: 5px;
	}
	.searchbar{
		clear: left;
		margin-top: 5px;
	}
	.pagetitle > h2{
		font-size: 5vw;
	}
	.learntitle{
		font-size: 3vw;
	}
	a, p{
		font-size: 2vw;
	}
	.video > iframe{
		width: 100%;
		height: 10%;
	}
	.videotitle, .effectstitle{
		font-size: 3.5vw;
	}
	.videotitle{
		margin: 0px -40% 0px;
	}
	.brackeysyt{
		mdiplay: block;
		margin: 0 0 -40px;
		position: static;
	}
}
			
