/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: rgb(201, 148, 117);
  margin: 0 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

a {
  color: #fff;
}

#instafeed img {
  margin: 10px;
}

.large-hero {
  border-bottom: 12px solid #d7884e;
  position: relative;
  top: 62px;
}

.large-hero__image {
    display: block;
  }

.large-hero__text-content {
    padding-top: 88px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    
  }

@media (min-width: 800px) {

.large-hero__text-content {
      padding-top: 200px
    
  }	
	}

.large-hero__description {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-shadow: 2px 2px 0 rgba (0, 0, 0, 0.1);
    max-width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
  }

@media (min-width: 530px) {

.large-hero__description {
      font-size: 1.5rem
  }	
	}

.btn {
  background-color: #d7884e;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.2rem;
  display: inline-block;
}

.btn--orange {
    background-color: #d7884e;
  }

.btn--orange {
    background-color: rgb(201, 148, 117);
  }

.btn--large {
    padding: 1.1rem 1.9rem;
  }

@media (min-width: 530px) {

.btn--large {
      font-size: 1.25rem
  }	
	}

.page-section {
  padding: 1.2rem 0;
}

@media (min-width: 800px) {

.page-section {
    padding: 4.5rem 0
}	
	}

.page-section--no-b-padding-until-medium {
    padding-bottom: 0;
  }

@media (min-width: 800px) {

.page-section--no-b-padding-until-medium {
      padding-bottom: 4.5rem
  }	
	}

.page-section--no-b-padding-until-large {
    padding-bottom: 0;
  }

@media (min-width: 1024px) {

.page-section--no-b-padding-until-large {
      padding-bottom: 4.5rem
  }	
	}

.page-section--brown {
    background-color: rgb(201, 148, 117);
    color: white;
  }

.page-section--orange {
    background-color: #d7884e;
    color: white;
  }

.page-section--testimonials {
    background-color: #e0e6ef;
  }

@media (min-width: 1024px) {
      .page-section--testimonials.lazyloaded {
        background: url("../../assets/images/testimonials-bg.jpg") top center
          no-repeat;
        background-size: cover;
      }	
	}

.wrapper {
  overflow: hidden;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--medium {
    max-width: 975px;
  }

.wrapper--narrow {
    max-width: 475px;
  }

.wrapper--no-padding-until-medium {
    padding-left: 0;
    padding-right: 0;
  }

@media (min-width: 800px) {

.wrapper--no-padding-until-medium {
      padding-left: 18px;
      padding-right: 18px
  }	
	}

.wrapper--no-padding-until-large {
    padding-left: 0;
    padding-right: 0;
  }

@media (min-width: 1024px) {

.wrapper--no-padding-until-large {
      padding-left: 18px;
      padding-right: 18px
  }	
	}

.wrapper .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

.wrapper--b-margin {
    margin-bottom: 3.875rem;
  }

.headline {
  font-weight: 300;
  font-size: 1.9rem;
  color: #fff;
}

@media (min-width: 530px) {

.headline {
    font-size: 2.875rem
}	
	}

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

.headline--small {
    font-size: 1.2rem;
  }

@media (min-width: 530px) {

.headline--small {
      font-size: 1.875rem
  }	
	}

.headline--narrow {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

.headline--light {
    font-weight: 100;
  }

.headline strong {
    font-weight: 400;
  }

.headline--b-margin-small {
    margin-bottom: 0.5em;
  }

.headline--b-margin-large {
    margin-bottom: 1.6em;
  }

.headline--no-t-margin {
    margin-top: 0;
  }

.row::after {
		content: "";
		clear: both;
		display: table;
	}

.row--t-padding {
		padding-top: 80px;
	}

.row--gutters > div {
		padding-right: 65px;
	}

.row--gutters-large > div {
		padding-right: 100px;
	}

.row--gutters-small > div {
		padding-right: 45px;
	}

.row--gutters {
		margin-right: -65px;
	}

.row--gutters-large {
		margin-right: -100px;
	}

.row--gutters-small {
		margin-right: -45px;
	}

.row__b-margin-until-medium {
		margin-bottom: 1rem;
	}

@media (min-width: 800px) {

		.row__b-margin-until-medium {
			margin-bottom: 0;
		}

		.row__medium-4 {
			float: left;
			width: 33.33%;
		}

		.row__medium-4--larger {
			width: 37%;
		}

		.row__medium-6 {
			width: 50%;
			float: left;
		}

		.row__medium-8 {
			float: left;
			width: 66.66%;
		}

		.row__medium-8--smaller {
			width: 63%;
		}	
	}

@media (min-width: 1024px) {

		.row__b-margin-until-large {
			margin-bottom: 0;
		}

		.row__large-4 {
			float: left;
			width: 33.33%;
		}

		.row__large-4--larger {
			width: 37%;
		}

		.row__large-6 {
			width: 50%;
			float: left;
		}

		.row__large-8 {
			float: left;
			width: 66.66%;
		}

		.row__large-8--smaller {
			width: 63%;
		}	
	}

/*begin equal height rules*/

@media (min-width: 800px) {

.flexbox .row--equal-height-at-medium {
			display: flex
	}	
	}

.flexbox .row--equal-height-at-medium > div {
			float: none;
			display: flex;
		}

@media (min-width: 1024px) {

.flexbox .row--equal-height-at-large {
			display: flex
	}	
	}

.flexbox .row--equal-height-at-large > div {
			float: none;
			display: flex;
		}

.generic-content-container p {
		font-weight: 300;
		line-height: 1.65;
		margin: 0 0 1.8rem 0;
	}

@media (min-width: 530px) {

.generic-content-container p {
			font-size: 1.125rem
	}	
	}

.generic-content-container p a {
		font-weight: 700;
	}

.section-title {
  font-size: 2.55rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 530px) {

.section-title {
    font-size: 3.75rem
}	
	}

.section-title strong {
    font-weight: 500;
  }

.section-title__small {
    padding: 20px;
    font-size: 1.75rem;

  }

.section-title--orange {
    color: #d7884e;
  }

.section-title--white {
    color: #fff;
  }

.section-title--less-margin {
    margin-bottom: 1.3rem;
    margin-top: 0;
  }

.section-title__icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6rem;
  }

@media (min-width: 530px) {

.section-title__icon {
      position: relative;
      top: 8px;
      margin-right: 0.5rem;
      margin-left: 0;
      margin-bottom: 0;
      display: inline-block
  }	
	}

.services-item {
  position: relative;
  padding-bottom: 2.5rem;
}

@media (min-width: 530px) {

.services-item {
    padding-left: 94px
}	
	}

.services-item__icon {
    display: block;
    margin: 0 auto;
  }

@media (min-width: 530px) {

.services-item__icon {
      position: absolute;
      left: 0
  }	
	}

.services-item__title {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 0.7rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }

@media (min-width: 530px) {

.services-item__title {
      text-align: left;
      margin-top: 1rem;
      font-size: 1.875rem
  }	
	}

.testimonial {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 18px 1px 18px;
  margin-bottom: 98px;
}

@media (min-width: 1024px) {

.testimonial {
    margin-bottom: 0;
    padding: 0 1.8125rem 1px 1.8125rem
}	
	}

.testimonial--last {
    margin-bottom: 0;
  }

.testimonial__photo {
    border-radius: 80px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0 auto -80px auto;
    position: relative;
    top: -80px;
    border: 6px solid rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.testimonial__photo:hover {
      transition: all 200ms ease-in;
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }

.testimonial__photo img {
      width: 100%;
      height: 100%;
    }

.testimonial__title {
    color: #d7884e;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
  }

.testimonial__subtitle {
    color: #d7884e;
    text-align: center;
    font-weight: 400;
    font-size: 0.9375;
    margin: 0.25rem 0 1rem 0;
  }

/* Do not edit modules/_sprite directly as it is generated automatically by Gulp
Instead edit gulp/templates/sprite */

.icon {
			background-image: url('../../assets/images/sprites/sprite-ad475394.svg');
		}

.no-svg .icon {
			background-image: url('../../assets/images/sprites/sprite-ad475394.png');
		}

.icon--comment {
		width: 66px;
		height: 66px;
		background-position: 0 0;
	}

.icon--facebook {
		width: 23.23px;
		height: 44.01px;
		background-position: 30.031396459935387% 47.82955286614972%;
	}

.icon--fire {
		width: 66px;
		height: 66px;
		background-position: 37.28813559322034% 0;
	}

.icon--globe {
		width: 66px;
		height: 50px;
		background-position: 0 50%;
	}

.icon--instagram {
		width: 44.01px;
		height: 44.01px;
		background-position: 99.50248756218905% 0;
	}

.icon--mail {
		width: 65.57px;
		height: 52.86px;
		background-position: 74.39553626782393% 89.82499612823294%;
	}

.icon--rain {
		width: 66px;
		height: 66px;
		background-position: 37.28813559322034% 100%;
	}

.icon--star {
		width: 66px;
		height: 66px;
		background-position: 0 100%;
	}

.icon--twitter {
		width: 53.78px;
		height: 44.06px;
		background-position: 69.7600676461262% 47.84688995215311%;
	}

.icon--wifi {
		width: 66px;
		height: 66px;
		background-position: 74.57627118644068% 0;
	}

.icon--youtube {
		width: 36.75px;
		height: 44px;
		background-position: 96% 31.891304347826086%;
	}

.site-footer {
  background-color: #d7884e;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}

.site-footer__text {
    display: block;
    margin-bottom: 1rem;
    font-weight: 200;
  }

@media (min-width: 800px) {

.site-footer__text {
      display: inline;
      margin-bottom: 0;
      margin-right: 1.4rem
  }	
	}

.site-header {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: background-color 0.3s ease-out;
}

.site-header--is-expanded {
    background-color: rgba(215,136,78, 0.55);
  }

@media (min-width: 800px) {

.site-header {
    position: fixed
}

    .site-header--dark {
      background-color: rgba(23, 51, 72, 0.85);
    }	
	}

@media (min-width: 800px) {

.site-header__btn-container {
      float: right
  }	
	}

.site-header__logo__graphic {
    display: block;
    position: absolute;
    background-repeat: repeat;
    background-size: 100% 100%;
    background-image: url("../../assets/images/master-thatcher.png");
    width: 230px;
    height: 46px;
    text-indent: -9999px;
  }

@media (min-width: 530px) {

.site-header__logo__graphic {
      display: block
  }	
	}

@media (min-width: 800px) {

.site-header__logo__graphic {
      display: none
  }	
	}

@media (min-width: 1024px) {

.site-header__logo__graphic {
      display: block
  }	
	}

.site-header__menu-icon {
    width: 20px;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }

@media (min-width: 800px) {

.site-header__menu-icon {
      display: none
  }	
	}

.site-header__menu-icon::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 3px;
      background-color: #fff;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

.site-header__menu-icon__middle {
      position: absolute;
      top: 8px;
      left: 0;
      width: 20px;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s ease-out;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
    }

.site-header__menu-icon::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 20px;
      height: 3px;
      background-color: #fff;
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

.site-header__menu-icon--close-x::before {
      -webkit-transform: rotate(45deg) scaleX(1.25);
              transform: rotate(45deg) scaleX(1.25);
    }

.site-header__menu-icon--close-x .site-header__menu-icon__middle {
      opacity: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }

.site-header__menu-icon--close-x::after {
      -webkit-transform: rotate(-45deg) scaleX(1.25) translateY(1px);
              transform: rotate(-45deg) scaleX(1.25) translateY(1px);
    }

.site-header__menu-content {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    transition: all 0.3s ease-out;
    z-index: -10;
    position: relative;
    padding-top: 90px;
    text-align: center;
  }

@media (min-width: 800px) {

.site-header__menu-content {
      opacity: 1;
      z-index: 1;
      padding-top: 0px;
      -webkit-transform: scale(1);
              transform: scale(1)
  }	
	}

.site-header__menu-content--is-visible {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      z-index: 1;
    }

.primary-nav {
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 800px) {

.primary-nav {
    padding-top: 0
}	
	}

@media (min-width: 800px) {

.primary-nav--pull-right {
      float: right
  }	
	}

.primary-nav ul {
    margin: 0;
    padding: 0;
  }

.primary-nav ul::after {
		content: "";
		clear: both;
		display: table;
	}

.primary-nav li {
    list-style: none;
    display: inline-block;
    padding-right: 7px;
  }

@media (min-width: 800px) {

.primary-nav li {
      display: block;
      padding-right: 20px;
      float: left
  }	
	}

.primary-nav li:last-child {
    padding-right: 7px;
  }

@media (min-width: 800px) {

.primary-nav li:last-child {
      padding-right: 20px
  }	
	}

.primary-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    display: block;
    padding: 5px 8px;
    font-size: 0.8rem;
    background-color: rgba(215,136,78, 0.5);
  }

@media (min-width: 800px) {

.primary-nav a {
      font-size: 1rem;
      padding: 12px 0;
      background-color: transparent
  }

      .primary-nav a.is-current-link {
        color: #fabb69;
      }	
	}

.reveal-item {
	opacity: 0;
	transition: all 1.5s ease-out;
	-webkit-transform: scale(1.15);
	        transform: scale(1.15);
}

.reveal-item--is-visible {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

.modal {
  overflow: hidden;
  position: fixed;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.94);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.3s ease-out;
}

.modal--is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.modal__inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.modal__description {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.65;
  }

@media (min-width: 800px) {

.modal__description {
      font-size: 1.3rem
  }	
	}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    color: #d7884e;
    cursor: pointer;
  }

.modal:hover {
    color: #d7884e;
  }

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

.social-icons__icon {
    background-color: #d7884e;
    display: inline-block;
    margin: 0 5px 5px 5px;
    width: 18%;
    height: 65px;
    position: relative;
  }

@media (min-width: 530px) {

.social-icons__icon {
      width: 72px;
      margin: 0 5px
  }	
	}

.social-icons__icon .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }

.contact-form {
  position: relative;
  display: block;
}

.contact-form__label {
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 2px 0;
    color: black;
  }

@media (min-width: 800px) {

.contact-form__label {
      display: block;
      width: 400px
  }	
	}

.contact-form__input,
  .contact-form__textarea {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
  }

@media (min-width: 800px) {

.contact-form__input,
  .contact-form__textarea {
      width: 400px
  }	
	}

#submit-button {
  margin: 5px 0 2px 0;
  position: relative;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

@media (min-width: 800px) {

#submit-button {
    width: 400px
}	
	}

#feedback {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

@media (min-width: 800px) {

#feedback {
    width: 400px
}	
	}

*::-webkit-input-placeholder {
  color: black;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: black;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: black;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
