: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.8);
}

#home{
	background-image: url(img/home.jpg);
}
.homeCover{
    background-color:rgba(34,24,20,0.2);
}

#logo img {
	max-height: 100px;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}

@media screen and (max-width:1024px){
	.homeCover h4{
		font-size: 20px;
		bottom: 3vh
	}

	.homeCover span{
		font-size: 18px;
	}
}