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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

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

html {
  font-size: 125%;
}

nav,
ul,
a,
h1,
h2,
h3,
form,
button,
li {
  margin: 0;
  padding: 0;
}

nav,
h1,
h2,
h3,
form,
button,
input[type=submit] {
  font-family: "Oswald", sans-serif;
}

h1,
h2,
h3,
input[type=submit],
button {
  letter-spacing: 1px;
  text-transform: uppercase;
}

a {
  color: #171717;
}

a:visited {
  color: #171717;
}

a:hover,
a:focus {
  color: #ffffff;
}

.blogHeader h1,
.contactHeader h1 {
  line-height: 92px;
  font-size: 4rem;
}

img {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "Cabin", sans-serif;
  letter-spacing: 0;
  line-height: 32px;
}

nav ul li {
  list-style: none;
}
nav ul li a {
  text-decoration: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.mainSectionOne,
.mainSectionTwo,
.mainSectionFour,
.blogSectionOne,
.contactSectionOne {
  background-color: #f6f6f6;
}

.mainSectionThree,
.mainSectionFive {
  background: #ffffff;
}

button,
input[type=submit] {
  padding: 10px 30px;
  border: 1px transparent solid;
  background: #171717;
  color: #f38d8d;
  line-height: 32px;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #f38d8d;
  color: #171717;
}

.burgerMenu {
  font-size: 40px;
  position: absolute;
  top: -60px;
  right: 40px;
  visibility: hidden;
  cursor: pointer;
}

.burgerMenu:hover,
.burgerMenu:focus {
  color: #ffffff;
}

.burgerNav {
  width: 20%;
  min-width: 170px;
  position: absolute;
  right: 0;
  top: 8vh;
  z-index: 5;
  height: 300px;
  border: solid 1px #68b0c1;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
}

.burgerNavShow {
  visibility: visible;
}

.burgerNav ul {
  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-pack: distribute;
      justify-content: space-around;
}

.burgerNav ul li a:hover,
.burgerNav ul li a:focus {
  color: #68b0c1;
}

Header {
  height: 60vh;
  background-color: #b9dde7;
}

nav {
  height: 8vh;
  background-color: #b9dde7;
}
nav ul {
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav ul li a {
  line-height: 29px;
  letter-spacing: 1px;
}

h2 {
  font-size: 2.1rem;
}

h1 {
  font-size: 6rem;
}

.titleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.titleContainer .title {
  position: relative;
}
.titleContainer .title .titleImg {
  width: 150px;
  position: absolute;
  top: -100px;
  right: -50px;
}

.headerImg {
  width: 35%;
  min-width: 200px;
  position: relative;
  top: 40px;
  -webkit-box-shadow: 20px 20px 0 0 #ffffff;
          box-shadow: 20px 20px 0 0 #ffffff;
}

.sectionOneFlex {
  height: 40vh;
}

.sectionOneFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin-left: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.sectionOneFlex h2 {
  margin-top: 50px;
}
.sectionOneFlex button {
  margin-bottom: 50px;
}

h3 {
  font-size: 1.6rem;
}

.sectionTwoFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sectionTwoContent {
  width: calc(50% - 200px);
  position: relative;
  margin-left: 100px;
  margin-right: 50px;
}

.sectionTwoContent:nth-child(even) {
  margin-right: 0;
}

.icon {
  position: absolute;
  left: -75px;
  top: 0;
}
.icon i {
  border-radius: 50%;
  background-color: #b9dde7;
  padding: 10px;
}

.sectionThreeFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sectionThreeFlex img,
.sectionThreeFlex .textContainer {
  width: 50%;
}

.textContainer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.third,
.fourth {
  margin-top: 50px;
}

.first {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  top: -30px;
}

.second {
  padding-left: 100px;
}

.third {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
  bottom: -30px;
}

.fourth {
  padding-right: 100px;
}
.fourth button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.mainSectionThree {
  position: relative;
}

.imgOneShadow,
.imgTwoShadow {
  width: 51%;
  height: 45%;
  position: absolute;
}

.imgOneShadow {
  background-color: #68b0c1;
  top: 0;
}

.imgTwoShadow {
  background-color: #b9dde7;
  right: 0;
  top: 60%;
  width: 49%;
}

.mainSectionFour img {
  width: calc(35% - 100px);
  -webkit-box-shadow: 10px 10px 0 0 #227284;
          box-shadow: 10px 10px 0 0 #227284;
}

.sectionFourFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionFourText {
  margin-left: 100px;
  width: 65%;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
}
.gallery img {
  width: calc(33% - 20px);
  margin-right: 20px;
}

.gallery img:last-child {
  margin-right: 0;
}

footer {
  height: 5vh;
  background-color: #171717;
  color: #ffffff;
  text-align: center;
}

footer p {
  padding-top: 10px;
  line-height: 0;
  margin: 0;
}

.blogHeader,
.contactHeader {
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.blogHeader h1,
.contactHeader h1 {
  position: absolute;
  bottom: -40px;
}

.blogHeader {
  background-image: url(../assets/blog-image-1.jpg);
}

.blogSectionOne {
  padding-top: 100px;
}

.asideSection {
  width: calc(30% - 40px);
  margin-right: 40px;
}
.asideSection h3 {
  font-size: 1.2rem;
}

.aboutHarper,
.recentPost,
.blog,
article {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 20px;
}

.aboutHarper {
  margin-bottom: 40px;
}
.aboutHarper h3 {
  margin-top: 20px;
}

.recentPost {
  height: 300px;
}
.recentPost h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.recentPost h3 ul li {
  font-size: 2px;
}

.recentPost a {
  text-decoration: none;
}

.blogDisplay {
  width: 70%;
}

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

.blog,
article:last-child {
  border-bottom: 5px solid #227284;
}

article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
article .profilePic {
  width: 15%;
}

.comment {
  width: calc(85% - 20px);
  margin-left: 20px;
}

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;
  padding-bottom: 40px;
}
form input[type=text] {
  width: calc(50% - 10px);
  padding: 20px;
}

textarea,
input[type=submit] {
  width: 100%;
}

input[type=text]:first-child {
  margin-right: 20px;
}

textarea {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}

input[type=text],
textarea {
  border: none;
  background: #ffffff;
}

::-webkit-input-placeholder {
  color: #171717;
  opacity: 1;
}

::-moz-placeholder {
  color: #171717;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #171717;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #171717;
  opacity: 1;
}

::placeholder {
  color: #171717;
  opacity: 1;
}

.contactHeader {
  height: 40vh;
  background-image: url(../assets/contact-img-1.jpg);
}

.contactFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 50px;
}
.contactFlex ul li {
  list-style: none;
}
.contactFlex aside {
  width: calc(40% - 40px);
  margin-right: 40px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 20px;
  height: 350px;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.contactFlex aside .contactForm {
  width: 60%;
}

.socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
  font-size: 30px;
  margin-bottom: 20px;
}
.socialMedia li a {
  color: #227284;
  padding-right: 40px;
}

.contactInfo li a {
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .wrapper {
    max-width: 800px;
  }

  header {
    height: 40vh;
  }

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

  .blogDisplay {
    width: 100%;
  }

  .asideSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .asideSection .aboutHarper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .asideSection .aboutHarper img {
    width: calc(30% - 20px);
    margin-right: 20px;
  }

  .aboutText {
    width: 70%;
  }

  .recentPost {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    height: auto;
    margin-bottom: 40px;
  }
  .recentPost ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 40px;
  }
  .recentPost ul li {
    width: 50%;
  }

  .contactFlex aside {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .wrapper {
    width: 600px;
  }

  h1 {
    font-size: 4rem;
  }

  .titleContainer .title .titleImg {
    width: 100px;
    top: -60px;
    right: -25px;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .contactFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .contactFlex aside {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
  }
  .contactFlex aside ul {
    margin: 0;
  }

  .socialMedia {
    -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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 50%;
  }
  .socialMedia a {
    font-size: 50px;
  }

  .contactInfo {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .burgerMenu {
    visibility: visible;
  }

  .mainUl li a {
    height: 0;
    overflow: hidden;
    position: absolute;
  }

  .mainSectionOne {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectionOneFlex {
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 80%;
  }

  .sectionTwoContent {
    width: 100%;
    margin-right: 0;
  }

  .sectionTwoContent:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sectionTwoContent:nth-child(3) {
    margin-bottom: 20px;
  }

  .sectionThreeFlex img,
.sectionThreeFlex .textContaier {
    width: 100%;
  }

  .first {
    -webkit-box-shadow: 20px 20px 0 0 #68b0c1;
            box-shadow: 20px 20px 0 0 #68b0c1;
  }

  .third {
    -webkit-box-shadow: 20px 20px 0 0 #b9dde7;
            box-shadow: 20px 20px 0 0 #b9dde7;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }

  .fourth button {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .imgOneShadow,
.imgTwoShadow {
    visibility: hidden;
  }

  .sectionThreeFlex .textContainer {
    width: 100%;
    padding: 50px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .sectionFourFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sectionFourFlex img {
    width: 50%;
    margin-bottom: 50px;
  }

  .gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery img {
    width: 60%;
    margin-right: 0;
  }

  .sectionFourText {
    margin-left: 0;
    text-align: center;
  }

  .gallery img:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .wrapper {
    width: 400px;
  }

  .recentPost {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recentPost ul li {
    width: 100%;
  }

  .asideSection .aboutHarper {
    -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;
    text-align: center;
  }
  .asideSection .aboutHarper img {
    width: 40%;
    margin-right: 0;
  }

  .headerImg {
    width: 60%;
  }

  .title {
    display: none;
  }
}
@media (max-width: 420px) {
  .wrapper {
    width: 320px;
  }

  .mainSectionOne {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  p {
    font-size: 0.8rem;
  }

  .title h1 {
    font-size: 4rem;
  }

  .contactHeader h1 {
    font-size: 3rem;
  }

  .sectionFourText {
    width: 100%;
  }
}