body {
  margin: 0;
  padding: 0;
}

.home-page-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.home-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #8b268f;
  background-image: url("../img/realmedia.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
}
.home-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8b268f;
  opacity: 0.4;
}

.logo {
  position: relative;
  width: 80%;
  max-width: 500px;
  margin: auto;
}
.logo img {
  width: 100%;
  height: auto;
}

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