@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;700&family=Open+Sans&display=swap");
body {
  background-color: black;
  color: #fff;
  margin: 0;
  margin-left: 5%;
  margin-right: 5%;
}

@media (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

header h2 {
  padding-left: 1%;
}

@media (max-width: 768px) {
  header h2 {
    width: 25%;
  }
}

header nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: -2.5%;
}

header nav :hover {
  color: #e7e7e7;
}

header nav a {
  text-decoration: none;
  color: #ea6c36;
  font-family: "Lato", sans-serif;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
}

header nav a:first-child {
  padding-left: 16px;
}

@media (max-width: 768px) {
  header nav {
    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;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 1em;
    padding-left: 10%;
  }
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

p {
  font-family: "Open Sans", sans-serif;
}

.bluetext {
  color: #6eb2cc;
}

.darkbluetext {
  color: #2f6a87;
}

.orangetext {
  color: #ea6c36;
}

.blacktext {
  color: #000000;
}

.whitetext {
  color: #fff;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner .bannerImage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .banner .bannerImage {
    padding: 0;
    width: 95vw;
  }
}

.banner h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  width: 350px;
  top: 10%;
  left: 10%;
}

@media (max-width: 768px) {
  .banner h1 {
    font-size: 1em;
    top: 2%;
  }
}

.banner .bannerEmail {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  width: 350px;
  top: 50%;
  left: 10%;
}

@media (max-width: 768px) {
  .banner .bannerEmail {
    top: 30%;
    width: 80vw;
  }
}

.banner .bannerEmail a {
  text-decoration: none;
  color: inherit;
}

.banner .bannerTelephone {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  width: 350px;
  top: 60%;
  left: 10%;
}

@media (max-width: 768px) {
  .banner .bannerTelephone {
    top: 40%;
  }
}

.banner .bannerButton {
  position: absolute;
  top: 70%;
  left: 5%;
  background-color: #ea6c36;
  color: #000000;
  border: none;
  text-align: center;
  padding: 15px 60px;
  margin-left: 5%;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .banner .bannerButton {
    font-size: 1em;
    padding: 10px 50px;
  }
}

.bannerAboutUs {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  width: 350px;
  padding-top: 10%;
  left: 10%;
}

.bannerAboutSubtext {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  width: 350px;
  top: 50%;
  left: 10%;
}

.bannerSub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 18em;
  margin-bottom: 40px;
}

.bannerSub .bannerSubtext {
  display: inline-block;
  text-align: left;
  font-weight: 700;
  margin-left: -10px;
  margin-top: 20px;
}

.bannerDropcap {
  color: #ea6c36;
  font-size: 76px;
  line-height: 60px;
  float: left;
}

.bannerPosttext {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .bannerPosttext {
    display: inline-block;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
  }
}

.bannerPosttext::before {
  content: "\201C";
  /* style the quote */
  color: #ea6c36;
  font-size: 3em;
  position: relative;
  top: 20px;
}

@media (max-width: 768px) {
  .bannerPosttext::before {
    top: 10px;
  }
}

.bannerPosttext::after {
  content: "\201D";
  /* style the quote */
  color: #ea6c36;
  font-size: 3em;
  position: relative;
  top: 50px;
}

@media (max-width: 768px) {
  .bannerPosttext::after {
    top: 30px;
  }
}

.dropcap:first-letter {
  color: #ea6c36;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  float: left;
  font-size: 6rem;
  line-height: 0.55;
  margin-top: 18px;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .dropcap:first-letter {
    font-size: 3rem;
    padding-left: 5%;
  }
}

@media (max-width: 768px) {
  .dropcap {
    width: 80vw;
    padding-left: 10%;
  }
}

.fade-in-text {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 3s all ease-in-out;
  transition: 3s all ease-in-out;
}

.text-appear {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.fade-in-text2 {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 3s all ease-in-out;
  transition: 3s all ease-in-out;
}

.text-appear2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.homeSection1 {
  margin-top: 10vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

@media (max-width: 768px) {
  .homeSection1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homeSection1 .homeImage1 {
  height: 60vh;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), to(black));
  -webkit-mask-image: linear-gradient(to left, transparent 10%, black);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), to(black));
          mask-image: linear-gradient(to left, transparent 10%, black);
}

@media (max-width: 768px) {
  .homeSection1 .homeImage1 {
    height: 40vh;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(20%, transparent), to(black));
    -webkit-mask-image: linear-gradient(to left, transparent 20%, black);
            mask-image: -webkit-gradient(linear, right top, left top, color-stop(20%, transparent), to(black));
            mask-image: linear-gradient(to left, transparent 20%, black);
  }
}

.homeSection1 p {
  line-height: 50px;
  width: 40vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
}

@media (max-width: 768px) {
  .homeSection1 p {
    position: absolute;
    line-height: 1.5em;
    width: 90vw;
    left: -420px;
  }
}

.homeSection1 .homeSectionButton1 {
  font-family: "Open Sans", sans-serif;
  background: #6EB2CC;
  border-radius: 30px;
  border: none;
  text-align: center;
  padding: 15px 60px;
  font-size: 18px;
  position: absolute;
  margin-top: 60%;
  margin-left: 55%;
}

@media (max-width: 768px) {
  .homeSection1 .homeSectionButton1 {
    left: -340px;
    top: 300px;
    font-size: 0.75em;
    padding: 5px 40px;
  }
}

.homeSection1 a {
  text-decoration: none;
}

.homeSection1 a:visited {
  color: #000000;
}

.homeSection2 {
  margin-top: 10vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

@media (max-width: 768px) {
  .homeSection2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homeSection2 .homeImage2 {
  margin-right: 0;
  height: 60vh;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), to(black));
  -webkit-mask-image: linear-gradient(to left, transparent 5%, black);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), to(black));
          mask-image: linear-gradient(to left, transparent 5%, black);
}

@media (max-width: 768px) {
  .homeSection2 .homeImage2 {
    height: 40vh;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(30%, transparent), to(black));
    -webkit-mask-image: linear-gradient(to left, transparent 30%, black);
            mask-image: -webkit-gradient(linear, right top, left top, color-stop(30%, transparent), to(black));
            mask-image: linear-gradient(to left, transparent 30%, black);
  }
}

.homeSection2 p {
  line-height: 50px;
  width: 40vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
}

@media (max-width: 768px) {
  .homeSection2 p {
    position: absolute;
    line-height: 1.5em;
    width: 90vw;
    left: -420px;
  }
}

.homeSection2 .homeSectionButton2 {
  font-family: "Open Sans", sans-serif;
  background: #6EB2CC;
  border-radius: 30px;
  border: none;
  text-align: center;
  padding: 15px 60px;
  font-size: 18px;
  position: absolute;
  margin-top: 60%;
  margin-left: 55%;
}

@media (max-width: 768px) {
  .homeSection2 .homeSectionButton2 {
    left: -340px;
    top: 260px;
    font-size: 0.75em;
    padding: 5px 40px;
  }
}

.homeSection2 a {
  text-decoration: none;
}

.homeSection2 a:visited {
  color: #000000;
}

#slider {
  overflow: hidden;
  width: 30%;
  margin: auto;
}

@media (max-width: 768px) {
  #slider {
    width: 80vw;
  }
}

#slider figure {
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  -webkit-animation: 20s slider infinite;
          animation: 20s slider infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#slider figure img {
  float: left;
  width: 20%;
}

@-webkit-keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: -50%;
  }
  25% {
    left: -50%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -125%;
  }
  70% {
    left: -150%;
  }
  75% {
    left: -175%;
  }
  90% {
    left: -200%;
  }
  100% {
    left: -200%;
  }
}

@keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: -50%;
  }
  25% {
    left: -50%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -125%;
  }
  70% {
    left: -150%;
  }
  75% {
    left: -175%;
  }
  90% {
    left: -200%;
  }
  100% {
    left: -200%;
  }
}

#slider2 {
  overflow: hidden;
  width: 30%;
  margin: auto;
}

@media (max-width: 768px) {
  #slider2 {
    width: 80vw;
  }
}

#slider2 figure {
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  -webkit-animation: 20s slider infinite;
          animation: 20s slider infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#slider2 figure img {
  float: left;
  width: 20%;
}

@-webkit-keyframes slider2 {
  0% {
    left: 0;
  }
  20% {
    left: -50%;
  }
  25% {
    left: -50%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -125%;
  }
  70% {
    left: -150%;
  }
  75% {
    left: -175%;
  }
  90% {
    left: -200%;
  }
  100% {
    left: -200%;
  }
}

@keyframes slider2 {
  0% {
    left: 0;
  }
  20% {
    left: -50%;
  }
  25% {
    left: -50%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -125%;
  }
  70% {
    left: -150%;
  }
  75% {
    left: -175%;
  }
  90% {
    left: -200%;
  }
  100% {
    left: -200%;
  }
}

.class-title {
  font-size: 2em;
  padding-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .class-title {
    font-size: 1.5em;
  }
}

.newsletter {
  display: -ms-grid;
  display: grid;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsletter .newsletterImage {
  height: 70vh;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
  -webkit-mask-image: linear-gradient(to right, transparent 10%, #000000);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
          mask-image: linear-gradient(to right, transparent 10%, #000000);
  position: relative;
}

@media (max-width: 768px) {
  .newsletter .newsletterImage {
    height: 40vh;
  }
}

.newsletter p {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  margin-top: 10%;
}

@media (max-width: 768px) {
  .newsletter p {
    font-size: 1em;
    margin-left: 10%;
  }
}

.newsletter form {
  font-size: 2.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  margin-top: 20%;
  background-color: #6eb2cc;
  border-radius: 5px;
  padding: 20px;
}

@media (max-width: 768px) {
  .newsletter form {
    font-size: 2em;
  }
}

.newsletter form input {
  font-size: .5em;
}

.newsletter button {
  background: #6EB2CC;
  border-radius: 30px;
  border: none;
  text-align: center;
  padding: 15px 60px;
  font-size: 18px;
  position: absolute;
  margin-top: 25%;
}

footer {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-column-gap: 2%;
  padding-left: 2%;
  background-color: #2f6a87;
  color: #e7e7e7;
  margin-left: -5.5%;
  margin-right: -5.5%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 768px) {
  footer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin: 0;
  }
}

footer section {
  padding-top: 10px;
}

footer .footerTitle {
  font-size: x-large;
  margin: 0;
}

footer .footerFirstSection a {
  display: inline-block;
  padding-top: 10px;
}

footer a {
  display: block;
  text-decoration: none;
  color: #e7e7e7;
}

footer a img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

footer a .footerLogo {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding-top: 10px;
}

footer .foot2 a:hover:not(:first-child) {
  color: #ea6c36;
}

.testBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.testBanner .testImage {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
  position: relative;
}

@media (max-width: 768px) {
  .testBanner .testImage {
    height: 40vh;
    width: 90vw;
  }
}

.testBanner .testBannerText {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  width: 50vw;
  top: 25%;
  left: 10%;
  font-size: 3em;
}

@media (max-width: 768px) {
  .testBanner .testBannerText {
    left: 10%;
    font-size: 1.5em;
    width: 70vw;
  }
}

.testimonial1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}

.testimonial1 .test1image {
  float: right;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, #000000);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
          mask-image: linear-gradient(90deg, transparent 10%, #000000);
  position: relative;
}

@media (max-width: 768px) {
  .testimonial1 .test1image {
    width: 100vw;
    height: auto;
    padding-top: 10%;
  }
}

.testimonial1 .test1text {
  position: absolute;
  width: auto;
  font-size: 45px;
  width: 60%;
}

@media (max-width: 768px) {
  .testimonial1 .test1text {
    padding-top: 10%;
    font-size: 1em;
    width: 100vw;
  }
}

.testimonial1 .test1subtext {
  position: absolute;
  font-size: 1.5em;
  width: 60%;
  padding-top: 20%;
}

@media (max-width: 768px) {
  .testimonial1 .test1subtext {
    font-size: 1em;
    padding-top: 30%;
    width: 80vw;
  }
}

.aboutBannerImage {
  width: 100%;
  height: 90vh;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, #000000);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
          mask-image: linear-gradient(90deg, transparent 10%, #000000);
}

@media (max-width: 768px) {
  .aboutBannerImage {
    width: 100vw;
    height: 50vh;
    padding-bottom: 10vh;
  }
}

.about1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.about1 .aboutImage1 {
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, #000000);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
          mask-image: linear-gradient(90deg, transparent 10%, #000000);
}

@media (max-width: 768px) {
  .about1 .aboutImage1 {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), to(#000000));
    -webkit-mask-image: linear-gradient(90deg, transparent 40%, #000000);
            mask-image: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), to(#000000));
            mask-image: linear-gradient(90deg, transparent 40%, #000000);
  }
}

.about1 .aboutImage1text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 45px;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .about1 .aboutImage1text {
    top: 40%;
    font-size: 1em;
    font-weight: 600;
  }
}

.aboutButton {
  margin-top: 5%;
}

.about2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
}

@media (max-width: 768px) {
  .about2 {
    padding-bottom: 25vh;
  }
}

.about2 .aboutImage2 {
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), to(#000000));
  -webkit-mask-image: linear-gradient(270deg, transparent 10%, #000000);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), to(#000000));
          mask-image: linear-gradient(270deg, transparent 10%, #000000);
}

@media (max-width: 768px) {
  .about2 .aboutImage2 {
    height: 50vh;
  }
}

.about2 .aboutImage2text1 {
  text-align: right;
  position: absolute;
  left: 60%;
  font-size: 40px;
  width: 40%;
}

@media (max-width: 768px) {
  .about2 .aboutImage2text1 {
    font-size: 2em;
    left: 1em;
    text-align: start;
  }
}

.about2 .aboutImage2text2 {
  margin-top: 50px;
  text-align: right;
  position: absolute;
  left: 40%;
  font-size: 20px;
  width: 60%;
  line-height: 3;
}

@media (max-width: 768px) {
  .about2 .aboutImage2text2 {
    margin-top: 3em;
    text-align: left;
    font-size: 1em;
    line-height: normal;
    width: 90vw;
    left: 2em;
  }
}

.blogimage1 {
  width: 100%;
  height: 100vh;
}

@media (max-width: 768px) {
  .blogimage1 {
    height: 40vh;
  }
}

.blogleft {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 768px) {
  .blogleft {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

.blogleft img {
  width: 100%;
}

.blogleft h2 {
  padding: 0;
  margin: 0;
  padding-left: 5%;
}

.blogleft p {
  position: absolute;
  width: 45%;
  padding-left: 47.5%;
  padding-top: 5%;
}

@media (max-width: 768px) {
  .blogleft p {
    width: 90vw;
    position: relative;
    padding: 0;
    padding-left: 5%;
  }
}

.blogleft a {
  color: #ea6c36;
  padding-left: 10px;
}

.blogright {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 768px) {
  .blogright {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

.blogright img {
  width: 100%;
}

.blogright h2 {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .blogright h2 {
    padding-left: 5%;
  }
}

.blogright p {
  text-align: left;
}

@media (max-width: 768px) {
  .blogright p {
    width: 90vw;
    position: relative;
    padding: 0;
    padding-left: 5%;
  }
}

.blogright a {
  color: #ea6c36;
  padding-left: 10px;
}

.contactbannerimage {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, #000000);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), to(#000000));
          mask-image: linear-gradient(90deg, transparent 10%, #000000);
}

.contactbannerimage h1 {
  position: absolute;
}

.contactdetails {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "a b";
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 768px) {
  .contactdetails {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: 'a' 'b';
    margin-bottom: 5%;
  }
}

.contactdetails1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}

@media (max-width: 768px) {
  .contactdetails1 {
    padding-left: 5%;
  }
}

.contactdetails1 a {
  text-decoration: none;
  color: inherit;
}

.contactdetails2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}

/* Set the size of the div element that contains the map */
#map {
  height: 60vh;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

@media (max-width: 768px) {
  #map {
    height: 40vh;
    width: 100vw;
  }
}

.homepagereturn {
  text-decoration: none;
  color: #ea6c36;
}

.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */