html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
}

header.startup {
  background-image: url(header.jpg);
  height: 100%;
  background-position: center;
  background-size: cover;
}

header.startup h1 {
  font-size: 2rem;
}

.faded {
  color: rgba(255, 255, 255, 0.8);
}

hr {
  border: 1px solid #F05F44;
  max-width: 65px;
  margin: revert;
  opacity: 1;
}

header.startup hr {
  margin-top: 200px;
}

.btn {
  font-weight: 700;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.btn-primary {
  background-color: #F05F44;
  border-color: #F05F44;
}

.btn-primary:hover {
  background-color: #ee4b08;
  border-color: #ee4b08;
  border-width: 4px;
  cursor: pointer;
}

.btn-xl {
  padding: 1rem 2rem;
}