:root{

  --mainFontColor:rgba(254,254,254,.85);
  --mainBorder:1.5px solid var(--mainFontColor);
}
:focus{
  outline: -webkit-focus-ring-color auto 0px;
}
#mainBg{
	background-image: url(img/bg.jpg?0720);
}
.mainCover{
	/* background-color:rgba(34,24,20,0.5); */
}

#home{
	background-image: url(img/home.jpg?0720);
}
.homeCover{
    /* background-color:rgba(64,33,15,0.5); */
}
.homeCover h4{
  bottom: 10vh;
  /* text-align: center; */
}
li{
  line-height: 2em;
}
.proItem img{
  transform: scale(0.95);
}