@font-face {
	font-family: 'Gill Sans Light';
	src: url(../fonts/GillSansStd-Light.otf)
}

@font-face {
	font-family: 'Source Sans Pro Extra Light';
	src: url(../fonts/source_sans_pro/SourceSansPro-ExtraLight.otf);
}

@font-face {
	font-family: 'Source Sans Pro Light';
	src: url(../fonts/source_sans_pro/SourceSansPro-Light.otf);
}

@font-face {
	font-family: 'Source Sans Pro Light Italic';
	src: url(../fonts/source_sans_pro/SourceSansPro-LightIt.otf);
}

@font-face {
	font-family: 'Source Sans Pro Semi Bold';
	src: url(../fonts/source_sans_pro/SourceSansPro-Semibold.otf);
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(../fonts/source_sans_pro/SourceSansPro-Regular.otf);
}

@font-face {
	font-family: 'Source Sans Pro Italic';
	src: url(../fonts/source_sans_pro/SourceSansPro-It.otf);
}

@font-face {
	font-family: 'Source Sans Pro Bold';
	src: url(../fonts/source_sans_pro/SourceSansPro-Bold.otf);
}

* {
	margin: 0;
	padding: 0;
	-webkit-transition: color 0.3s ease-in, background 0.3s ease-in, opacity 0.3s ease-in, border-bottom 0.3s ease-in, underline 0.3s ease-in;
	-moz-transition: color 0.3s ease-in, background 0.3s ease-in, opacity 0.3s ease-in, border-bottom 0.3s ease-in, underline 0.3s ease-in;
	-o-transition: color 0.3s ease-in, background 0.3s ease-in, opacity 0.3s ease-in, border-bottom 0.3s ease-in, underline 0.3s ease-in;
	transition: color 0.3s ease-in, background 0.3s ease-in, opacity 0.3s ease-in, border-bottom 0.3s ease-in, underline 0.3s ease-in;
}


html {
	overflow-y: scroll;
}

body {
	font-family: 'times';
	color: #000;
}


nav {	
	font-family: 'Gill Sans Light';
	position: absolute;
	top: 0;
	right: 30px;
	margin: auto;
	font-size: 19px;
	display: block;
	text-align: right;
	width: 500px;
	margin-top: 15px;
	margin-right: 165px;
	z-index: 100;
}

nav ul {
	list-style-type: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;

}

nav ul li {
	display: table-cell;
    width: 1%;
    border-right: 1px solid black;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 5px;
    position: relative;
}

nav ul ul {
	display: none;
	position: absolute; 
	top: 100%;
	left: 0;
	padding: 0;
}

nav ul ul li {
	float: none;
	width: 50px;
	display: block;
	border: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul ul a:hover {
	text-decoration: underline;
}

nav a:link, nav a:visited {
	text-decoration: none;
	color: #000;
}

nav a:hover {
	color: #c16ae1;
}

nav .active {
	color: #c16ae1;
}


nav .active:link, nav .active:visited {
	color: #c16ae1;
}

a:link, a:visited {
	color: #000;
}

header img {
	position: fixed;
	left: 20px;
	top: 20px;
	width: 200px;
	-webkit-transition: width .5s;
    -moz-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    z-index: -1;
}

header a:hover {
	opacity: .7;
}

#body {
	width: 600px;
	margin: auto;
	margin-top: 113px;
	background-color: rgba(255,255,255,0.69);
	margin-bottom: 40px;
}


#social {
	position: fixed;
	width: 40px;
	right: 10px;
	bottom: 245px;
	-webkit-transition: width .5s, right .5s, bottom .5s;
    -moz-transition: width .5s, right .5s, bottom .5s;
    -o-transition: width .5s, right .5s, bottom .5s;
    transition: width .5s, right .5s, bottom .5s;
}

#social img {
	width: 100%;
}

#social a:hover {
	opacity: .7;
}

footer {
	position: fixed;
	width: 125px;
	right: 5px;
	bottom: 5px;
	-webkit-transition: width .5s, right .5s, bottom .5s;
    -moz-transition: width .5s, right .5s, bottom .5s;
    -o-transition: width .5s, right .5s, bottom .5s;
    transition: width .5s, right .5s, bottom .5s;
}

footer img {
	width: 100%;

}

footer a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

footer a:hover {
	opacity: .5;
	cursor: hand;
}

p {
	font-family: 'Source Sans Pro Light', sans-serif;
	font-size: 18px;
	line-height: 22px;
}

article {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

h1 {
	font-family: 'Source Sans Pro Bold', sans-serif;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
    padding-bottom: 5px;
}

h2 {
	font-family: 'Source Sans Pro Semi Bold', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-align: center;
}

p i {
    font-family: "Source Sans Pro Light Italic";
}

iframe {
	border: none;
}

figcaption {
    font-family: 'Source Sans Pro Light', sans-serif;
    font-size: 10px;

}

#gear ul {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
}

		
#gear ul li ul {
    font-family: 'Source Sans Pro Light', sans-serif;
	font-size: 18px;
	line-height: 25px;
}

#contact label {
	font-family: 'Source Sans Pro Light', sans-serif;
}

#contact h3 {
	line-height: 22px;
}

#lessons ul li {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 35px;
    
}

#lessons ul li ul li {
    font-family: 'Source Sans Pro Light', sans-serif;
	font-size: 18px;
	line-height: 22px;
    list-style-type: disc;
    margin-left: 20px;
}

#lessons iframe {
    width: 560px;
    height: 315px;
}

#video iframe {
    width: 560px;
    height: 315px;
}

#store ul li {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 35px;
    text-align: center;
}

#translation a img {
    opacity: .4;
    width: 40px;
    height: 28px;
    padding: 0;
    margin: 0;
    -webkit-transition: width .5s, height .5s, padding .5s;
    -moz-transition: width .5s, height .5s, padding .5s;
    -o-transition: width .5s, height .5s, padding .5s;
    transition: width .5s, height .5s, padding .5s;
}

#translation figure {
    text-align: center;
    text-decoration: none;
  
}

#spain {
    position: fixed;
    bottom: 70px;
    left: 20px;
}

#spain a img:hover {
    opacity: 1;
    width: 60px;
    height: 42px;
}

#usa {
    position: fixed;
    bottom: 15px;
    left: 20px;
}

#usa a img:hover {
    opacity: 1;
    width: 60px;
    height: 42px;
}

#pictureRow img {
    padding: 20px 20px 20px 0;
}

#picture4 {
    width: 560px;
}







/* MOBILEMOBILEMOBILE */








@media (max-height: 600px) {
	#social {
		width: 35px;
		bottom: 220px;
	}
	footer {
		width: 110px;
	}
}

@media (max-height: 500px) {
	#social {
		width: 30px;
		bottom: 190px;
	}
	footer {
		width: 95px;
	}
}










@media (max-width: 1050px) {
	header img {
		width: 180px;
	}
    
    #lessons iframe {
        width: 100%;
        height: 315px;
    }
    
    #video iframe {
        width: 100%;
        height: 315px;
    }
    
    #picture4 {
        width: 100%;
        padding-top: 10px;
    }

}


@media (max-width: 1000px) {
	header img {
		width: 160px;
	}
	
	#social {
		width: 35px;
		bottom: 220px;
	}
	
	footer {
		width: 110px;
	}
}


@media (max-width: 800px) {
	header img {
		position: relative;
	}
	
	#social {
		position: relative;
		width: 320px;
		margin: auto;
		right: auto;
		bottom: 0px;
		-webkit-transition: none;
	    -moz-transition: none;
	    -o-transition: none;
	    transition: none;
	    padding-bottom: 20px;
	}

	#social img {
		width: 50px;
	}
	
	footer {
		position: relative;
		width: 100px;
		margin: auto;
		right: auto;
		bottom: 5px;
		-webkit-transition: width .5s, right .5s, bottom .5s;
	    -moz-transition: width .5s, right .5s, bottom .5s;
	    -o-transition: width .5s, right .5s, bottom .5s;
	    transition: width .5s, right .5s, bottom .5s;
	}
	
	footer a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	#body {
		width: 90%;
		margin-left: 5%;
		margin-top: 25px;
		margin-bottom: 40px;
	}
	
	#clear {
		height: 500px;
		display: block;
	}


}



@media (max-width: 500px) {

	header img {
		top: 20px;
		width: 100px;
	}

	nav {	
		position: relative;
		top: 0;
        right: 5%;
        margin-left: 5%;
		width: 90%;
		font-size: 22px;
		margin: auto;
		display: block;
		text-align: center;
		margin-top: 15px;
		margin-right: 0;
        padding: 0;
	}
	
	nav ul {
		position: relative;
		float: none;
		background-color: rgba(255,255,255,0.69); 
        
	}
	
	nav ul li {
		display: block;
	    width: 100%;
	    border-right: none;
	    padding: none;
	    position: relative;
        
	}
	
	nav ul ul {
		position: relative; 
		top: 100%;
        width: 98%;
		left: 0;
		padding: 0;
		background-color: rgba(255,255,255,0.69);

	}
	
	nav ul ul li {
		float: none;
		width: 100%;
        margin: 0;
        padding: none;
	}
	
	nav ul li > ul {
		display: block;
		font-size: 16px;
		text-align: center;
      
	}
	
	nav ul ul a:hover {
		text-decoration: none;
	}
	
	nav a:link, nav a:visited {
		text-decoration: none;
		color: #000;
	}
	
	nav a:hover {
		color: #c16ae1;
	}
	
	nav .active {
		color: #c16ae1;
	}
	
	
	nav .active:link, nav .active:visited {
		color: #c16ae1;
	}
	
     #lessons iframe {
        width: 100%;
        height: 200px;
    }
    
    #video iframe {
        width: 100%;
        height: 200px;
    }
    
    #pictureRow img {
        display: block;
        margin: auto;
        padding: 10px 0;

    }
	

}




