: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(64,33,15,0.1);*/
}

#logo img {
  max-height: 80px;
  max-width: 100%;
  width: auto;
}

.newsTitle h3 {
  width: calc(100% - 54px);
  display: inline-block;
  font-size: 25px;
}


#about p {
  margin-bottom: 25px;
}

p {
  font-size: 20px;
  text-align: justify;
}

#about h2 {
  font-size: 33px;
  margin-bottom: 30px;
}

article h3 {
  font-size: 40px;
  margin-bottom: 60px;
}

.newsText p {
  width: 95%;
  font-size: 18px;
  margin: 0 auto 20px auto;
}

.mainList li a {
  padding: 5px;
  font-size: 20px;
  user-select: none;
  font-weight: bold;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}

.homeCover {
  background-color: rgba(73, 32, 8, 0.4);
}