.navbar {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.nav-link {
  margin: 20px;
  padding: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease, all 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, all 200ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 1px solid #efd49b;
  font-weight: 700;
}

.nav-link.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #efd49b;
  color: #333;
  font-weight: 700;
}

.social-div {
  margin-top: 5px;
  margin-right: 20px;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Busypro-Bookkeeping_Styled-Desk-Image_0184-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.testimonials {
  background-image: url('../images/Busypro-Bookkeeping_Testimonials-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 85%;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 7px solid #efd49b;
}

.hero-section-div.gold {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #efd49b;
}

.hero-heading {
  margin-top: 0px;
  font-family: Quicksand, sans-serif;
  color: #5e5e5e;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading.letsconnect {
  margin: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  cursor: default;
}

.hero-heading.testimonials {
  cursor: default;
}

.hero-heading.home {
  margin-bottom: 0px;
  color: #f9a794;
  font-size: 36px;
  cursor: default;
}

.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-paragraph {
  width: 80%;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  cursor: default;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icon-inner-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-more-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-more-div._2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.learn-more-div.about-top-text {
  margin-top: 30px;
  margin-bottom: 40px;
}

.learn-moretext {
  margin: 15px 20px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.learn-moretext.grey {
  color: #575757;
  text-align: center;
  cursor: default;
}

.learn-moretext.grey.regular {
  text-transform: none;
}

.learn-moretext.grey.certifications {
  margin-top: 40px;
  margin-bottom: 40px;
}

.line {
  height: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #efd49b;
}

.line.gold {
  background-color: #efd49b;
}

.line.gold.short {
  width: 80%;
}

.meet-larissa-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-bottom: 60px;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clarissa-main-picture {
  width: 50%;
  height: 700px;
  padding: 40px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Busypro-Bookkeeping_Home-Image_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.clarissa-about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.larissa-picture {
  height: 100%;
  border: 6px solid #f9a794;
}

.larissa-picture.gold {
  border-color: #efd49b;
}

.meet-larissa {
  margin-top: 0px;
  margin-bottom: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: default;
}

.text {
  font-family: Quicksand, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.text.meet-larissa-paragraph {
  margin-bottom: 35px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  cursor: default;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 1px;
  background-color: #f9a794;
  -webkit-transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
}

.button:hover {
  border: 2px solid #f9a794;
  border-radius: 1px;
  background-color: #fff;
  color: #f9a794;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #bdbec0;
}

.copyright {
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.footerlinkdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 5px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerlinks {
  margin: 0px 20px;
  border-bottom: 1px solid transparent;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footerlinks:hover {
  border-bottom: 1px solid #efd49b;
  font-weight: 700;
}

.link {
  color: #333;
  text-decoration: none;
}

.link.contact-me {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
}

.link.contact:hover {
  text-decoration: underline;
}

.contact-me {
  margin-top: 10px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
}

.contact-me:hover {
  font-weight: 400;
}

.section-work-together {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-work-together.testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.work-together-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: default;
}

.about-hero-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-text-section {
  padding: 60px 20px 80px;
}

.about-text {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  line-height: 28px;
  cursor: default;
}

.logo {
  width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.about-image-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  background-image: url('../images/Busypro-Bookkeeping_About-Image_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.services-main-section {
  padding: 20px 10px 40px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
}

.paragraph.list {
  font-size: 22px;
  text-align: left;
  cursor: default;
}

.paragraph.connect {
  margin-right: 40px;
  text-align: left;
  cursor: default;
}

.first-paragraph-container {
  margin-bottom: 125px;
}

.services-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 130px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-icon {
  width: 150px;
  margin-bottom: 25px;
}

.services-titles {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bdbec0;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.what-clients-say {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Quicksand, sans-serif;
  color: #5e5e5e;
  font-size: 20px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  cursor: default;
}

.what-clients-say.homepage {
  font-size: 22px;
  line-height: 22px;
}

.testimonials-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-div.gold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #efd49b;
}

.testimonial-name-div {
  width: 90%;
  margin-top: -33px;
  margin-bottom: 15px;
  border: 4px solid #fff;
}

.testimonial-name {
  width: 100%;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.testimonial-name-div-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #efd49b;
  background-color: #fff;
}

.testimonial-text {
  margin-right: 15px;
  margin-left: 15px;
  font-family: Quicksand, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
  text-align: center;
  cursor: default;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 0px 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info.email {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.contact-form-button {
  padding: 20px 22px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px solid transparent;
  border-radius: 1px;
  background-color: #f9a794;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-form-button:hover {
  border: 2px solid #f9a794;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #f9a794;
}

.social-icons {
  width: 50px;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #fff;
  border-radius: 40px;
}

.social-icons:hover {
  border-color: #efd49b;
}

.social-link {
  margin-right: 5px;
  margin-left: 5px;
}

.certifications-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.contact-photo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 750px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Busypro-Bookkeeping_Connect-Image.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.contactdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.goldsquare {
  width: 100%;
  height: 100%;
  border: 4px solid #efd49b;
}

.testimonial-headerdiv {
  padding: 35px 120px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .66), hsla(0, 0%, 100%, .66));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .66), hsla(0, 0%, 100%, .66));
}

.testimonial-headerdiv.homepage {
  padding-right: 89px;
  padding-left: 89px;
}

.meetlarissadiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  min-width: 1000px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  min-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.backgroundphoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-logos {
  margin-top: -50px;
  margin-bottom: -30px;
}

.services-taglines {
  margin-bottom: 35px;
  font-family: Quicksand, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  cursor: default;
}

.efficiencies-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.efficiencies-tools-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: 275px;
  margin-right: 33px;
  margin-bottom: 40px;
  margin-left: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.awesome-tools-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.awesome-tools-photos {
  margin-bottom: 20px;
}

.efficiencies-text {
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 100;
  text-align: center;
  cursor: default;
}

.efficiencies-photo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testphoto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 165px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overimage {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 75%;
  margin-top: 0px;
  margin-bottom: -85px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.underimage {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testlink {
  display: block;
  width: 165px;
  margin-right: 15px;
  margin-left: 15px;
}

.icon {
  width: 270px;
}

.icon-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  padding-top: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.google-contact-form-div {
  position: fixed;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 402px;
  height: 602px;
  border: 1px solid #fff;
  background-color: #0098ff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.google-contact-background-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(41, 72%, 77%, .68);
}

.close-button {
  position: absolute;
  top: -22px;
  right: -27px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 63px;
  background-color: #efd49b;
  cursor: pointer;
}

.x {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 31px;
  cursor: pointer;
}

html.w-mod-js *[data-ix="icon-build-in-1"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="icon-build-in-2"] {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="icon-build-in-3"] {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="icon-build-in-4"] {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="icon-build-in-5"] {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="larissa-homepage-photo-build-in"] {
  opacity: 0;
  -webkit-transform: translate(-5px, 0px) scale(0.98, 0.98);
  -ms-transform: translate(-5px, 0px) scale(0.98, 0.98);
  transform: translate(-5px, 0px) scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="home-page-header"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-build-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="about-build-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="services-build-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="testimonials-build-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="contact-build-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="social-icon-build-in"] {
  opacity: 0;
  -webkit-transform: translate(5px, -5px) scale(0.93, 0.93);
  -ms-transform: translate(5px, -5px) scale(0.93, 0.93);
  transform: translate(5px, -5px) scale(0.93, 0.93);
}

html.w-mod-js *[data-ix="testimonial-build-in-right"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="testimonial-build-in-left"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="contact-picture-build-in"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="services-on-servicepage-build"] {
  opacity: 0;
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

@media (max-width: 991px) {
  .navbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-link {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  .nav-link.w--current {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
  }
  .social-div {
    margin-top: 0px;
    margin-right: 10px;
  }
  .nav-menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-heading.letsconnect {
    margin-bottom: 30px;
  }
  .icon-div {
    width: 98%;
    margin-bottom: -65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .icon-inner-div {
    width: 250px;
    margin-bottom: 70px;
  }
  .meet-larissa-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clarissa-main-picture {
    height: 500px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .about-image-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph.contact {
    text-align: left;
  }
  .testimonials-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-div.gold {
    width: auto;
    margin-bottom: 50px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .contact-section {
    padding-top: 30px;
    padding-bottom: 85px;
  }
  .contact-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info.email {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .social-link {
    margin-right: 5px;
    margin-left: 5px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 13px;
    border-radius: 45px;
    background-color: #f8f8f8;
  }
  .menu-button.w--open {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 13px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 46px;
  }
  .contact-photo-div {
    margin-bottom: 40px;
  }
  .testimonial-headerdiv.homepage {
    padding-right: 50px;
    padding-left: 50px;
  }
  .meetlarissadiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-div-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .efficiencies-tools-div {
    width: 40%;
  }
  .testlink {
    margin-right: 30px;
    margin-bottom: 65px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .social-div {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .hero-section {
    overflow: hidden;
    height: 550px;
    min-height: 550px;
  }
  .hero-section-div {
    padding-bottom: 0px;
    border-width: 4px;
  }
  .icon-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon-inner-div {
    width: 200px;
  }
  .line.gold {
    height: 4px;
  }
  .meet-larissa-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .clarissa-main-picture {
    width: 100%;
    height: 500px;
    margin-bottom: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .clarissa-about-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .larissa-picture {
    height: 100%;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerlinkdiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerlinks {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .work-together-text {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .footer-link-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    width: 300px;
  }
  .about-image-header {
    height: 470px;
    background-position: 50% 0px;
    background-size: cover;
  }
  .services-main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-div {
    width: 85%;
  }
  .testimonials-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .testimonial-div.gold {
    margin-right: 0px;
    margin-left: 0px;
  }
  .certifications-div {
    width: 440px;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .testimonial-headerdiv {
    padding: 18px 38px;
  }
  .meetlarissadiv {
    width: auto;
    min-width: 0px;
  }
  .image {
    margin-bottom: 15px;
  }
  .backgroundphoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Busypro-Bookkeeping_Styled-Desk-Image_0184-1.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backgroundphoto.testimonials {
    background-image: url('../images/Busypro-Bookkeeping_Testimonials-Image.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .certifications-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .efficiencies-tools-div {
    width: 40%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .awesome-tools-photos {
    margin-bottom: 0px;
  }
  .efficiencies-photo-div {
    height: 60%;
    margin-bottom: 15px;
  }
  .testlink {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    height: 100px;
    max-height: 500px;
    min-height: 450px;
  }
  .hero-section-div {
    overflow: hidden;
    height: 85%;
  }
  .hero-heading.testimonials {
    font-size: 32px;
  }
  .icon-div {
    margin-bottom: 0px;
  }
  .icon-inner-div {
    width: 120px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .learn-more-div.home {
    margin-top: 0px;
  }
  .clarissa-main-picture {
    padding: 17px;
  }
  .about-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .logo {
    width: 250px;
  }
  .about-image-header {
    background-position: 71% 50%;
  }
  .services-main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-div {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .services-titles {
    line-height: 25px;
    text-align: center;
  }
  .what-clients-say {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 19px;
    line-height: 21px;
    text-align: center;
  }
  .what-clients-say.homepage {
    line-height: 24px;
  }
  .testimonials-section {
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-div.gold {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .contact-form-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .certifications-div {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-photo-div {
    width: 100%;
    height: 500px;
  }
  .contactdiv {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-headerdiv.homepage {
    padding: 25px 0px;
  }
  .contact-div-container {
    width: 100%;
    min-width: 0px;
  }
  .image {
    margin-bottom: 40px;
  }
  .backgroundphoto {
    max-height: 600px;
    min-height: 0px;
    background-position: 0px 0px;
    background-size: cover;
  }
  .testimonial-logos {
    height: 180px;
    margin-top: -30px;
    margin-bottom: -10px;
  }
  .efficiencies-tools-div {
    width: 5075%;
    height: 250px;
  }
  .efficiencies-photo-div {
    margin-bottom: 25px;
  }
  .testphoto {
    width: 140px;
    height: 140px;
  }
  .overimage {
    margin-bottom: -70px;
  }
  .testlink {
    width: 140px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

