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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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%;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 1.85rem;
  letter-spacing: 0.9px;
  -ms-flex-item-align: center;
      align-self: center;
}

h2 {
  font-size: 0.9rem;
  letter-spacing: 1.8px;
  line-height: 24px;
  font-weight: normal;
}

h3 {
  font-size: 0.8rem;
  font-weight: normal;
}

h4 {
  font-size: 0.75rem;
  font-weight: normal;
}

h5 {
  font-size: 0.7rem;
  letter-spacing: 5px;
  font-weight: normal;
  color: #f6f6f6;
}

section p, footer li, .blogTitle ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 0.7rem;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(51, 51, 51, 0.6);
}

.button {
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 24px;
  letter-spacing: 0.7px;
  border: 2px #fff solid;
}

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

header .wrapper ul {
  list-style: none;
}
header .wrapper ul a {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 0.7rem;
  text-decoration: none;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.iconContainer i {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
}

.sectionTitle {
  border-bottom: 1px rgba(51, 51, 51, 0.3) solid;
  margin: 30px 0;
}
.sectionTitle h2 {
  font-weight: bolder;
  font-size: 1.3rem;
}

.scrollToTop {
  color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  font-size: 2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.scrollToTop:hover, .scrollToTop:focus {
  color: black;
}

.slideOutNav {
  visibility: hidden;
  position: fixed;
  z-index: 200;
  left: -1000px;
  top: 0;
  height: 100vh;
  background-color: #333;
  width: 50%;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.active {
  visibility: visible;
  left: 0px;
}

.homeHeader {
  background-image: url(../assets/home-1.jpeg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.homeHeader .headerNavBar {
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeHeader .headerNavBar #openMenu, .homeHeader .headerNavBar .menuButton {
  display: none;
}

.wrapper.active {
  height: 10vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-width: none;
  width: 100%;
}

.headerNavBar.active, .blogNavBar.active, .contactNavBar.active {
  z-index: 10;
  position: fixed;
  width: 80%;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

.skip-link {
  position: absolute;
  top: 5;
  left: -1000px;
  z-index: 10;
}
.skip-link:focus {
  left: 0px;
}

.leftNav, .rightNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leftNav li a, .rightNav li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.leftNav li a:hover, .leftNav li a:focus, .rightNav li a:hover, .rightNav li a:focus {
  text-decoration: line-through;
}
.leftNav button, .rightNav button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.leftNav button:hover, .leftNav button:focus, .rightNav button:hover, .rightNav button:focus {
  color: #C3DAB7;
}

.rightNav li:last-child i {
  position: relative;
}
.rightNav li:last-child i p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-size: 0.5rem;
  color: #333;
  background-color: #C3DAB7;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeHeader::after {
  position: absolute;
  width: 1px;
  height: 100px;
  bottom: -50px;
  left: 50%;
  content: "";
  background-color: rgba(51, 51, 51, 0.5);
}

.blogHeader {
  background-image: url("../assets/blog-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.blogHeader .blogNavBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blogHeader .blogNavBar #openMenu, .blogHeader .blogNavBar .menuButton {
  display: none;
}

.activePage {
  text-decoration: line-through !important;
  color: red;
}

.aboutSection {
  background-color: #C3DAB7;
}
.aboutSection .wrapper {
  padding: 100px;
}
.aboutSection .wrapper .aboutImageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.aboutSection .wrapper .aboutImageContainer .circleContainer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -13%;
  left: 18%;
  width: 20%;
}
.aboutSection .wrapper .aboutImageContainer .circleContainer img {
  width: 50%;
}
.aboutSection .wrapper .aboutImageContainer .brandingImage {
  width: 50%;
}
.aboutSection .wrapper .aboutImageContainer .brandingImage img {
  width: 100%;
}
.aboutSection .wrapper .aboutTextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutSection .wrapper .aboutTextContainer .brandContainer, .aboutSection .wrapper .aboutTextContainer .designContainer {
  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: wrap;
      flex-wrap: wrap;
  text-align: center;
  width: 35%;
  margin: 0 auto;
}

.gallerySection .wrapper {
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallerySection .wrapper .galleryImageContainer {
  padding: 20px;
  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;
}
.gallerySection .wrapper .galleryImageContainer button {
  background: #fff;
  z-index: 10;
}
.gallerySection .wrapper .galleryImageContainer button i {
  color: #333;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallerySection .wrapper .galleryImageContainer button i:hover, .gallerySection .wrapper .galleryImageContainer button i:focus {
  color: #C3DAB7;
}
.gallerySection .wrapper .carouselContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
.gallerySection .wrapper .carouselContainer img {
  width: 30%;
  border-radius: 50%;
}
.gallerySection .wrapper .galleryTextContainer {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.gallerySection .wrapper .galleryTextContainer p {
  color: rgba(51, 51, 51, 0.7);
  font-style: italic;
}

.serviceSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../assets/home-4.jpeg");
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.serviceSection .wrapper {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
.serviceSection .wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto 0;
}
.serviceSection .wrapper ul .serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 40px);
  padding: 20px;
}
.serviceSection .wrapper ul .serviceList .iconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.serviceSection .wrapper ul .serviceList .serviceTextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  word-wrap: break-word;
}
.serviceSection .wrapper ul .serviceList .serviceTextContainer h3 {
  margin: 10px;
}
.serviceSection .wrapper ul .serviceList .serviceTextContainer p {
  margin: 0;
  color: rgba(51, 51, 51, 0.6);
}

.teamSection {
  position: relative;
}
.teamSection::after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgba(51, 51, 51, 0.6);
}
.teamSection .wrapper {
  padding: 80px 0;
  text-align: center;
}
.teamSection .wrapper ul {
  padding-top: 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teamSection .wrapper ul li {
  width: calc(25% - 20px);
  margin: 10px;
}
.teamSection .wrapper ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #f6f6f6;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: calc(33.3333333333% - 20px);
  padding: 30px;
}
.teamSection .wrapper ul li:first-child p {
  margin: 0;
}
.teamSection .wrapper ul li:last-child {
  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;
  width: calc(25% - 20px);
  padding: 20px;
  background-color: #f6f6f6;
}

.dropSection .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100vw;
  width: 100%;
}
.dropSection .wrapper .dropTextContainer {
  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;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #C3DAB7;
}
.dropSection .wrapper .dropTextContainer .innerTextContainer {
  text-align: center;
  width: 60%;
}
.dropSection .wrapper .dropTextContainer .innerTextContainer p {
  color: rgba(51, 51, 51, 0.6);
}
.dropSection .wrapper .dropImageContainer {
  height: 100vh;
  background-image: url("../../../assets/home-10.jpeg");
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-size: cover;
  background-position: center;
}
.dropSection .wrapper .button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropSection .wrapper .button:hover, .dropSection .wrapper .button:focus {
  background-color: rgba(51, 51, 51, 0.4);
  color: #fff;
  border: 2px #333 solid;
}

.contactHeader {
  background-color: #fff;
}
.contactHeader .contactNavBar {
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactHeader .contactNavBar #openMenu, .contactHeader .contactNavBar .menuButton {
  display: none;
}

.contactMain {
  padding: 10px;
  background-image: url("../../../assets/contact-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 20vh;
}
.contactMain h2 {
  font-size: 3rem;
  font-weight: bolder;
  position: relative;
  top: 25px;
  line-height: 4rem;
}
.contactMain h2::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background-color: #333;
  top: -30px;
}
.contactMain span {
  display: block;
}

.contactForm {
  padding-top: 100px;
}
.contactForm h3 {
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.contactForm .contactLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contactForm .contactLinks li {
  margin: 3px;
}
.contactForm .contactLinks li i {
  font-size: 2rem;
}
.contactForm .contactLinks li a {
  text-decoration: none;
}
.contactForm .contactLinks .addressDetails {
  border-left: 2px rgba(51, 51, 51, 0.2) solid;
  border-right: 2px rgba(51, 51, 51, 0.2) solid;
}
.contactForm .contactLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -ms-flex-preferred-size: calc(33.3333333333% - 100px);
      flex-basis: calc(33.3333333333% - 100px);
  margin: 50px 0;
  padding: 60px;
}
.contactForm .contactLinks h5 {
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
}
.contactForm .contactLinks p, .contactForm .contactLinks a {
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contactForm .contactLinks p:hover, .contactForm .contactLinks p:focus, .contactForm .contactLinks a:hover, .contactForm .contactLinks a:focus {
  color: #333;
}

.bottomSection {
  background-image: url("../../../assets/contact-2.jpeg");
  background-size: cover;
  background-position: top;
  height: 70vh;
}

.blogHeader {
  background-image: url("../assets/blog-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.blogHeader .blogNavBar {
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blogHeader .blogNavBar #openMenu, .blogHeader .blogNavBar .menuButton {
  display: none;
}

.blogSection .wrapper .blogTitle {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blogSection .wrapper .blogTitle h2 {
  font-size: 3rem;
  font-weight: bolder;
  margin-top: 100px;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.blogSection .wrapper .blogTitle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.blogSection .wrapper .blogTitle ul li {
  margin-left: 5px;
}
.blogSection .wrapper .blogTitle ul a {
  text-decoration: none;
  color: rgba(51, 51, 51, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blogSection .wrapper .blogTitle ul a:hover, .blogSection .wrapper .blogTitle ul afocus {
  color: rgba(195, 218, 183, 0.9);
}
.blogSection .wrapper .blogAuthor {
  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;
  border-bottom: 1px rgba(51, 51, 51, 0.3) solid;
}
.blogSection .wrapper .blogAuthor .authorProfile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
}
.blogSection .wrapper .blogAuthor .authorProfile ul li {
  margin-right: 30px;
}
.blogSection .wrapper .blogAuthor .authorProfile ul li h3, .blogSection .wrapper .blogAuthor .authorProfile ul li p {
  margin: 0;
}
.blogSection .wrapper .blogAuthor .authorProfile ul img {
  border-radius: 50%;
}
.blogSection .wrapper .blogAuthor .blogDate {
  width: 50%;
}
.blogSection .wrapper .blogAuthor .blogDate h3, .blogSection .wrapper .blogAuthor .blogDate p {
  margin: 0;
}
.blogSection .wrapper .blogAuthor .blogDate ul {
  padding: 0;
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.blogSection .wrapper .blogTextContainer {
  padding: 40px 0;
}
.blogSection .wrapper .blogTextContainer .strongParagraph {
  font-weight: bold;
  color: #333;
}
.blogSection .wrapper .blogTextContainer .blogSocialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogSection .wrapper .blogTextContainer .blogSocialLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.blogSection .wrapper .blogTextContainer .blogSocialLinks ul li {
  margin: 0 20px;
}
.blogSection .wrapper .blogTextContainer .blogSocialLinks ul li a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blogSection .wrapper .blogTextContainer .blogSocialLinks ul li a:hover, .blogSection .wrapper .blogTextContainer .blogSocialLinks ul li a:focus {
  color: rgba(51, 51, 51, 0.6);
}

.relatedPosts .wrapper .relatedGallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.relatedPosts .wrapper .relatedGallery ul li {
  width: calc(33.3333333333% - 20px);
}
.relatedPosts .wrapper .relatedGallery ul a {
  text-decoration: none;
  font-weight: bolder;
}
.relatedPosts .wrapper .relatedGallery ul a img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.relatedPosts .wrapper .relatedGallery ul a img:hover, .relatedPosts .wrapper .relatedGallery ul a img:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.commentSection .commentPosts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.commentSection .commentPosts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.commentSection .commentPosts ul .commentText {
  background-color: #f6f6f6;
  width: calc(100% - 40px);
  margin-left: 40px;
  padding: 0 20px 20px 20px;
  position: relative;
}
.commentSection .commentPosts ul .commentText::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -5px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(30deg) skew(-45deg);
          transform: rotate(30deg) skew(-45deg);
  z-index: 10;
}
.commentSection .commentPosts ul .responseType {
  font-style: italic;
  text-transform: initial;
  color: forestgreen;
}

.leaveComment {
  padding: 20px 0 100px 0;
  width: 100%;
}
.leaveComment form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  padding: 40px 0;
}
.leaveComment form fieldset .email {
  margin: 0 20px;
}
.leaveComment form fieldset input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.leaveComment form fieldset textarea {
  height: 200px;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  resize: none;
  margin: 40px 0;
}
.leaveComment form fieldset input:hover, .leaveComment form fieldset input:focus, .leaveComment form fieldset textarea:hover, .leaveComment form fieldset textarea:focus {
  color: #333333;
  border-bottom: 1px #333 solid;
}
.leaveComment form fieldset input, .leaveComment form fieldset textarea, .leaveComment form fieldset button {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 0.7rem;
  border: none;
  border-bottom: 1px rgba(51, 51, 51, 0.3) solid;
  padding: 10px 0;
  outline: none;
}
.leaveComment form fieldset button {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-bottom: 1px #333333 solid;
}
.leaveComment form fieldset button:hover, .leaveComment form fieldset button:focus {
  color: rgba(51, 51, 51, 0.7);
  border-bottom: 1px rgba(51, 51, 51, 0.7) solid;
}

footer {
  background-color: #333;
  margin: 0;
}
footer .contactLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
}
footer .contactLink nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0;
}
footer .contactLink .socialLinks i {
  margin-right: 20px;
}
footer .companyFooter {
  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;
  color: #f6f6f6;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 25px 0;
}
footer li, footer h4 {
  color: #f6f6f6;
}

.footerToTop {
  background-color: rgba(195, 218, 183, 0.5);
  text-align: center;
}
.footerToTop a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.contactCol,
.twitterCol {
  padding: 0;
  list-style: none;
}

.contactCol a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactCol a:hover, .contactCol a:focus {
  color: rgba(255, 255, 255, 0.6);
}

.recentCol {
  padding: 0;
}
.recentCol li:first-child {
  color: #333;
}
.recentCol h4 {
  text-align: center;
}

.twitterCol {
  text-align: right;
}
.twitterCol li:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.twitterCol li input {
  border: none;
  height: 40px;
  padding: 0 20px;
}
.twitterCol button {
  height: 40px;
  width: 40px;
  background-color: #C3DAB7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.twitterCol button:hover, .twitterCol button:focus {
  background-color: rgba(195, 218, 183, 0.5);
  color: #fff;
}

@media (max-width: 1000px) {
  .aboutSection .wrapper .aboutImageContainer .brandingImage {
    width: 100%;
  }
  .aboutSection .wrapper .aboutImageContainer .circleContainer {
    left: 0;
    top: 0;
  }
  .gallerySection .wrapper .galleryImageContainer img {
    width: 60%;
  }
  .serviceSection .wrapper {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: 0 auto;
  }
  .serviceSection .wrapper .serviceList {
    padding: 0;
  }
  .teamSection {
    padding: 10px;
  }
  .teamSection .wrapper {
    padding: 0;
    margin: 10px;
    width: calc(100% - 20px);
  }
  .teamSection .wrapper h2 {
    padding-top: 100px;
  }
  .teamSection .wrapper ul {
    padding: 20px 0;
  }
  .dropSection .wrapper .dropTextContainer {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .blogSection .wrapper .blogAuthor .blogDate {
    width: 70%;
  }
  .blogSection .wrapper .blogAuthor .blogDate ul li {
    width: 33.3333333333%;
  }
  .homeFooter {
    padding: 0;
  }
  .homeFooter .contactLink {
    padding: 0;
    width: 100%;
  }
  .homeFooter .contactLink .contactCol, .homeFooter .contactLink .recentCol, .homeFooter .contactLink .twitterCol {
    padding: 0;
    margin: 20px;
  }
  .contactForm {
    padding-top: 50px;
  }
  .contactForm h3 {
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .contactForm .contactLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contactForm .contactLinks li {
    margin: 3px;
  }
  .contactForm .contactLinks li i {
    font-size: 1rem;
  }
  .contactForm .contactLinks li a {
    text-decoration: none;
  }
  .contactForm .contactLinks ul {
    margin: 50px 0;
    padding: 20px;
  }
  .contactForm .contactLinks h5 {
    margin-bottom: 0;
    color: #333;
    font-weight: bold;
  }
  .contactForm .contactLinks p, .contactForm .contactLinks a {
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .contactForm .contactLinks p:hover, .contactForm .contactLinks p:focus, .contactForm .contactLinks a:hover, .contactForm .contactLinks a:focus {
    color: #333;
  }
}
@media (max-width: 768px) {
  .homeHeader .headerNavBar, .blogHeader .blogNavBar, .contactHeader .contactNavBar {
    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;
  }
  .homeHeader .headerNavBar #openMenu, .blogHeader .blogNavBar #openMenu, .contactHeader .contactNavBar #openMenu {
    opacity: 0;
    position: absolute;
    font-size: 1.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .homeHeader .headerNavBar #openMenu:checked ~ .slideOutNav, .blogHeader .blogNavBar #openMenu:checked ~ .slideOutNav, .contactHeader .contactNavBar #openMenu:checked ~ .slideOutNav {
    visibility: visible;
    left: 0px;
  }
  .homeHeader .headerNavBar .menuButton, .blogHeader .blogNavBar .menuButton, .contactHeader .contactNavBar .menuButton {
    cursor: pointer;
    font-size: 1.5rem;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
  }
  .homeHeader .headerNavBar .menuButton:hover, .homeHeader .headerNavBar .menuButton:focus, .blogHeader .blogNavBar .menuButton:hover, .blogHeader .blogNavBar .menuButton:focus, .contactHeader .contactNavBar .menuButton:hover, .contactHeader .contactNavBar .menuButton:focus {
    color: rgba(51, 51, 51, 0.8);
  }
  .homeHeader .headerNavBar .closeMenu, .blogHeader .blogNavBar .closeMenu, .contactHeader .contactNavBar .closeMenu {
    margin-top: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    left: -1000px;
  }
  .homeHeader .headerNavBar .closeMenu:hover, .homeHeader .headerNavBar .closeMenu:focus, .blogHeader .blogNavBar .closeMenu:hover, .blogHeader .blogNavBar .closeMenu:focus, .contactHeader .contactNavBar .closeMenu:hover, .contactHeader .contactNavBar .closeMenu:focus {
    margin-left: 10px;
    color: rgba(195, 218, 183, 0.5);
  }
  .homeHeader .headerNavBar .slideOutNav .slideMenu, .blogHeader .blogNavBar .slideOutNav .slideMenu, .contactHeader .contactNavBar .slideOutNav .slideMenu {
    margin-top: 50px;
  }
  .homeHeader .headerNavBar .slideOutNav .slideMenu li, .blogHeader .blogNavBar .slideOutNav .slideMenu li, .contactHeader .contactNavBar .slideOutNav .slideMenu li {
    margin: 20px 0;
  }
  .homeHeader .headerNavBar .slideOutNav .slideMenu a, .blogHeader .blogNavBar .slideOutNav .slideMenu a, .contactHeader .contactNavBar .slideOutNav .slideMenu a {
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .homeHeader .headerNavBar .slideOutNav ul, .blogHeader .blogNavBar .slideOutNav ul, .contactHeader .contactNavBar .slideOutNav ul {
    list-style: none;
    margin: 0;
  }
  .homeHeader .headerNavBar .slideOutNav ul li a, .blogHeader .blogNavBar .slideOutNav ul li a, .contactHeader .contactNavBar .slideOutNav ul li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 10s;
    transition: 10s;
  }
  .homeHeader .headerNavBar .slideOutNav ul li a:hover, .homeHeader .headerNavBar .slideOutNav ul li a:focus, .blogHeader .blogNavBar .slideOutNav ul li a:hover, .blogHeader .blogNavBar .slideOutNav ul li a:focus, .contactHeader .contactNavBar .slideOutNav ul li a:hover, .contactHeader .contactNavBar .slideOutNav ul li a:focus {
    margin-left: 10px;
    color: rgba(195, 218, 183, 0.5);
  }
  header .wrapper nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrapper nav h1 {
    margin: 0 auto;
  }
  header .wrapper nav .leftNav, header .wrapper nav .rightNav {
    display: none;
  }
  .aboutSection .wrapper {
    padding: 50px;
  }
  .aboutSection .wrapper .aboutImageContainer .brandingImage {
    width: 100%;
  }
  .aboutSection .wrapper .aboutImageContainer .circleContainer {
    left: 10px;
    top: 10px;
  }
  .aboutSection .wrapper .aboutTextContainer .brandContainer, .aboutSection .wrapper .aboutTextContainer .designContainer {
    width: 45%;
  }
  .gallerySection .wrapper {
    padding: 20px;
  }
  .gallerySection .wrapper .galleryImageContainer img {
    width: 40%;
  }
  .serviceSection .wrapper {
    margin: 0 auto;
  }
  .serviceSection .wrapper ul {
    height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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;
  }
  .serviceSection .wrapper ul .serviceList {
    width: 100%;
  }
  .serviceSection .wrapper ul .serviceList i {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
  }
  .serviceSection .wrapper ul .serviceList .serviceTextContainer {
    margin: 0;
  }
  .teamSection .wrapper ul li:first-child {
    padding: 10px;
  }
  .teamSection .wrapper ul li:first-child h3 {
    margin: 10;
  }
  .blogSection .wrapper .blogAuthor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blogSection .wrapper .blogAuthor .blogDate {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blogSection .wrapper .blogAuthor .blogDate ul {
    margin: 0;
    padding: 0;
  }
  footer .contactLink nav {
    -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;
    margin: 0 50px;
  }
  footer .contactLink nav .contactCol, footer .contactLink nav .twitterCol, footer .contactLink nav .recentCol {
    text-align: left;
  }
  footer .contactLink nav .recentCol {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .contactLink nav .recentCol h4 {
    text-align: left;
  }
  footer .contactLink nav .twitterCol li:nth-child(3) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contactForm .contactLinks ul {
    white-space: normal;
  }
  .bottomSection {
    height: 40vh;
  }
}
@media (max-width: 600px) {
  .slideOutNav {
    width: 70%;
  }
  .aboutSection .wrapper {
    padding: 40px;
  }
  .aboutSection .wrapper .aboutImageContainer {
    padding: 0;
  }
  .aboutSection .wrapper .aboutImageContainer .circleContainer {
    left: -20px;
    top: -20px;
  }
  .aboutSection .wrapper .aboutTextContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutSection .wrapper .aboutTextContainer .brandContainer, .aboutSection .wrapper .aboutTextContainer .designContainer {
    margin: 0;
    width: 100%;
  }
  .serviceSection .wrapper ul .serviceList {
    padding: 10px;
  }
  .gallerySection .wrapper .galleryImageContainer {
    height: 50%;
  }
  .gallerySection .wrapper .galleryImageContainer img {
    width: 70%;
  }
  .gallerySection .wrapper .galleryTextContainer {
    padding: 0;
    height: 50%;
  }
  .teamSection .wrapper ul {
    width: 100%;
  }
  .teamSection .wrapper ul li {
    width: 50%;
    margin: 10px 0;
    padding: 5px;
  }
  .teamSection .wrapper ul li:first-child {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .teamSection .wrapper ul li:last-child {
    padding: 0 20px;
    width: 50%;
  }
  .teamSection .wrapper ul li:last-child h3 {
    margin: auto;
  }
  .dropSection .wrapper .dropTextContainer {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .dropSection .wrapper .dropImageContainer {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
  }
  .twitterCol li:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .twitterCol li button {
    width: 100%;
  }
  .leaveComment form fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .leaveComment form fieldset .email {
    margin: 0px;
  }
  .blogSection .wrapper {
    width: 90%;
  }
  .blogSection .wrapper .blogAuthor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blogSection .wrapper .blogAuthor .blogDate {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blogSection .wrapper .blogAuthor .blogDate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .blogSection .wrapper .blogAuthor .blogDate ul li {
    width: 100%;
  }
  .contactForm .contactLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactForm .contactLinks .addressDetails {
    border: none;
  }
  .contactForm .contactLinks ul {
    margin: 0;
  }
  .contactForm .contactLinks li {
    border: none;
  }
  .bottomSection {
    height: 20vh;
  }
}
@media (max-width: 400px) {
  .serviceSection {
    height: auto;
  }
  .serviceSection .wrapper {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: 0 auto;
  }
  .serviceSection .wrapper ul .serviceList {
    padding: 0;
  }
  .blogSection .wrapper .blogTitle h2 {
    font-size: 2.5rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    width: 50%;
  }
  .contactMain {
    padding: 1px;
  }
  .contactMain .wrapper {
    width: 80%;
  }
  .contactMain .wrapper h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 320px) {
  .serviceSection {
    height: auto;
  }
  .serviceSection .wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 auto;
  }
  .serviceSection .wrapper ul .serviceList {
    padding: 0;
  }
  .blogSection .wrapper .blogTitle ul li {
    margin: 0;
  }
  .commentSection .commentPosts ul .commentText {
    margin-left: 20px;
  }
}