.hero-image {
  background-image: url("../pics/contact.png");
  height: calc(100dvw / 2.45);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 70px;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#main{
  font-size: x-large;
}

input[type=text], input[type=email], input[type=tel], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.btn-primary:hover {
  background-color: #eb1e23;
}

.btn {
  font-size: xx-large;
  background-color: #2e2e2e;
}

a:link:active:visited{
  color: burlywood;
  text-decoration: none;
}

a:hover{
  color: blue;
  text-decoration: none;
}

a {
  color: burlywood;
  text-decoration: none;
}

small {
  margin-bottom: 16px;
}