@font-face {
  font-family: 'Homenaje-Regular';
  src: url('/fonts/Homenaje-Regular.ttf') format('truetype');
}

body {
  background-image: url("../img/grid.jpg");
  background-size: 80px;
  background-repeat: repeat;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.main-container {
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  padding: 50px 40px;
  background-color: #fff;
}

h1 {
  font-family: "Homenaje-Regular", serif;
  font-size: 92px;
  text-align: center;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

.form-row {
  margin-bottom: 15px;
}

.center-text {
  text-align: center;
}

.center-image {
  display: block;
  margin: 0 auto;
}

.submit-button {
  font-size: 21px;
  padding: 14px 24px;
}

.image-container {
  display: flex;
  justify-content: center;
}

.offset-image {
  margin-left: 12px;
}

hr {
  margin-top: 100px;
  margin-bottom: 40px;
}

input,
textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.button {
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border-color: buttonborder;
  border-style: outset;
  border-style: initial;
  border-width: 2px;
  box-sizing: border-box;
  color: buttontext;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember", Arial, sans-serif;
  font-size: 14px;
  height: 50px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border: 1px solid #cccccc;
}

.button:active,
.button:active:hover,
.button:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

#submitButton {
  font-size: 20px;
}