:root{
  --mainColor:;
  --mainFontColor:rgba(254,254,254,.85);
  --mainBorder:1.5px solid var(--mainFontColor);
}

#mainBg{
	background-image: url(img/bg.jpg);
}
.mainCover{
	background-color:rgba(34,24,20,0.7);
}

#home{
	background-image: url(img/home.jpg);
}
.homeCover{
    background-color:rgba(255, 255, 255, 0);
}

#product a{
	border:rgb(255, 255, 255) 1px solid;
	padding:8px;
	width:100px;
  text-align: center;
  margin: 5px 0 5px 0;
}
#product a:hover{
	background-color: black;
}

@media screen and (max-width:1024px) {
	#home {
	  height: 50vw;
	}
	.homeCover > h4,.homeCover>span{
		display:none;
	   }
	  
  }
  