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: .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: -.25em;
}

sup {
  top: -.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: .35em .75em .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;
}

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

html {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1.8px;
  color: #333;
  text-transform: uppercase;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.85rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #333;
  text-transform: uppercase;
}

i.fa-bars {
  display: none;
  cursor: pointer;
}

header a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1.8px;
  color: #333;
  text-transform: uppercase;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header li {
  padding: 15px;
}

header a {
  text-decoration: none;
}

header a:hover,
header a:focus {
  text-decoration: line-through;
}

header .container {
  padding-top: 50px;
}

.fa-shopping-bag::after {
  content: '2';
  border-radius: 50%;
  background: #C3DAB7;
  z-index: 1;
  height: 20px;
  width: 20px;
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
  color: #333;
  opacity: 1;
  line-height: normal;
  position: relative;
  left: 10px;
  bottom: 5px;
}

footer {
  padding-top: 100px;
  background-color: #333;
  color: #FFF;
}

footer p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #FFF;
}

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .wrapper .textContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

footer a,
footer h3 {
  color: #FFF;
}

footer .textContainer h3 {
  margin-bottom: 30px;
}

.footer {
  text-align: center;
  padding: 50px;
  border-top: solid 1px #F6F6F6;
  margin-top: 100px;
}

.posts {
  list-style-type: disc;
}

.posts li {
  margin-bottom: 5px;
}

footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

footer input[type="email"] {
  height: 40px;
  padding-left: 10px;
  width: 200px;
  margin: 0;
}

footer input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #FFF;
  color: #333;
}

footer input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #FFF;
  color: #333;
}

footer input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #FFF;
  color: #333;
}

footer input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #FFF;
  color: #333;
}

footer .button {
  height: 40px;
  width: 40px;
  background-color: #C3DAB7;
}

footer button {
  background: none;
  border: none;
  position: relative;
  top: 1px;
  right: 1px;
  padding: 10px;
  cursor: pointer;
}

footer .social li {
  margin-right: 20px;
}

footer .textContainer:nth-of-type(2) {
  margin-left: 15px;
}

footer .textContainer:nth-of-type(2) h3 {
  text-align: center;
}

footer .textContainer:nth-of-type(3) {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.homeHeader {
  height: 100vh;
  background-image: url(../assets/home-1.jpeg);
  background-size: cover;
  background-position: bottom;
  position: relative;
}

div.line {
  width: 1px;
  height: 120px;
  background-color: rgba(51, 51, 51, 0.6);
  opacity: 0.5;
  position: absolute;
  bottom: -60px;
  left: 50%;
}

.branding {
  background: #C3DAB7;
}

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

.words {
  position: absolute;
  bottom: 100px;
  left: -100px;
}

.picture {
  position: relative;
  padding-top: 200px;
}

.branding .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.branding .textContainer {
  width: calc(50% - 40px);
  text-align: center;
  padding: 75px 20px 100px;
}

.branding h3 {
  margin-bottom: 15px;
}

.carousel .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0;
}

.carousel .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.carousel img {
  border-radius: 50%;
  margin-bottom: 30px;
}

.carousel i {
  font-size: 1.5rem;
  color: #333;
}

.carousel i:hover,
.carousel i:focus {
  opacity: 0.7;
}

.features {
  background-image: url(../assets/home-4.jpeg);
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 150px 0;
  width: 50%;
  margin: 0 0 0 auto;
}

.features li {
  width: calc(50% - 20px);
  padding: 50px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.circle {
  border: 1px solid #333;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  -ms-flex-item-align: start;
      align-self: start;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features h3 {
  margin-bottom: 10px;
}

.features .fa-shopping-bag::after {
  content: '';
  height: 0;
  width: 0;
}

.features div.line {
  height: 60px;
}

.team h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1.8px;
  color: #333;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 130px 0 100px 0;
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 150px;
}

.gridItem1 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  background-color: #F6F6F6;
  padding: 100px 25px 25px 25px;
}

.gridItem1 h3 {
  padding-bottom: 20px;
}

.gridItem7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  text-align: center;
}

.contact {
  background-color: #C3DAB7;
}

.contact .container,
.contact .imgContainer {
  width: 50%;
}

.contact .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .textContainer {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1.8px;
  color: #333;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.contact h2,
.contact p,
.contact a {
  text-align: center;
}

.contact a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: #F6F6F6;
  padding: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contact p {
  margin: 50px 0;
}

.blogHeader {
  background: url(../assets/blog-1.jpeg);
  background-size: cover;
  height: 100vh;
}

article {
  padding: 100px 0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.85rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #333;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 3px;
}

article h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
  padding: 20px 0 75px 0;
}

article h5 span,
p.dark {
  color: #333;
}

article img {
  border-radius: 50%;
  margin-right: 30px;
}

.container.blogInfo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  margin-bottom: 50px;
}

article .container .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container.right .textContainer {
  margin-left: 60px;
}

article p {
  margin-bottom: 30px;
}

div.share {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

article nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article nav li {
  padding: 0 10px;
}

article nav a {
  color: #333;
}

h3.heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.85rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #333;
  text-transform: uppercase;
  font-size: 1.7rem;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.relatedPosts p {
  text-transform: uppercase;
  padding: 20px 0 100px 0;
  font-family: 'Montserrat', sans-serif;
}

.comments {
  margin-bottom: 100px;
}

.comments .textContainer {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  margin-left: 23px;
  padding: 20px;
  background: #F6F6F6;
  margin-bottom: 25px;
  position: relative;
}

.comments .textContainer::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 22px solid #F6F6F6;
  border-bottom: 8px solid transparent;
}

.comments span {
  text-transform: none;
  color: rgba(51, 51, 51, 0.6);
  font-style: oblique;
}

.comments .textContainer p:first-of-type {
  padding: 10px 0;
}

p.date {
  font-family: 'Montserrat', sans-serif;
  opacity: 0.5;
  font-size: 0.7rem;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 175px;
}

input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / 3 - 45px);
          flex: 1 1 calc(100% / 3 - 45px);
  margin-bottom: 30px;
}

input[type="email"] {
  margin: 0 45px 30px;
}

section textarea {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 150px;
  resize: none;
}

input,
textarea {
  padding: 10px;
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
}

input::placeholder,
textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0.7;
}

section button[type="submit"] {
  margin-top: 60px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1.8px;
  color: #333;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
  padding-bottom: 10px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
section button:hover,
section button:focus {
  border-bottom: 1px solid #333;
  color: #333;
}

input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
}

input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

input:hover::-ms-input-placeholder,
input:focus::-ms-input-placeholder,
textarea:hover::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

input:hover::placeholder,
input:focus::placeholder,
textarea:hover::placeholder,
textarea:focus::placeholder {
  opacity: 1;
  color: #333;
}

header .container {
  padding: 30px 0 15px;
}

.contactHeader {
  background: url(../assets/contact-1.jpeg);
  background-size: cover;
  height: 200px;
  margin-bottom: 150px;
}

.contactHeader h2 {
  padding-top: 125px;
  width: 20%;
}

.contactHeader h2 span {
  border-top: 1px solid #333;
  padding-top: 25px;
}

.contactDetails h3,
.contactForm h3 {
  font-size: 1.4rem;
}

.contactDetails p.first {
  margin: 20px 0 100px;
  width: 50%;
}

.contactDetails ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 100px;
}

.contactDetails ul li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.contactDetails ul li > * {
  margin-bottom: 7px;
}

.contactDetails ul li:nth-of-type(2) {
  border-left: 1px solid rgba(51, 51, 51, 0.4);
  border-right: 1px solid rgba(51, 51, 51, 0.4);
  padding: 0 80px;
}

.contactDetails ul i {
  font-size: 1.7rem;
}

.contactForm h3 {
  margin-bottom: 30px;
}

.contactForm p {
  margin-bottom: 100px;
}

@media (min-width: 1200px) {
  .comments .textContainer {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin-left: 0;
  }
}

@media (max-width: 1050px) {
  header li {
    padding: 15px 10px;
  }
  .features ul {
    width: 60%;
  }
  .gridItem1 {
    padding-top: 60px;
  }
}

@media (max-width: 940px) {
  header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .container nav,
  header .container h1 {
    width: 40%;
  }
  .features ul {
    width: 70%;
  }
  .gridItem1 {
    padding-top: 25px;
  }
  form input:nth-of-type(2) {
    margin-right: 0;
    margin-left: 60px;
  }
  .contactDetails ul li:nth-of-type(2) {
    padding: 0 30px;
  }
  footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .wrapper .textContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
  footer .wrapper .textContainer:last-of-type {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }
  footer .wrapper .textContainer:last-of-type button {
    right: -3px;
  }
}

@media (max-width: 840px) {
  .grid {
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .gridItem1 {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
  }
  .contactDetails ul li:nth-of-type(2) {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  header nav {
    display: none;
  }
  i.fa-bars {
    display: block;
    font-size: 1.7rem;
  }
  header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 100px;
  }
  .branding .words {
    width: 180px;
    bottom: 150px;
    left: -50px;
  }
  .carousel .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fa-chevron-left,
  .fa-chevron-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px;
  }
  .carousel .container {
    padding: 0;
  }
  .features ul {
    width: 80%;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .container,
  .contact .imgContainer {
    width: 100%;
  }
  .contact .container {
    padding: 100px 0;
  }
  article .blogInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  article .blogInfo .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  article .blogInfo .container .imgContainer {
    margin-bottom: 30px;
  }
  article .blogInfo .right .textContainer:first-of-type {
    margin-left: 0;
  }
  .relatedPosts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relatedPosts .container .post img {
    width: 100%;
  }
  form input:nth-of-type(2) {
    margin-left: 20px;
  }
  .contactDetails {
    text-align: center;
  }
  .contactDetails p.first {
    width: auto;
  }
  .contactDetails ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .contactDetails ul li:nth-of-type(2) {
    padding: 20px 0;
    border: none;
  }
  .contactForm h3 {
    text-align: center;
    line-height: 35px;
  }
  footer .wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .wrapper .textContainer:nth-of-type(2) {
    margin-top: 40px;
  }
  footer .wrapper .textContainer:nth-of-type(2) h3 {
    text-align: left;
  }
}

@media (max-width: 580px) {
  .features ul {
    width: 90%;
    margin: 0 auto;
  }
  .features ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid {
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .gridItem1 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
  }
  form input:nth-of-type(2) {
    margin-left: 0;
  }
  .comments .textContainer {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

@media (max-width: 480px) {
  .wrapper {
    width: 90%;
  }
  .branding .words {
    width: 150px;
    bottom: 150px;
    left: 0px;
  }
  .branding .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .branding .container .textContainer {
    width: 100%;
  }
  .branding .container .textContainer:first-of-type {
    padding-bottom: 0;
  }
  .features ul {
    -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;
  }
  .features ul li {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .grid {
    -ms-grid-rows: 2fr 1fr 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr 1fr;
  }
  article h2 {
    font-size: 2rem;
  }
  article .blogInfo .right {
    -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: start;
  }
  article .blogInfo .right .textContainer {
    margin-left: 0;
  }
  h3.heading {
    line-height: 30px;
  }
}
