.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/template/bg3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}
.btn {
  border-width: 2px;
  background-color: transparent;
  padding: 8px 8px;
  border-color: transparent;
}
.btn-neutral.btn-simple:active, .btn-neutral.btn-simple.active {
  background-color: transparent;
  border-color: transparent;
  border: none;
}
.btn-simple {
  border: 0;
  padding: 8px 8px;
}
.btn-simple:hover {
  background-color: #6e1c8391;
  /* padding: 8px 8px; */
}
.btn-simple.btn-icon {
  padding: 8px;
}
.container {
  width: 100%;
  position:absolute;
  bottom: 1%;
}