body{
	background: #171717 url(webtrujo.png);
	
	background-size: 100%;
	position: relative;
	background-attachment:fixed;
}
img{
	max-width: 100%
}
.home{
	background: url(bg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	background-attachment:fixed;
	width: 100%;
	height:100vh;
}

.logo{
	background: url(logo.png) center no-repeat;
	background-size: 70%;
	position: relative;
	display:block;
	width:300px;
	height:300px;
	left:0;
	right:0;
	top:10vh;
	margin:auto
	
}
.store{
	text-align:center;
	font-family: 'Amiri', serif;
	font-size:1.5em;
	font-weight:700
}
h4{
	font-size:2em;
	font-weight:700
}
.store .col-md-4{
	padding:10% 0;
	text-align:center
}

.store .col-md-4 *{
	max-width:50%;
	display:inline-block;
	margin:0 0 50px 0
}

.minicart-quantity{
	width:36px !important;
	height:22px !important
}
nav{
	position:sticky !important;
	top:0;
	background:rgba(16, 16, 16, 0.96);
	z-index:99
}
.navbar-brand{
	letter-spacing:2px
}
nav ul a{
	font-family: 'Amiri', serif;
	font-weight:700;
	font-size:1.2em
}
nav ul a:hover{
	color:#cc2b1a !important;
}