: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(64,33,15,0.1);*/
}

.menuItem ol li{
  line-height: 1.6em;
}

.proItem img{
  width: 50%;
  margin: auto;
  padding-bottom: 10px;
}
@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}