body {
  background-color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.header-section {
  background-color: #1c1c1c;
}
.main-section {
  background-image: url('../images/olivia-chow-bg.jpg');
  background-repeat: no-repeat;
}
.main-container {
  padding-top: 100px;
  background-color: transparent;
}
.form-container {
  padding: 80px 10% 60px;
  background-color: #1c1c1c;
}
.footer-container {
  padding-top: 50px;
  padding-left: 20px;
}
.main-block {
  margin-bottom: 50px;
  padding-right: 15%;
  padding-left: 15%;
}
.slider-holder {
  height: 500px;
  background-color: #6e6e6e;
}
.form-heading {
  margin-bottom: 22px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 21px;
  line-height: 37px;
}
.footer-text {
  color: white;
  font-size: 11px;
}
.form-label {
  color: white;
}
.form-field {
  margin-bottom: 30px;
}
.form-field.postal-field {
  width: 150px;
}
.form-button {
  margin-top: 11px;
  padding: 20px 23px;
  border-radius: 6px;
  background-color: #d13f3f;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.slide-1 {
  background-color: #0d0d0d;
  background-image: url('../images/IMAG1012.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.slide-2 {
  background-color: #0d0d0d;
  background-image: url('../images/BiZQMFQCUAAJjvT.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.link {
  color: #7dfff4;
}
.social-block {
  margin-top: 50px;
}
.fb-button {
  margin-top: 13px;
}