:root {
  --mainColor: ;
  --mainFontColor: rgba(92, 73, 73, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(148, 83, 42, 0.2);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  background-color: rgba(148, 83, 42, 0.4);
}

article {
  padding-bottom: 50px;
}

.item2 {
  margin-bottom: 20px;
}

h3,
h2,
p,
.traffic li {
  text-align: center;
  font-weight: normal;
}

article h3,
h2 {
  letter-spacing: 5px;
  margin-bottom: 20px;
}

h3 {
  font-weight: bold;
}

p,
li {
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: normal;
}

.mainList li a {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.scollMenu a {
  color: rgba(92, 73, 73, 0.85) !important;
}

.menu {
  border-right: 2px solid;
  border-left: 2px solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

#logo img {
  max-height: 120px;
  max-width: 100%;
  width: auto;
}

.description p {
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .item3 {
    width: 80%;
  }

  #logo img {
    max-height: 100px;
  }
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}