:root {
  --mainColor: ;
  --mainFontColor: rgba(255, 255, 255, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
  font-weight: bold;
}

#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);*/
}

#logo img {
  max-height: 85px;
  max-width: 100%;
  width: auto;
}

.mainList li a {

  font-size: 20px;

  font-weight: bold;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}