: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(245, 245, 245);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  background-color: rgba(64, 33, 15,0.1);
}

.videoItem>iframe {
  height: 500px;
}
*{
	color: #000 !important;
	border-color: #000 !important;
}
@media screen and (max-width: 770px){
	.mainList li a{color: #fff !important;

	}
}
