@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
.header {
  background-color: transparent !important;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 0%, black 85%);
  z-index: 0;
}

.main_homepage {
  background-color: black;
}

.homepage-slide {
  position: relative;
  text-align: center;
}

.homepage-slide_white {
  background-color: white;
}

.homepage-slide__mopar {
  margin-top: -4vw;
  width: 10vw;
  padding-bottom: 10px;
}

.homepage-slide:first-child {
  background: black url("../img/main.jpg") no-repeat fixed center center;
  height: 100vh;
  background-size: cover;
}

.homepage-slide:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 90%, black 99.5%);
  z-index: 1;
}

.homepage-slide__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 1.5vw 0;
  list-style-type: none;
}

.homepage-slide__item {
  width: 30%;
}

.homepage-slide__item_animated:hover .homepage-slide__title {
  opacity: 1;
  transform: scale(1.1);
}

.homepage-slide__item_animated:hover .homepage-slide__img {
  opacity: 0.5;
}

.homepage-slide__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.homepage-slide__img {
  width: 100%;
}

.homepage-slide__title {
  position: absolute;
  opacity: 0.5;
  transition: all .2s ease-in-out;
  font-size: 1.5em;
  text-transform: uppercase;
}

.homepage__h1 {
  font-size: 1.5vw;
}

@media (max-width: 700px) {
  .homepage-slide__title {
    font-size: 1em;
  }
  .homepage__h1 {
    padding-top: 60%;
    font-size: 2em;
    color: white;
  }
}
