
#home {
  background: url('../img/banners/lms.png');
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  width: 100%;
  height: 47vh;
  position: relative;
  overflow: hidden;
}

.landing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47vh;
  /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0,0,0,0.9));*/

}
.navbar {
  background: linear-gradient(to right,#EFEFF6, #EFEFF6) !important;
}

.navbar .nav-link {
  color: #505962 !important;
}

#home h1 {
  text-align: center;
  /*padding: 50% 0 2% 0;*/
  color: #505962;
  font-weight: bolder;
  font-family: 'Bebas Neue', cursive;
  line-height: 1.5rem;
  letter-spacing: 0.4rem;
  font-size: 4.25rem;
  position: relative;
  z-index: 1;
  display: flex;
  vertical-align: center;
  justify-content: center;
  align-content: center;
  /*top: 45%;*/
  text-shadow: 2px 2px #000000;
}

#home h3 {
  margin-top: 2%;
  text-align: center;
  color: #FFD700;
  font-weight: bold;
  padding-top: 2rem;

}



/*-- Remove Button Outline --*/
button:focus, a:focus, a.btn:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: all .8s ease;
}

button, a, a.btn,
.svg-inline--fa {
  transition: all .8s ease;
}

h1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5rem;
  /*letter-spacing: 0.15rem;*/
  font-size: 3rem;
  color: #505962;
  font-weight: bold;
  padding: 3% 5% 1%;
}


.hul-small {
  border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 10%;
  margin: 5px auto 25px auto;
}
