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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          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;
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf");
  font-weight: normal;
}
html {
  /* 20px font size */
  font-size: 125%;
  color: #FFFFFF;
}

body {
  font-family: "Barlow";
}
body h1 {
  font-size: clamp(5rem, 12vw, 6.9rem);
  line-height: clamp(4.8rem, 12vw, 6.3rem);
}
body h2 {
  font-size: 4rem;
  line-height: 4.6rem;
}
body h3 {
  font-size: 2.1rem;
  text-align: center;
}
body h4 {
  font-size: 1.6rem;
  line-height: 1.45rem;
}
body h5 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
body p {
  font-family: "Lato";
  font-size: 1rem;
  line-height: 1.6rem;
}
body nav a {
  font-size: 1rem;
  text-align: center;
  line-height: 1.45rem;
}
body .buttonFind, body .buttonRead {
  font-size: 1rem;
  text-align: center;
  line-height: 1.6rem;
}
body input, body textarea {
  font-family: "Lato";
  font-size: 0.9rem;
  color: #FFFFFF;
}
body button {
  font-family: "Barlow";
  font-size: 1.1rem;
  color: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body {
  overflow-x: hidden;
  background-color: #0C1423;
}
body .greenBack {
  background-color: #0F614E;
}

.wrapper {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}

.flexGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexGridSpaceBw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img {
  max-width: 100%;
  height: 100%;
  display: block;
}

h2 {
  text-align: center;
}

h3 {
  margin-bottom: 30px;
}

h4 {
  margin-bottom: 30px;
}

a.buttonFind {
  display: inline-block;
  width: 220px;
  color: #0C1423;
  background-color: #86E0F9;
  margin-top: 35px;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.buttonFind:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
a.buttonFind:focus {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
a.buttonRead {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0C1423;
  margin-top: 30px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.buttonRead:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
a.buttonRead:focus {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

input, textarea {
  width: calc(49.5% - 30px);
  padding: 15px;
  margin: 15px;
  border: none;
  border-bottom: solid 2px #86E0F9;
  background-color: transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
}

textarea {
  border: solid 2px #86E0F9;
  width: calc(100% - 30px);
}

button {
  width: calc(100% - 30px);
  padding: 12px 0;
  margin: 25px 15px 10%;
  border: none;
}

header .headerImage {
  width: 100%;
  height: 100%;
  background-image: url("../assets/blog-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
header nav {
  position: relative;
}
header nav .navIcon {
  display: none;
  width: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFFFFF;
  background-color: transparent;
}
header nav .navIcon:hover {
  color: #86E0F9;
}
header nav .navIcon:focus {
  color: #86E0F9;
}
header nav .navBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding-top: 35px;
}
header nav a {
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 20px;
}
header nav a:hover {
  color: #86E0F9;
}
header nav a:focus {
  color: #86E0F9;
}
header h2 {
  padding: 11% 8% 20% 0;
}

.mainFlexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sideColumn {
  width: 30%;
  margin-top: 8%;
  margin-right: 6%;
}
.sideColumn .sideImgBox {
  width: 126%;
  -webkit-transform: translate(-26%, 0%);
          transform: translate(-26%, 0%);
  -webkit-box-shadow: 37px 13px 0px -12px #0F614E;
          box-shadow: 37px 13px 0px -12px #0F614E;
}
.sideColumn .sideTextBox {
  padding: 0 25px 30px;
}
.sideColumn .sideTextBox h5 {
  padding: 20px 0 25px;
}
.sideColumn .sideTextBox p {
  padding: 0 0 50px;
}
.sideColumn .sideTextBox li {
  list-style: inside;
  font-family: "Lato";
  font-size: 1rem;
  line-height: 1.6rem;
}

.mainColumn {
  width: 64%;
}
.mainColumn .mainImgBox {
  width: 113%;
  -webkit-transform: translate(4.1%, -37%);
          transform: translate(4.1%, -37%);
  -webkit-box-shadow: -50px 50px 0px -12px #86E0F9;
          box-shadow: -50px 50px 0px -12px #86E0F9;
}
.mainColumn .mainTextBox {
  margin-top: -24%;
  padding: 5% 0 2% 5%;
  border: 6px solid #86E0F9;
  border-top: none;
  border-right: none;
}
.mainColumn .mainTextBox h3 {
  text-align: left;
  margin-bottom: 0;
}
.mainColumn .mainTextBox .subHeading {
  padding: 0 0 40px;
}
.mainColumn .commentsBox {
  padding: 5% 0 0 5%;
}
.mainColumn .commentsBox .flexBoxComments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.mainColumn .commentsBox h4 {
  padding-bottom: 6%;
}
.mainColumn .commentsBox li {
  margin-bottom: 10%;
}
.mainColumn .commentsBox .imgBoxComments {
  width: 12%;
  margin: 8px 30px 0 0;
}
.mainColumn .commentsBox .imgBoxComments img {
  width: 100%;
  height: auto;
}
.mainColumn .commentsBox .textBoxComments {
  width: calc(88% - 30px);
}
.mainColumn .commentsBox .textBoxComments .commentTitle {
  padding: 0 0 10px 0;
}
.mainColumn button {
  background-color: #0F614E;
}

footer {
  background-color: #86E0F9;
  color: #0C1423;
}
footer p {
  padding: 2.5px 0;
  font-size: 0.9rem;
  text-align: center;
}

/* all of our styles for DESKTOP devices will go within this breakpoint */
@media (max-width: 1380px) {
  .sideColumn .sideImgBox {
    -webkit-transform: translate(-25.9%, 0%);
            transform: translate(-25.9%, 0%);
  }
  .mainColumn .mainImgBox {
    -webkit-transform: translate(4.2%, -37%);
            transform: translate(4.2%, -37%);
  }
}
/* all of our styles for LAPTOP devices will go within this breakpoint */
@media (max-width: 1260px) {
  .sideColumn .sideImgBox {
    -webkit-transform: translate(-27%, 0%);
            transform: translate(-27%, 0%);
  }
  .mainColumn .mainImgBox {
    -webkit-transform: translate(4.8%, -37%);
            transform: translate(4.8%, -37%);
  }
}
/* all of our styles for TABLET devices in landscape mode will go within this breakpoint */
@media (max-width: 1150px) {
  header h2 {
    padding-right: 0;
  }
  .mainFlexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sideColumn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .sideColumn .sideTextBox {
    width: 50%;
  }
  .sideColumn .sideImgBox {
    width: 50%;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sideColumn .sideImgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
  .mainColumn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainColumn .mainImgBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 50vh;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mainColumn .mainImgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .mainColumn .mainTextBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .mainColumn .commentsBox {
    padding-top: 10%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mainColumn .commentsBox h4 {
    padding-bottom: 2%;
  }
  .mainColumn .commentsBox li {
    margin-bottom: 6%;
  }
  .mainColumn form {
    padding: 3% 5% 0 5%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .mainColumn form button {
    margin-bottom: 4%;
  }
}
/* all of our styles for small TABLET devices in landscape mode will go within this breakpoint */
/* all of our styles for TABLET devices in portrait mode will go within this breakpoint */
@media (max-width: 768px) {
  header nav .navBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  header h2 {
    width: 100%;
    text-align: center;
  }
  .mainColumn .commentsBox .imgBoxComments {
    width: 24%;
    margin: 15px 23px 0 0;
  }
  .sideColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .sideColumn .sideTextBox {
    width: 100%;
  }
  .sideColumn .sideTextBox p {
    padding-bottom: 20px;
  }
  .sideColumn .sideImgBox {
    width: 100%;
    height: 30vh;
  }
  .sideColumn .sideImgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
}
/* all of our styles for large MOBILE devices will go within this breakpoint */
@media (max-width: 600px) {
  html {
    font-size: 110%;
  }
  h4 {
    margin-bottom: 15px;
  }
  h3 {
    margin-bottom: 15px;
  }
  .mainColumn .mainImgBox {
    height: 30vh;
  }
  .mainColumn form input {
    width: 93%;
  }
  .mainColumn form input[type=email] {
    margin-top: 0;
  }
}
/* all of our styles for small MOBILE devices will go within this breakpoint */
@media (max-width: 450px) {
  html {
    font-size: 100%;
  }
  header nav .navIcon {
    display: block;
    margin: 3% 0;
    padding: 0;
  }
  header nav .navBar {
    display: none;
  }
  header h2 {
    padding: 15% 0% 15% 0;
  }
  .mainColumn .commentsBox {
    padding-left: 0;
    text-align: center;
  }
  .mainColumn .commentsBox .flexBoxComments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 6% 3%;
    padding: 0 4% 4%;
    border: 4px solid #86E0F9;
    border-radius: 10%;
  }
  .mainColumn .commentsBox .flexBoxComments .imgBoxComments {
    margin-right: 0;
    width: 35%;
  }
  .mainColumn .commentsBox .flexBoxComments .textBoxComments {
    width: 100%;
  }
  .mainColumn form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .mainColumn form input, .mainColumn form textarea {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}