@import url("https://fonts.googleapis.com/css2?family=Lato&family=Pacifico&display=swap");
body {
  margin: 0;
}

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

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;
  -webkit-text-decoration: underline dotted;
          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;
}

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

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

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-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;
}

html {
  box-sizing: border-box;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 125%;
}

h1, .logo, button {
  font-family: "Pacifico", cursive;
  font-weight: lighter;
}

a, p, input, textarea {
  font-family: "Lato", sans-serif;
  margin: 0;
}

h1 {
  color: #1A315C;
  font-size: 3rem;
  line-height: 3.25rem;
  max-width: 28rem;
  padding-top: 3rem;
}

.logo {
  font-size: 1.35rem;
  letter-spacing: 0.2rem;
}

ul {
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #1E1713;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover, a:focus {
  -webkit-text-decoration: solid underline #0CADC0 2px;
          text-decoration: solid underline #0CADC0 2px;
}

p {
  font-size: 0.9rem;
  font-weight: lighter;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
}

::-moz-placeholder {
  font-size: 0.95rem;
  color: #FFFFFF;
  opacity: 1;
}

:-ms-input-placeholder {
  font-size: 0.95rem;
  color: #FFFFFF;
  opacity: 1;
}

::placeholder {
  font-size: 0.95rem;
  color: #FFFFFF;
  opacity: 1;
}

i {
  color: #1A315C;
  font-size: 1.25rem;
  letter-spacing: 1rem;
}

footer p {
  font-size: 0.85rem;
  line-height: 0.25rem;
}

header {
  background-image: url(../../../assets/blog-header.jpg);
  height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 1rem;
}

.navMenu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.navMenu li {
  margin-left: 0.3rem;
}

.navMenu a {
  padding: 0.5rem;
}

.burgerMenu {
  position: absolute;
  right: 1.5rem;
  display: none;
}

footer {
  background: #161515;
  padding: 0.25rem 0;
}

footer p {
  color: #FFFFFF;
  text-align: center;
}

.wrapper {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}

main {
  background-color: #CCEDFB;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}

form, input, textarea {
  background: #113d4f;
}

form {
  width: 55%;
  margin: 0;
  padding: 0.5rem 2rem;
  box-shadow: 30px 30px #0CADC0;
  position: absolute;
  top: -20%;
  left: 8%;
}

input {
  width: 45.5%;
  margin: 0.5rem 0;
  padding: 1rem 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #0CADC0;
}

input[type=email] {
  margin-left: 2.5rem;
}

textarea {
  width: 100%;
  border: solid 2px #0CADC0;
  resize: none;
  margin: 1rem 0;
  padding: 1rem;
}

button {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #C5D4F4;
  border-style: none;
  padding: 0.5rem 0;
  margin: 1rem 0;
}

aside {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 17.5%;
  right: 10%;
}

@media (max-width: 1256px) {
  main {
    height: auto;
  }

  h1 {
    padding-left: 10%;
    padding-top: 10%;
  }

  form, aside {
    width: 70%;
    text-align: center;
    align-items: center;
    position: static;
    margin: 4rem;
  }
}
@media (max-width: 990px) {
  h1 {
    text-align: center;
    padding: 4rem 0;
  }

  form {
    width: 80%;
  }

  aside p {
    margin: 0.5rem;
  }
}
@media (max-width: 864px) {
  header {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .navMenu {
    display: none;
  }

  .burgerMenu {
    display: inline-block;
    padding-top: 0.75rem;
  }

  h1 {
    padding-top: 40vh;
  }

  input {
    width: 100%;
  }

  input[type=email] {
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */