body {
  background-color: #3C3C3B;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: lighter;
}

.header {
  background-image: linear-gradient(90deg, #F39200, #C01D22, #C01D22);
  width: 100%;
  height: 50px;
}
.header__right {
  width: 85%;
  height: 75px;
  float: right;
  background-image: linear-gradient(90deg, #78ABD7, #827AA1);
  -ms-transform: matrix(1, 0, 0.5, 1, 150, 0);
  /* IE 9 */
  -webkit-transform: matrix(1, 0, 0.5, 1, 150, 0);
  /* Safari */
  transform: matrix(1, 0, 0.5, 1, 150, 0);
  /* Standard syntax */
}

.reserved {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.reserved img {
  width: 80vw;
  margin-bottom: 120px;
}

a {
  color: #3C3C3B;
  text-decoration: none;
}
a:hover {
  color: #827AA1;
}

h1 {
  font-size: 2em;
  color: #EDEDED;
}

.bottom {
  width: 100%;
  min-height: 50px;
  background-image: linear-gradient(90deg, #F39200, #C01D22);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
}
.bottom a img {
  width: 2em;
}
.bottom p {
  color: #3C3C3B;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header__right {
    width: 70%;
  }

  .reserved img {
    width: 60vw;
  }
  .reserved h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 992px) {
  .header__right {
    width: 65%;
  }

  .reserved img {
    width: 50vw;
  }
  .reserved h1 {
    font-size: 4em;
  }

  p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1200px) {
  .header__right {
    width: 55%;
  }

  .reserved img {
    width: 40vw;
  }
  .reserved h1 {
    font-size: 5em;
  }
}

/*# sourceMappingURL=style.css.map */
