body {
  font-family: "Montserrat", sans-serif;
  background-color: black;
  text-decoration: none;
  height: 100%;
}

.bg {
  background: url("/images/bg.png");
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-repeat: no-repeat;
  background-size: cover;
  
}
.wrapper {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: RGBA(0, 0, 0, 0.40);
  height: 100%;
  width: 100%;
}

h1 {
  color: #89be36;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 4.666667px;
  margin-bottom: -40px;
  margin-top: 100px;
}


h2 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 8px;
  color: white;
}

@media (max-width: 524px) {
    h1{
        font-size: 14px;
        margin-top: 50px;
    }
    h2{
        font-size: 24;
    }
}

@media (max-width: 1024) {
  .h1{
    margin-top: 75px;
  }
}


.content {
  text-align: center;
  margin: auto;
}

.logo {
  padding-top: 120px;
  display: flex;
  margin: auto;
  height: 150px;
}

@media (max-width: 524px) {
    .logo{
        height: 80px;
        padding-top: 35px;
    }
}  

@media (max-width: 1280px) {
  .logo{
    padding-top: 55px;
  }
}



.social-icons {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  
}


@media (max-width: 524px) {
  .social-icons{
    margin-top: 50px;
  }
}  

@media (max-width: 1280px) {
  .social-icons{
    margin-top: 75px;
  }
}


.social-icons a {
    color: white;
}

.fa-stack{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.5em;
   
}
  

.footer {
  margin-top: 55px ;
  font-weight: 500;
  text-align: center;
  color: white;
}
