/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */

body,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

body {
  /* border: 30px solid white; */
  border-left: 0;
  border-right: 0;
  font-family: "Crimson Text", serif;
  background-color: #fff;
}

.wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.col {
  width: 50%;
  background-color: white;
}

.col--content {
  display: flex;
  align-items: center;
  /* background-color: #fca9a9; */
  background-color: #fca9a9;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.content {
  padding: 12%;
  text-align: center;
}

.logo {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 4px solid black;
}

.title {
  font-family: "Crimson Text", serif;
  color: #4d4d4d;
  text-align: left;
}

.text {
  color: white;
  text-align: left;
  line-height: 1.5;
}

.btn {
  padding: 15px 25px;
  display: inline-block;
  background-color: transparent;
  border: 4px solid white;
  text-decoration: none;
}

/* Form */

.form__input {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0px;
  margin-bottom: 50px;
  border: none;
  outline: none;
  width: 46%;
  display: inline-block;
  background: none;
  border-bottom: 1px solid #fbdbdb;
  color: white;
}

.form__input::-webkit-input-placeholder {
  color: white;
}

.form__input:first-of-type {
  margin-right: 6%;
}

.form__textarea {
  width: 100%;
  resize: none;
}

.form__btn {
  font-family: "Crimson Text", serif;
  outline: none;
  border: none;
  float: right;
  height: 50px;
  width: 30%;
  padding: 0;
  background-color: #3a3939;
  color: white;
}

.holding {
  min-height: 500px;
  padding: 0px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.holding__inner {
  max-width: 600px;
}

.holding__text {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 21px;
  color: white;
}

.holding__link {
  color: black;
}

.holding__logo {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.holding__social {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
}

.holding__social:first-of-type {
  margin-right: 10px;
}

.holding__social:hover svg {
  fill: white;
}

.newsletter {
  padding: 40px 5% 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.newsletter__header {
  margin-bottom: 65px;
  height: auto;
  width: 100%;
  max-width: 680px;
}

.newsletter__title {
  margin: 0px 0px 15px;
  text-align: center;
}

.newsletter__text {
  margin: 0px 0px 20px;
  text-align: center;
  color: #a9a5a4;
  font-size: 18px;
}

.newsletter__form {
  padding: 0px !important;
  max-width: 400px;
  margin-bottom: 60px;
}

.newsletter__inner {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0px auto;
}

.newsletter__input {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0px !important;
  border: none;
  border-bottom: 1px solid #a9a5a4;
  padding: 6px 6px;
  background-color: #fff;
  color: #a9a5a4;
  width: 100%;
  text-align: center;
}

.newsletter__input::placeholder {
  color: #a9a5a4;
  text-transform: uppercase;
}

.newsletter__button {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  margin: 0px !important;
  border-radius: 0px !important;
  width: 100%;
  background-color: #ffdbdb;
  padding: 8px;
  border: none !important;
  font-weight: 700;
  outline: none;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  color: white;
  text-transform: uppercase;
}

.newsletter__button:active,
.newsletter__button:hover {
  background-color: #e5bdbd;
}

.newsletter__response {
  padding: 20px;
  text-align: center;
  color: #a9a5a4;
}

.newsletter__social {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  fill: #ffdbdb;
  transition: fill 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsletter__social:hover {
  fill: #e5bdbd;
}

#mc_embed_signup div.mce_inline_error {
  background-color: #ad3030 !important;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #ad3030 !important;
}

@media only screen and (max-width: 768px) {
  .newsletter__header {
    margin-top: 40px;
  }
}
