html, body {
  font-family: urbane, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  height: 100vh;
  width: 100vw;

}

.main {
  background-image: url('../img/hybridlive_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100vh;
  width: 100vw;
  position: relative;
}
.btn {
  border-radius: 40px !important;
  color: #9883c7 !important;
  background-color: white !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;

}
.contact {
  display: block !important;
  position: relative;
  top: 13vh;
  left: 4vw;
  margin-top: 5vh;
  font-size: 2.7vh !important;

}
.header {
  position: relative;
  left: 4vw;
  top: 13vh;
  height: 30vh !important;
  width: 70vh !important;
  display: block;

}
.listone {
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 40px;
  columns: 2;
  list-style-position: inside !important;
}

.content {
  position: relative !important;
  left: 4vw;
  top: 13vh;
  margin-top: 5vh;
  color: white;
  font-weight: 300;
  line-height: 2;
  font-size: 1.9vh;
  width: 84vh;
}
.logo {
  position: absolute;
  right: 4vw;
  top: 4vh;
  width: 36vw;
}
.logomobile {
  display: none;
}
.modal-content {
  background: rgba(45,26,84,.8) !important;
  color: white;
}
.modal-header {
  border-bottom: 0px !important;
}
.modal-footer {
  border-top: 0px !important;
}
.close {
  color: white !important;
}
.recapcha {
  text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .main {
    background-image: url('../img/hybridlive_bg_mobile.png');
    background-position: bottom;

  }
  .logo {
    display: none;
  }
  .logomobile {
    position: absolute;
    right: 4vw;
    top: 3vh;
    width: 18vw;
    display: inline-block;

  }
  .header {
    position: relative;
    left: 6vw;
    top: 4vh;
    height: 26vw !important;
    width: 67vw !important;
    display: block;
  }
  .listone {
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 40px;
    columns: 1;
    list-style-position: inside !important;
  }

  .content {
    position: relative !important;
    left: 6vw;
    top: 4vh;
    margin-top: 5vh;
    color: white;
    font-weight: 300;
    line-height: 2;
    font-size: 1.9vh;
    width: 90vw;
  }
  .contact {
    display: block !important;
    position: relative;
    top: 4vh;
    left: 7vw;
    margin-top: 5vh;
  }
  .btn {
    font-size: 2.2vh !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .modal-body {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .modal-footer {
    padding-top: 0px !important;

  }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
  .header {
    position: relative;
    left: 4vw;
    top: 4vh;
    height: 30vh !important;
    width: 70vh !important;
    display: block;
  }
  .logomobile {
    left: 80vw;
  }

}

