* {
  margin: 0px;
  padding: 0px;
  outline: 0!important;
}

body {
  line-height: 28px;
  font-size: 16px;
  color: #666;
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden;
}

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

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul {
 margin-bottom: 0px;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}


.hmbanner {
  background: #fff;
  height: 100vh;
  width: 100%;
  text-align: center;
}

/*.logoimg img {
  width: 300px;
  margin: 0 auto;
}
*/
.underhm {
  padding-top: 250px;
}

.logoimg {
  margin-bottom: 30px;
}

/*.underhm {
  text-align: center;
}*/

.undertext h3 {
  font-family: 'League Spartan', sans-serif;
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.4;
  /*border-bottom: 5px solid #000;*/
  display: inline-block;
  margin-top: 0px;
  font-weight: 600;
}

.fade-in-text {
  animation: fadeIn 0.9s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.helptext {
  margin-top: 30px;
}

.helptext h4 {
  color: #000;
  text-transform: uppercase;
}

.helptext a {
  color: #81399a;
}

.social {
  margin-top: 50px;
}

.social ul li {
  float: none;
  display: inline-block;
  padding: 0 10px;
}

.social ul li a {
  width: 30px;
  height: 30px;
  background: #81399a;
  color: #fff;
  border-radius: 50px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
}


.logoimg img {
  width: 350px;
  text-align: center;
  margin: 0 auto;
}