body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  font-family: "Anek Latin", sans-serif;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo {
  width: 100%;
  text-align: left;
  position: absolute;
  color: #fff;
  margin-top: 50px;
  margin-left: 15px;
  text-shadow: 1px 1px 0px #333;
}
.logo h2 {
  font-weight: 300;
  font-size: 73px;
  margin: 110px 10px 10px;
}
.logo h4 {
  font-weight: 300;
  font-size: 28px;
  margin: 10px;
}
.logo .social a {
  float: left;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
}
.logo .social a i {
  color: #fff;
  font-size: 30px;
}

.background {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.background .transparent {
  background: rgba(51, 51, 52, 0.4588235294);
  height: 100vh;
  width: 100%;
  position: absolute;
}
.background img {
  width: 100%;
  position: absolute;
  z-index: -1;
}

@media (max-width: 768px) {
  .logo {
    text-align: center;
    margin: auto;
  }
  .logo h2 {
    font-size: 55px;
  }
  .logo img {
    width: 60%;
    margin-top: 50px;
  }
  .logo .social {
    margin: auto;
    
  }
  .logo .social a{
      float:inherit;
  }

  .background img {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */