@import url("https://fonts.googleapis.com/css2?family=Lato&family=Pacifico&display=swap");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
  -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, h2, h3, .logo, button {
  font-family: "Pacifico", cursive;
  font-weight: lighter;
  margin: 0;
}

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

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

h2 {
  color: #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.25rem;
}

h3 {
  color: #FFFFFF;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

.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;
}

div.blogTxt:nth-child(2) {
  color: #CCEDFB;
}

.asideTxt ul h3 {
  margin: 1rem 0;
}

.asideTxt p, .asideTxt li {
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  line-height: 1.2rem;
}

.asideTxt li {
  margin: 0 1rem;
}

.comments h2 {
  color: #1E1713;
  margin: 2rem 0;
}

.comments p {
  font-size: 0.85rem;
  letter-spacing: 0;
}

span {
  color: #1A315C;
  font-weight: bold;
  line-height: 1.75rem;
}

::-moz-placeholder {
  color: #1E1713;
  font-size: 0.9rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #1E1713;
  font-size: 0.9rem;
  opacity: 1;
}

::placeholder {
  color: #1E1713;
  font-size: 0.9rem;
  opacity: 1;
}

button {
  color: #FFFFFF;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}

header {
  background-image: url(../../../assets/blog-header.jpg);
  height: 60vh;
  -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.5rem 0;
}

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

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

main {
  background-color: #CCEDFB;
  position: relative;
}

aside {
  width: 27.5%;
  display: flex;
  flex-direction: column;
  flex-basis: fit-content;
  align-items: left;
  background-color: #113d4f;
  position: absolute;
  right: 0;
  top: 8rem;
}

.asideImg {
  position: relative;
}

.asideImg img {
  position: absolute;
  top: -1rem;
  right: 0;
}

.asideTxt {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 22.5rem 3.5rem 2.3rem 2.3rem;
}

.blog {
  color: #FFFFFF;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #113d4f;
  border-top: solid 0.5rem #0CADC0;
  border-right: solid 0.5rem #0CADC0;
  border-bottom: solid 0.5rem #0CADC0;
  position: relative;
}

.blogImage {
  width: 100%;
}

.blogImage img {
  width: 100%;
  box-shadow: 25px 25px #0CADC0;
  position: absolute;
  top: -8rem;
  left: -0.75rem;
}

.blogTxt {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 25rem 0 2.5rem 7rem;
}

.commentsSection {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 3rem 0 0 7rem;
  padding-bottom: 3rem;
}

.comments {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin: 3rem 0;
}

.userComment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.commentsImg {
  width: 25%;
}

.commentsImg img {
  width: 75%;
}

.commentsTxt {
  width: 75%;
}

form {
  margin: 0;
  padding: 2rem 0;
}

input {
  width: 45.5%;
  background-color: #CCEDFB;
  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: 2rem;
}

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

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

@media (max-width: 1250px) {
  main {
    padding-top: 3rem;
  }

  aside {
    display: none;
  }

  .blog, .blogImage, .commentsSection {
    margin: 0 auto;
  }

  .blog {
    width: 75%;
    align-items: center;
    border: solid 4px #0CADC0;
    padding-top: 1rem;
  }

  .blogImage {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog img {
    position: static;
    box-shadow: none;
    border: solid 2px #0CADC0;
  }

  .blogTxt {
    padding: 2rem 0;
  }

  .commentsSection {
    width: 70%;
    padding: 3rem 0;
  }

  .comments {
    margin: 2rem 0;
  }

  form {
    padding: 4rem 0;
  }

  button {
    font-size: 0.95rem;
  }
}
@media (max-width: 900px) {
  h1 {
    text-align: center;
    margin: 0;
    padding-top: 8rem;
  }
}
@media (max-width: 715px) {
  .navMenu {
    display: none;
  }

  .burgerMenu {
    display: inline-block;
    font-size: 1.5rem;
  }

  .blog {
    width: 80%;
  }

  .commentsSection {
    width: 75%;
  }

  .comments {
    align-items: center;
  }

  input {
    width: 100%;
  }

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