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

#headerwrap {
	padding-top:50px;
	text-align:center;
	background-attachment: relative;
	background-position: left bottom;
	min-height: 550px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 130px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap2 {
	padding-top:10px;
	text-align:center;
	background-attachment: relative;
	background-position: left bottom;
	min-height: 100px;
	width: 100%;
	margin-bottom: 0px;
	background-color: #333;
}

#headerwrap2 h1 {
	color:#ffffff;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

#aboutwrap {
	margin-top: 80px;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 20px 0 20px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}


#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section {
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 10em;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 2em 0;
  }
}

.history1 {
	position: relative;
	margin-top: 40px;
}
.history2 {
	position: relative;
	margin-top: 40px;
}
.history2 .desc {
	text-align: center;
}
.history1 .desc h3 {
  font-size: 20px;
  font-weight: 700;
}
.fh5co-services {
  margin-top: 4em;
}
.block3 {
	margin-top: 25px;
}

.fancybox {
	position: relative;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: 2px;
	text-align: center;
}
.fancybox:hover, .fancybox:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.infobox {
	margin-top: 20px;
}

.guitarsection {
	padding-bottom: 50px;
}

/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
.about {
	background-image: url(../img/about-sep.jpg);
}

.block3 h3 {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
