:root{
  --mainColor:;
  --mainFontColor:rgba(0,0,0);
  --mainBorder:1.5px solid var(--mainFontColor);
}

#mainBg{
	background-image: url(img/bg.jpg);
}
.mainCover{
	background-color:rgb(247,248,248);
}

#home{
	background-image: url(img/home.jpg);
}
.homeCover{
    background-color:rgba(64,33,15,0);
}
a:hover {
    color : #000000 !important;
}


.gapBetweenTraffic {
  height: 160px;
}


@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}
@media screen and (max-width:950px) {
  #home {
    margin-top: 96px;
  }
}
@media screen and (max-width: 770px){
  .mainList li a{color: #fff !important;

  }
}
