@font-face {
  src: url(../assets/fonts/Gotham/Gotham-Light.woff2) format("woff2"), url(../assets/fonts/Gotham/Gotham-Light.woff) format("woff");
  font-family: Gotham;
  font-display: block;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url(../assets/fonts/Gotham/Gotham-Medium.woff2) format("woff2"), url(../assets/fonts/Gotham/Gotham-Medium.woff) format("woff");
  font-family: Gotham;
  font-display: block;
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Gotham", sans-serif;
  scroll-margin-top: 130px;
}

input {
  margin-bottom: 20px;
}

.navbar-default {
  background-color: #fff;
  border-color: #000;
}

.complete-message {
  font-weight: bold;
}

main-head {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px !important;
  }
}