html {
  position: relative;
  min-height: 100%;
}

html,body{
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body{
  background-color: #31313a;
}

h1{
  font-family: 'Gotu', sans-serif;
  color:#efeff4;
  font-size:3rem;
}

h2{
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color:#dcdce5;
  font-size:2rem;
}

p{
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  color:#dcdce5;
  font-size:1.2rem;
  line-height: 1.8em;
}

.center{
  text-align: center;
}

.spacer5{
  margin-bottom:5em;
}


.btn-custom{
  color:#92929e;
  border:solid 1px #92929e;
  border-radius: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  font-size:1.2rem;
  text-transform: uppercase;
  margin-bottom:15px;
}

.btn-custom:hover{
  color:#ffbb24;
  border:solid 1px #92929e;
  border-radius: 0;
}
