@import url('https://fonts.googleapis.com/css?family=Freckle+Face');
body {
    font-family: "Cardo", Georgia, Times, "Times New Roman", serif;
    background-color: black;
    margin: 0;
    margin-bottom: 0;
    overflow-y: scroll;
	overflow-x: hidden;
}
hr{
	max-width: 80px;
    border-width: 2px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}
ul{
	padding: 0;
}

#logo{
	position: relative;
	margin: 0 auto;
	width: 400px;
	/*height: 35vh;*/
}
#logo img {
	/*height: 35vh;*/
	width: 100%;
	height: auto;
}
.headSocial{
	float: right;
	padding-right: 50px;
	/*position: absolute;
	top: 142px;
    right: 110px;*/
}
#social ul li, #social ul li a {
	display: inline-block;
	width: 32px;
	height: 32px;
}
#social ul li a {
	text-indent: -99999px;
}
#social ul li.facebook a {
	background: url(../assets/facebook.png) 0 0 no-repeat;
}
#social ul li.twitter a {
	background: url(../assets/twitter.png) 0 0 no-repeat;
}
#social ul li.youtube a {
	background: url(../assets/youtube.png) 0 0 no-repeat;
}
#social ul li.googleplus a {
	background: url(../assets/google+.png) 0 0 no-repeat;
}
#social ul li.instagram a {
	background: url(../assets/instagram.png) 0 0 no-repeat;
}
#social ul li.vk a {
	background: url(../assets/vk.png) 0 0 no-repeat;
}
.facebook:hover, .twitter:hover, .youtube:hover, .googleplus:hover, .instagram:hover, .vk:hover{
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#covertop{
	display: block;
	text-align: center;
	color: black;
	background-color: rgba(255,255,255,1);
	padding: 1px;
}
#covertop h2{
	color: rgba(169,27,41,0.9);
	font-family: 'Freckle Face', cursive;
	text-align: center;
	font-size: 60px;
	/*text-shadow: 2px 2px black;*/
	/*position: relative;*/
	background-color: rgba(255,255,255,1);
	margin: 0;
}
#stack1{
	height: 60vh;
}

.parallax-1{
	background-color: white;
	background-image: url(../assets/barryguitar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#barrybanner{
    margin-top: 51vh;
}

#coverbot{
	display: block;
	text-align: center;
	color: black;
	background-color: rgba(245,245,245,0.8);
	padding: 1px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.container{
	display: block;
	text-align: center;
	color: rgba(245,245,245,0.7);;
	background-color: #333;
	padding: 5vw;
	line-height: 1.5;

}

.shopBtn{
	padding: 7px 20px;
	font-size: 24px;
}

.shopBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #737373;
}
.shopBtn:hover{
	background: rgba(245,245,245,0.7);
}
.shopBtn:active{
	background: #737373;
}
#stack2{
	height: 400px;
	padding-top: 100px;
	background-color: #222;
	text-align: center;
	color: #777;
}

#msg{
	font-size: 46px;
}

#stack3{
	background-color: #222;
	z-index: -99999;
}
#stack3 img{
	width: 100vw;
	margin-top: -50px;
	max-width: 1564px;
	display: block;
    margin-left: auto;
    margin-right: auto


}

#footer{
	background-color: #000;
	color: rgba(245,245,245,0.7);
	text-align: center;
	padding-top: 5vh;
	padding-bottom: 10vh;
}

/*change text layout for mobile*/
@media screen and (max-width: 480px) {

	#barrybanner{
		display: none;
	}
	#joinA{
		border-right: 0;
	}
	#joinA h3{
		padding: 0;
	}
	.container{
		padding-top: 0;

	}
	#msg{
		display: none;
	}

}
@media screen and (max-width: 960px) {

	#msg{
		display: none;
	}
}