:root {
  --mainColor:#e8892f ;
  --mainFontColor: rgba(0, 0, 0, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
  font-weight: bold;
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(116, 105, 101, 0);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}

#logo img {
  max-height: 90px;
  max-width: 140%;
  width: auto;
}

.mainList li a {
  padding: 5px;
  font-size: 20px;
  user-select: none;
  font-weight: bold;
}

.homeCover h4 {
  position: absolute;
  left: 6%;
  bottom: 25vh;
  width: 80%;
  font-size: 24px;
  font-weight: bold;
}
#video article {
  justify-content: left;
}
#picture article {
  justify-content: left;
}
article h3 {
  margin-bottom: 10px;
}
.line{
  text-align: left;
    height: 10px;
    width: 100px;
    background-color:var( --mainColor);
    margin-bottom: 50px;
}

@media only screen and (max-width: 950px) {
  #logo img {
    height: 20px;
    margin-bottom: 50px;
  }

  #home h4 {
    opacity: 0%;
  }
}

#sns ul li a {
  filter: brightness(0);
}

#picture article a span {
  color: #fff;
}

.item5 {
  width: 20%;
}

article {
  padding: 100px 0;
}

@media screen and (max-width:1024px) {
  #logo img {
    max-height: 90px;
    max-width: 100%;
    width: auto;
  }

  #home {
    height: 50vw;
  }

  .item5 {
    width: 40%;
  }
}