b/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/*Basic Style*/
body{
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a{
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	text-decoration: none;
}

/*Heading Styles*/
h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Josefin Sans", "Helvetica Neue", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 40px; margin-bottom: 5px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }


/*Navigation and Header*/
#wrapper { 
	height: 80px; 
	background: #222; 
	position: relative;
	width:100%;
	z-index: 1005;
	
}
.header{
	height: 80px;
	width: 90%;
	margin: 0 auto;
}
.menuBtn { 
	position: absolute; 
	right: 0; 
	height: 80px;
	width: 80px; 
	background: #222; 
	color: #fff;  
	text-align: center;
	background: url("../images/hamburger_nav01.png") no-repeat center;
	background-size: 30px 30px;
}
.myMenu { 
	display: none;
}
.myMenu ul { 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	top: 80px; 
	right: 0;
}
.myMenu li {
	display: block;
	text-align: center; 
	height: 40px; 
	line-height: 40px; 
	background: #222; 
	width: 100%; 
	margin: 0; 
	padding: 10px 0;
	border: 1px solid #444;
	color: #FFF;
	list-style: none;
	font-family: "proxima nova", "Helvetica Neue", Arial, Sans-serif;
	font-size: 120%;
}

.myMenu a{
	color: #FFF;
	text-decoration: none;
}

.myMenu a:hover{
	color: #BBB;
}

.studentButton{
	display: none;
}

.studentButton a{
	color: white;
}

.logo{
	float: left;
	padding: 10px 0px 0px 0px;
	display: block;
	position: relative;
	height: 65px;
	width: 108px;
	z-index: 1000;
	margin-left: 2%;
}

.logo a:hover{
	opacity: 0.5;
}

/*Breadcrumnb Styling*/
.breadcrumb ul{
    list-style: none;
}

.breadcrumb li{
    display: inline-block;
    margin-left: 20px;
    margin-top: 0%;
}

.breadcrumb li:after{
    content: '\00bb';
    color: #666;
    margin-left: 5px;
}

.breadcrumb li:last-child:after{
    content: '';
}

.breadcrumb a{
    color: #666;
}

.breadcrumb a:hover{
    color: #AAA;
}

.current {
    color: #AAA;
    padding-left: 10px;
}

.titleBar {
	width: 100%; 
	height: 80px; 
	background-color: #DDD; 
	margin-top: -8%; 
	position: absolute; 
	z-index: 1000; 
	opacity: 0.6;
	animation-name: fade_in02;
	animation-duration: .9s;
	animation-timing-function: ease-in;

}

.barText{

	font-weight: bolder; 
	font-family: 'Josefin Sans', 'Helvetica Neue', serif; 
	font-size: 260%; 
	color: #222; 
	text-align: center; 
	padding-top: 30px;
}

/*Main text wrapper*/
.main_text{
	width: 90%;
	margin: 0 0 0 20px;

}

.splash_text{
	margin-top: 8%;
}

/*Content Styling*/
.syllabus{
	width: 80%;
	margin: 0 auto;
}

.description{
	width: 80%;
	margin: 0 auto;
	line-height: 150%;
}

/*Image Styling*/
.splash_logo{
	max-width: 75%; 
	height: auto; 
	display: block; 
	margin: 0 auto;
}

.avatar{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	animation-name: scale_up02;
	animation-duration: .5s;
	animation-timing-function: ease-out;
}

.small_photo{
	width: 100%;
	height: auto;
	animation-name: move_up;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}

.portfolio{
	width: 100%;
	height: auto;
	padding: 0px;
}

.small_video{
	width: 100%;
	height: auto;
	padding: 0px;
	background-image: url("weaveracademy/images/bouncyBall_thmb.jpg");
}

.portfolio_box{
	min-height: 100px;
	background-color: #FFF;
	width: auto;
	padding: 10px;
	box-shadow: 0px 1px 3px #BBB;
	moz-box-shadow: 0px 1px 3px #BBB;
	webkit-box-shadow: 0px 1px 3px #BBB;
	border-radius: 5px;
	transition: all .2s ease-out;
	animation-name: fade_in;
	animation-duration: 1s;
}

.portfolio_box img{
    object-fit: cover;
}

.portfolio_box .description{
	color: #666;
	font-size: 100%;
    padding-top: 10px;
}

.portfolio_box a{
	text-decoration: none;
	transition: opacity .2s ease-out;
	
}

.portfolio_box a:hover{
	opacity: .8;
	
}

.portfolio_box:hover{
	transform: scale(1.05);
}

.small_box{
	min-height: 300px;
	width: auto;
	padding: 10px;
	box-shadow: 0px 1px 3px #BBB;
	moz-box-shadow: 0px 1px 3px #DDD;
	webkit-box-shadow: 0px 1px 3px #DDD;
	border-radius: 5px;
	transition: all .2s ease-out;
	animation-name: fade_in;
	animation-duration: 1s;
}

.small_box .description{
	color: #444;
	font-size: 100%;
}

.small_box .description h4{
	color: #444;
	text-align: left;
}

.small_box a{
	text-decoration: none;
	transition: opacity .2s ease-out;
	
}

.small_box a:hover{
	opacity: .8;
	
}

.small_box:hover{
	transform: scale(1.05);
}

.gallery_box{
	min-height: 100px;
	background-color: #141414;
	width: auto;
	padding: 10px;
	box-shadow: 0px 3px 12px #444;
	moz-box-shadow: 0px 3px 12px #444;
	webkit-box-shadow: 0px 3px 12px #444;
	border-radius: 5px;
	transition: all .2s ease-out;
	animation-name: fade_in;
	animation-duration: 1s;
}

.gallery_box .description{
	color: #AAA;
	text-align: center;
	font-size: 90%;
}

.gallery_title h2, h4{
	padding: 20px 0px 0px 0px;
	color: #FFF;
	text-align: center;
}

/*Footer*/

.footer {
	background: #FFF;
	min-height: 80px;
	padding: 0 5%;
	width: 90%;
	display: block;
	position: relative;
	z-index: 1000;
	font-family: "proxima nova", "Helvetica Neue", Arial, Sans-serif;
	box-shadow: 0px 0px 8px #666;
	animation-name: move_up;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}

.copyright{
	margin: auto;
	z-index: 1000;
	position: relative;
	padding: 30px 0px 0px 80px;
}

.address{
	display: none;
}

.footer nav{
	display: none;
}

/*animated boxes*/
.course_box_left{
	width: auto;
	min-height: 400px;
	box-shadow: 0px 1px 3px #BBB;
	moz-box-shadow: 0px 1px 3px #DDD;
	webkit-box-shadow: 0px 1px 3px #DDD;
	border-radius: 5px;
	padding: 30px;
	animation-name: moveIn_right;
	animation-duration: .5s;
	animation-timing-function: ease-in;
}

.course_box_right{
	width: auto;
	min-height: 400px;
	box-shadow: 0px 1px 3px #BBB;
	moz-box-shadow: 0px 1px 3px #DDD;
	webkit-box-shadow: 0px 1px 3px #DDD;
	border-radius: 5px;
	padding: 30px;
	animation-name: moveIn_left;
	animation-duration: .5s;
	animation-timing-function: ease-in;

}

.buttons {
	min-height: 70px;
	width: 100%;
	z-index: 500;
	position: relative;
	background-color: transparent;
	animation-name: move_down;
	animation-duration: 1s;
}

.buttons nav{
	text-align: center;
	width: 100%;
}

.buttons li{
	border-radius: 10px;
	background-color: transparent/
	color: white;
	list-style: none;
	display: inline-block;
	padding: 20px 20px 20px 20px;
	margin: 20px 20px 0px 20px;
	box-shadow: 0px 0px 10px #CCC;
}

.buttons a{
	text-decoration: none;
}

.buttons li:hover{
	transform: scale(1.05);
}

.course_text_left{
	background-color: white;
	z-index: 1000;
	height: auto;
	width: auto;
	margin: 0 0 60px 0;
	position: relative;
}
.course_text_right{
	background-color: white;
	z-index: 1000;
	height: auto;
	width: auto;
	margin: 0 0 37px 0;
	position: relative;
}

/*Media Querys*/
@media only screen and (min-height : 1081px) { 
    /* Retina-specific stuff here */
    .splash_text h1{
    	font-size: 400%;
    }

    .splash_text{
    	font-size: 130%;
    }

    .main_text{
    	min-height: 600px;
    	padding-top: 2%;
    }

    .courses_main{
    	width: 70%;
    	margin: 0 auto;
    }

    .course_box_left{
    	min-height: 900px;

    }

    .course_text_left{
    	min-height: 500px;
    }

    .course_box_right{
    	min-height: 900px;

    }

    .course_text_right{
    	min-height: 500px;
    }

}


@media only screen and (min-width : 1921px){
/*Header and Nav*/
	.wrapper{
		display: block !important;
	}

	.menuBtn{
		display: none;
	}

	.myMenu {
		display: inline-block;
		all: initial;
		text-align: center;
	}

	.myMenu ul{
		top: 20px;
		width: auto;
		margin-right: 36%;

	}
.myMenu li{
	display: inline;
	border: none;
	padding: 15px 15px 10px 10px;
}


	.myMenu a{
		font-size: 100%;
	}

/*Footer Styling*/
	.footer{
		bottom: 0px;
	}

	.address{
		float: left;
		display: block;
		height: auto;
		width: 220px;
		z-index: 1000;
		padding-top: 10px
	}

	.copyright{
		float: right;
		vertical-align: center;
		width: 200px;
		height: auto;
		z-index: 1000;
		display: block;
		margin: 0px -40px 0px 0px;
	}

/*Content*/
    .main_text{
		width: 50%;
		margin: 0 auto;
	}

    .splash_text p{
		font-size: 100%;
	}
    
    .portfolio-box{
        min-height: 300px;
    }
    
    .portfolio-box .description{
        font-size: 120%;
        padding: 10px;
    }

    .gallery_box{
	   min-height: 300px;
	   padding: 20px;
    }

    .gallery_box .description{
	   font-size: 150%;
    } 

}

@media only screen and (min-width : 1000px) and (max-width: 1920px){
/*Header and Nav*/
	.wrapper{
		display: block !important;
	}

	.menuBtn{
		display: none;
	}

	.studentButton{
		display: none;

	}
	.myMenu {
		display: inline-block;
		all: initial;
		text-align: center;
	}

	.myMenu ul{
		top: 20px;
		width: auto;
		margin-right: 35%;
	}

	.myMenu li{
		display: inline;
		text-align: center;
		height: 40px; 
		line-height: 40px; 
		background: transparent; 
		width: 100%; 
		margin: 0; 
		padding: 15px 15px 10px 10px;
		border: 0px solid #444;
		color: #FFF;
		list-style: none;
		font-family: "proxima nova", "Helvetica Neue", Arial, Sans-serif;
	}

	.myMenu a{
		font-size: 90%;
	}

/*Footer Styling*/
	.footer{
		bottom: 0px;
	}

	.address{
		float: left;
		display: block;
		height: auto;
		width: 220px;
		z-index: 1000;
		padding-top: 10px
	}

	.copyright{
		float: right;
		vertical-align: center;
		width: 200px;
		height: auto;
		z-index: 1000;
		display: block;
		margin: 0px -40px 0px 0px;
	}

/*Content Styling*/
	.main_text{
		width: 80%;
		margin: 0 auto;
	}

	.splash_text{
		margin-top: 10%;
	}

	.gallery_box .description{
		font-size: 150%;
		padding: 10px 0px 10px 0px;
	} 

	.gallery_box{
		padding: 20px;
	}
    
    .portfolio-box .description{
        font-size: 140%;
    }

}

@media only screen and (min-width : 1000px) and (max-width: 1400px){
/*Header and Nav*/

	.myMenu ul{
		top: 20px;
		width: auto;
		margin-right: 27%;
	}
    
    .portfolio-box .description{
        font-size: 120%;
    }

}

@media only screen and (min-width : 1000px) and (max-width: 1200px){
/*Header and Nav*/

	.myMenu ul{
		top: 20px;
		width: auto;
		margin-right: 21%;
	}

}

@media only screen and (min-width : 768px) and (max-width : 999px){
	
/*Header and Main Menu syling*/
	.myMenu ul{
		width: 30%; 
		padding: 0; 
		margin: 0; 
		position: absolute; 
		top: 80px; 
		right: 0; 
	}

	.myMenu {
		overflow: auto;
	}

/*Title Bar Styling*/
.titleBar{
	margin-top: -10%;
}

.barText{
	font-size: 200%;
}

/*Image Styling*/
	.splash_logo{
		padding: 20px 0 0 0;
	}
    
/*Content Styling*/
    .portfolio-box{
        margin-left: 0px;
        min-height: 200px;
    }

/*Footer styling*/
	.address{
		display: block;
		float: left;
		height: auto;
		width: 220px;
		z-index: 1000;
		padding-top: 10px
	}
	.copyright{
		float: right;
		vertical-align: center;
		width: 200px;
		height: auto;
		z-index: 1000;
		display: block;
		margin: 0px -40px 0px 0px;
	}
	.main_text{
		margin-top: 20px;
	}
}
/*Min Screen Width*/
@media only screen and (min-width : 300px) and (max-width : 775px) {

.titleBar{
	height: 70px;
	margin-top: -15%;
	}

.barText{
	font-size: 120%;
	padding-top: 25px;
	}

.portfolio_box{
	position: relative;
	}

.col{
	width: 100%
	}

.copyright{
	margin: auto;
	z-index: 1000;
	position: relative;
	padding: 30px 0px 0px 0px;
	text-align: center;
	}

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

	.titleBar{
	height: 50px;
	margin-top: -13%;
	}

.barText{
	font-size: 100%;
	padding-top: 15px;
	}

.col{
	width: 100%
	}

}

/*animations*/
@keyframes fade_in{
	from{opacity: 0.0;}
	to{opacity: 1.0;}
}

@keyframes fade_in02{
	from{opacity: 0.0;}
	to{opacity: 0.4;}
}


@keyframes fade_out{
	from{opacity: 1.0;}
	to{opacity: 0.6;}
}
@keyframes move_up{
	from{transform: translate3d(0, 300px, 0);}
	to{transform: translate3d(0, 0, 0);}
	from{opacity: 0.0;}
	to{opacity: 1.0;}
}

@keyframes moveIn_right{
	from{transform: translate3d(-800px, 0, 0);}
	to{transform: translate3d(0, 0, 0);}
}

@keyframes moveIn_left{
	from{transform: translate3d(800px, 0, 0);}
	to{transform: translate3d(0, 0, 0);}

}

@keyframes scale_up{
	from{transform: scale(1.0, 1.0);}
	to{transform: scale(1.05, 1.05);}
}

@keyframes scale_up02{
	from{transform: scale(0.0, 0.0);}
	to{transform: scale(1.0, 1.0);}
}

@keyframes move_down{
	from{transform: translate3d(0, -200px, 0);}
	to{transform: translate3d(0, 0, 0);}
}