@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------------------------- GLOBAL ---------------- */

@font-face {
    font-family: 'Londrina Solid';
    src: url("../fonts/londrinaSolid/LondrinaSolid-Thin.ttf") format('truetype'),
		url("../fonts/londrinaSolid/LondrinaSolid-Thin.woff") format('woff'),
		url("../fonts/londrinaSolid/LondrinaSolid-Thin.woff2") format('woff2');
    font-weight: 100;
    font-style: normal;
}

*, html, body{
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
}

body{
	background-color: #f2eee4;
	
}

img{
	max-width: 100%;
	display: block;
}

.container{
	margin-left: 27px;
	margin-right: 27px;
}

.textSection{
	margin-top: 60px;
	margin-bottom: 60px;
}

h2{
	font-family: century-old-style-std, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18pt;
	line-height: 36pt;
	word-spacing: -2pt;
	color: #262828;
}

h3{
	font-family: century-old-style-std, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14pt;
	line-height: 28pt;
	word-spacing: -2pt;
	color: #262828;
}

h4{
	font-family: century-old-style-std, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14pt;
	line-height: 24.5pt;
	color: #262828;
}

.guitarWorkSub{
	margin-top: 15px;
}

p{
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
	color: #262828;
}

/* -------------------------------------------------------------------------------- HEADER ---------------- */

header{
	background-color: #262828;
	height: 81px;
}

#headerContent{
	position: relative;
}

#headerLogoArea{
	position: absolute;
	left: 27px;
	top: 24px;
	width: 150px;
}

/* -------------------------------------------------------------------------------- NAV-MOBILE ---------------- */

#nav-mobile{
	position: absolute;
	right: 27px;
	top: 24px;
	width: 48px;
}

#navMobile-menu{
	position: absolute;
	top: 39px;
	right: 0px;
	width: 86vw;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 0px 2000px hsla(0,0%,0%,0.75);
    box-shadow: 0px 0px 0px 2000px hsla(0,0%,0%,0.75);
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-filter:”alpha(opacity=0)”;
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
}

#navMobile-menu ul{
	list-style: none;
}


#navMobile-menu ul a{
	text-decoration: none;
}

#navMobile-menu ul a li{
	background-color: #262828;
	transition: background-color .25s;
}

.hasRule{
	border-bottom: 1px solid #F2EEE4;
}

#navMobile-menu ul a li:hover{
	background-color: #484947;
}

#navMobile-menu ul a li p{
	padding: 18px 20px 12px 20px;
	color: #F2EEE4;
	font-weight: 300;
	font-size: 12pt;
}

.mobileNavLast{
	padding-bottom: 3px;
}

#toggle{
	display: none;
}

#toggle:checked + #navMobile-menu{
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-filter:”alpha(opacity=100)”;
	filter:alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	opacity:1;
	transition: -khtml-opacity .5s, -moz-opacity .5s, -ms-filter .5s, filter .5s, opacity .5s;
}

#headerSub{
	background-color: #262828;
	border-top: 1px solid #f2eee4;
	padding: 3px 0px;
}

#headerSub h3{
	font-family: 'Londrina Solid', sans-serif;
	font-size: 10pt;
    font-weight: 100;
    font-style: normal;
	letter-spacing: 1.4pt;
	word-spacing: .1em;
	color: #f2eee4;
}

#hero{
	margin-bottom: 30px;
}

.headline{
	margin-bottom: 24px;
}

/* -------------------------------------------------------------------------------- SLIDESHOW ---------------- */

#slideshow{
	overflow: hidden;
}

#slideshow figure{
	position: relative;
	width: 600%;
	margin: 0;
	left: 0;
	animation: 18s slideshow infinite;
}

#slideshow figure img{
	width: 16.66667%;
	float: left;
}

@keyframes slideshow{
	0%{left: 0;} /* very beginning, start img 1  */
	13%{left: 0;}/* img 1 starts to turn  */
	20%{left: -100%;}/* img 2 time starts  */
	33%{left: -100%;}/* img 2 starts to turn  */
	40%{left: -200%;}/* img 3 time starts  */
	53%{left: -200%;}/* img 3 starts to turn  */
	60%{left: -300%;}/* img 4 time starts  */
	73%{left: -300%;}/* img 4 starts to turn  */
	80%{left: -400%;}/* img 4 time starts  */
	93%{left: -400%;}/* img 4 starts to turn  */
	100%{left: -500%;}/* img 5 time starts  */
}

.photoSection{
	width: 100%;
	margin: 0 auto;
}

.photoSection img{
	border-bottom: 3px solid #f2eee4;
	width: 100%;
}

#shopPolicies{
	margin-bottom: 90px;
}

#shopPolicies ul{
	margin-top: 12px;
}

#shopPolicies ul li{
	margin-bottom: 24px;
}

#about1 p{
	margin-bottom: 24px;
}

#aboutPhotos img{
	border-bottom: 3px solid #f2eee4;
}

#about2{
	margin-bottom: 90px;
}


footer{
	background-color: #262828;
	padding: 15px 0px;
}

#footerContent{
	margin: 0px auto;
	text-align: center;
}

#footerLogo{
	max-width: 150px;
	margin-bottom: 30px;
}

#footerContent ul{
	list-style: none;
}

#footerContent ul li{
	margin-bottom: 12px;
}

#footerContent ul li a{
	text-decoration: none;
}

#footerContent ul li a p{
	color: #F2EEE4;
	font-size: 10pt;
}

#endGuitar{
	margin-bottom: 90px;
}

#jkgEmail{
	text-decoration: none;
	text-align: center;
}

#emailAddress{
	margin-top: 30px;
	font-style: italic
}

.socialLink{
	margin-top: 45px;
}

.socialLink img{
	max-width: 60px;
	margin-bottom: 30px;
}

.socialLink a{
	text-align: center;
	text-decoration: none;
}

#jkgSocial{
	margin-bottom: 90px;
}

/* -------------------------------------------------------------------------------- MEDIA QUERIES --------------
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
*/

@media (max-width: 480px){
	
}

#headerContent #headerSub page{
	max-width: 720px;
}



