body {
  padding-bottom: 60px;
  background-color: #2b2f38;
  font-family: Varela, sans-serif;
  color: #faf8f8;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.main {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(31deg, #00091d, rgba(43, 47, 56, 0.9)), url('../images/timber.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.body {
  height: 100%;
}

.card {
  position: relative;
  width: 700px;
  height: 400px;
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #ec9b5e;
  background-color: #2b2f38;
  box-shadow: 4px 4px 10px 7px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header {
  margin-top: auto;
  font-family: 'Black Ops One';
  color: #ec9b5e;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
}

.icon {
  position: absolute;
  left: 0px;
}

.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(48deg, rgba(0, 0, 0, 0.85) 13%, rgba(51, 51, 51, 0.8)), url('../images/timber.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  display: block;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  width: 50%;
  font-family: Varela, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.paragraph {
  width: 65%;
  margin-top: 10px;
  line-height: 22px;
}

.form-wrapper.squeezed {
  padding-right: 20px;
  padding-left: 20px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #cf5e15;
}

.contact-icon {
  width: 40px;
}

.hours-day {
  display: inline-block;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 700;
}

.hours-time {
  display: inline-block;
  margin-left: 15px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.paragraph-form {
  margin-bottom: 0px;
}

.success-message {
  background-color: rgba(39, 207, 21, 0.5);
  text-align: center;
}

.contact-container {
  padding: 10px 10px 0px;
  border-radius: 10px;
  background-color: #faf8f8;
}

.form-field {
  min-height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 190px;
}

.form-field.text {
  display: inline-block;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contact-item.text-link {
  font-family: Montserrat, sans-serif;
  color: #137dc8;
  font-weight: 600;
}

.contact-text {
  margin-left: 15px;
}

.contact-text.list {
  width: 100%;
}

.error-message {
  background-color: rgba(207, 21, 21, 0.5);
  text-align: center;
}

.main-text {
  width: 65%;
  margin-bottom: 20px;
}

.main-text h1 {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #faf8f8;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.main-text p {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 15px;
  height: 35px;
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.footer-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.25);
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

@media screen and (max-width: 991px) {
  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    margin-bottom: 20px;
  }
  .form-wrapper.squeezed {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-text {
    text-align: center;
  }
  .main-text h1 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    background-image: linear-gradient(31deg, rgba(0, 9, 29, 0.8), rgba(43, 47, 56, 0.9)), url('../images/timber.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hours-day {
    float: left;
  }
  .contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hours {
    display: block;
  }
  .main-text {
    width: 100%;
  }
  .footer {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: 90vh;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .contact-container {
    margin-bottom: 15vh;
  }
  .main-text h1 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
}

