:root {
  --white: white;
  --orange-hover: #e4703c;
  --ppr-orange2: #fe6f2e;
  --ppr-green-blue: #008996;
  --ppr-orange: #fd4f00;
  --green-hover: #00a0af;
  --ppr-black: #231f20;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.hero-section-homepage {
  height: 760px;
  max-width: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .09);
  background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/roof-inspection-installation-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company.jpg');
  background-position: 0 0, 0 0;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-section-homepage.video {
  background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63));
  background-position: 0 0;
}

.navbar {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-container {
  width: 100%;
  height: 108px;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.header-left-blue {
  background-color: rgba(255, 255, 255, .9);
  flex: 1;
}

.header-right-div {
  flex: 1;
}

.header-bottom-level {
  background-color: var(--white);
}

.navbar-top-level {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar-bottom-container {
  width: 1200px;
  height: 65px;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navlink {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
  position: static;
}

.navlink:hover {
  opacity: .8;
}

.navlink.w--current {
  opacity: .68;
  color: var(--white);
}

.navlink.dropdown {
  color: var(--white);
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.navmenu {
  height: 40px;
  border-right: .3px solid #1a1a1a;
  flex: 1;
  margin-left: -15px;
  margin-right: 35px;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: red;
  border-radius: 5px;
  padding: 10px 30px;
  font-family: Helvetica neue roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.button:hover {
  background-color: #ff3502;
}

.contacts-in-header {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15%;
  display: flex;
}

.contact-wrapper {
  background-image: url('../images/001-placeholder_1001-placeholder.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 32px;
  padding-left: 40px;
  padding-right: 0;
}

.contact-wrapper._2 {
  background-image: url('../images/002-mail_2002-mail.png');
}

.contact-wrapper._3 {
  background-image: url('../images/003-call_1003-call.png');
}

.contact-line1 {
  color: #000;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.contact-line2 {
  font-family: Barlow, sans-serif;
  font-weight: 200;
}

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

.hero-words {
  width: 1180px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all .3s ease-in;
  display: flex;
}

.hero-line-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  font-family: Helvetica Narrow, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.h1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 62px;
}

.h1.orange {
  text-align: center;
}

.move-down-container {
  width: 1180px;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: -500px;
  left: 0%;
  right: 0%;
}

.left-form {
  width: 365px;
  max-width: 100%;
  background-color: var(--ppr-orange2);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px 30px 0;
  display: flex;
  overflow: hidden;
}

.right-form {
  background-color: var(--ppr-green-blue);
  color: #9b94a3;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  margin-left: 30px;
  padding: 35px 50px;
  display: flex;
}

.right-form.in-popup {
  z-index: 1001;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h3-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

.h3-white.left {
  text-align: left;
}

.body {
  max-width: 100vw;
  background-color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.small-text-white {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Helvetica neue roman, sans-serif;
  font-size: 15px;
}

.wide-button-white {
  background-color: var(--white);
  color: #198fb7;
  text-align: center;
  letter-spacing: 2px;
  transform-style: preserve-3d;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Helvetica neue roman, sans-serif;
  font-size: 12px;
}

.wide-button-white:hover {
  transform: scale3d(1none, 1none, 1none);
}

.wide-button-orange {
  background-color: var(--ppr-orange);
  letter-spacing: 2px;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Helvetica neue roman, sans-serif;
  font-size: 12px;
  line-height: 14px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.wide-button-orange:hover {
  background-color: var(--orange-hover);
}

.form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: #fcfcfc;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.field {
  height: 34px;
  color: #9b94a3;
  border-radius: 0;
  margin-bottom: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 10px;
  line-height: 10px;
}

.field.last {
  margin-bottom: 0;
}

.field.select {
  border: 1px none var(--white);
  margin-bottom: 0;
}

.select-field {
  height: 34px;
  border: 1px solid var(--white);
  background-color: #fcfcfc;
  border-radius: 20px;
  margin-bottom: 0;
}

.select-field-wrapper {
  background-color: #fcfcfc;
  margin-bottom: 10px;
}

.left-fields-wrapper {
  width: 240px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.fields-wrapper {
  justify-content: space-between;
  align-self: auto;
  margin-bottom: 10px;
  display: flex;
}

.textarea {
  min-height: 126px;
  flex: 0 auto;
  margin-bottom: 20px;
}

.textarea.contacts {
  flex: 1;
  margin-bottom: 0;
}

.text-area-wrapper {
  flex-direction: column;
  flex: 1;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.section, .section.white {
  background-color: var(--white);
}

.section.customers {
  background-image: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)), url('../images/s3.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section.experts {
  background-image: linear-gradient(rgba(0, 137, 150, .9), rgba(0, 137, 150, .9)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.experts.services {
  background-image: linear-gradient(rgba(254, 111, 46, .86), rgba(254, 111, 46, .86)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.experts.black {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.dark {
  background-color: #424242;
}

.section.contacts {
  background-image: url('../images/white-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.logos {
  background-color: var(--ppr-orange);
}

.services-section-on-home {
  background-image: url('../images/white-bg.jpg');
  background-size: cover;
  padding-top: 500px;
  padding-bottom: 100px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.section-container {
  width: 1200px;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.section-container.emergency {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.section-container.services {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-container.contact-us {
  flex-direction: row;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 57px;
}

.divider {
  width: 100px;
  height: 4px;
  color: #198fb7;
  background-color: #198fb7;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

._1-3-col {
  text-align: center;
  flex-direction: column;
  flex: 0 31%;
  align-self: stretch;
  align-items: stretch;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._1-3-col.card-on-home {
  background-color: var(--ppr-green-blue);
  flex-basis: 32%;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

._1-3-col.card-on-home._2 {
  background-color: var(--ppr-orange2);
}

.heading-2 {
  color: #052c5e;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 18px;
}

.vendors-section {
  background-image: url('../images/image-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slide {
  background-color: var(--white);
  text-align: center;
  padding-top: 32px;
  padding-left: 100px;
  padding-right: 100px;
}

.testimonials-text {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 32px;
}

.stars {
  margin-top: 15px;
  margin-bottom: 16px;
  margin-left: -5px;
}

.review-link {
  color: #198fb7;
  font-size: 15px;
  text-decoration: none;
}

.slide-nav.hide {
  overflow: hidden;
}

.testimonials-arrow-right {
  background-image: url('../images/Right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
  right: -80px;
}

.testimonials-arrow-right:hover {
  opacity: .8;
}

.testimonials-arrow-right:active {
  background-size: 34px;
}

.testimonials-arrow-left {
  background-image: url('../images/Left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
  left: -80px;
}

.testimonials-arrow-left:hover {
  opacity: .8;
}

.testimonials-arrow-left:active {
  background-size: 34px;
}

.emergency-section {
  background-image: linear-gradient(rgba(207, 52, 52, .85), rgba(207, 52, 52, .85)), url('../images/Emergency-Services_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h2-white {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 72px;
}

.h2-white.big {
  margin-top: 0;
  font-size: 56px;
}

.device {
  align-self: flex-end;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30px;
}

.emergency-text {
  width: 50%;
  color: var(--white);
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 24px;
  line-height: 32px;
}

.emergency-buttons {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.more-info {
  height: 46px;
  border: 2px solid var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 0 35%;
  padding: 14px 35px;
  font-family: Helvetica neue roman, sans-serif;
  font-size: 18px;
  line-height: 18px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.more-info:hover {
  background-color: var(--white);
  color: #cf0000;
}

.call-us {
  height: 46px;
  background-color: var(--white);
  color: #ac0000;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 10px;
  flex: 1;
  margin-right: 25px;
  padding: 14px 35px;
  font-family: Helvetica neue roman, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.footer {
  background-color: var(--ppr-green-blue);
}

.footer-container-top {
  width: 1200px;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-container-bottom {
  width: 100%;
  max-width: 100%;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--white) black black;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.logo-in-footer {
  width: 132px;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-left: 37px;
  margin-right: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-link:hover {
  opacity: .8;
}

.footer-socials {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-social-link {
  opacity: .7;
  padding: 10px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-copyrighr {
  opacity: .5;
  color: var(--white);
  text-align: center;
}

.footer-copyright-link {
  opacity: 1;
  color: var(--white);
  text-decoration: none;
}

.footer-copyright-link:hover {
  text-decoration: underline;
}

.forms-container {
  justify-content: space-between;
  display: flex;
}

.inner-pages-header {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/new-construction-roofs-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

._2-col {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.col1 {
  flex: 0 50%;
  padding-bottom: 40px;
}

.col2 {
  flex-direction: column;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.photo-wrapper {
  width: auto;
  position: relative;
}

.image {
  z-index: 1;
  position: relative;
}

.h2-black-left {
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 55px;
}

.divider-left {
  width: 100px;
  height: 4px;
  background-color: var(--ppr-orange2);
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-2 {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}

._2-col-with-sidebar {
  width: 1201px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.services-navigation {
  width: 310px;
  border: 3px solid #ececec;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.services-navigation._2 {
  width: auto;
  background-color: rgba(0, 0, 0, .74);
  border-style: solid;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.left-col {
  flex: 1;
  margin-right: 54px;
}

.image-2 {
  width: 100%;
}

.portfolio-grid-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.portfolio-item-wrapper {
  flex: 0 32%;
  margin: 10px 5px;
  position: relative;
}

.portfolio-tag {
  color: var(--ppr-orange2);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 75px;
  left: 35px;
  right: 0%;
}

.name-of-project {
  color: #fff;
  margin-left: 35px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  bottom: 35px;
}

.project-overlay {
  background-color: rgba(35, 31, 32, .7);
  font-family: Barlow, sans-serif;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-image {
  width: 100%;
}

.logo {
  align-self: center;
}

.brand {
  align-self: stretch;
  display: flex;
}

.all-service-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 30px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: static;
  top: 85px;
  bottom: auto;
  left: 33px;
  right: auto;
}

.columns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.list {
  margin-top: 20px;
}

.list-item {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.h3 {
  margin-top: 0;
  font-size: 30px;
  line-height: 46px;
}

.column {
  padding-left: 0;
  padding-right: 15px;
}

.column-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.image-3 {
  width: 100%;
}

.faq-plus-wrap {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  width: 4px;
  height: 100%;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
}

.faq-q-text {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.faq-plus {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 3px;
}

.faq-question {
  cursor: pointer;
  background-color: #f3f3f3;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container.faq-container {
  z-index: 0;
  max-width: 900px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 5px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 50px rgba(45, 62, 80, .06);
}

.faq-answer-text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}

.faq-answer {
  color: #6b6b6b;
  padding-left: 0;
  overflow: hidden;
}

.tab-link-2 {
  color: #979797;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-weight: 700;
  text-decoration: none;
}

.tab-link-2.w--current {
  background-color: var(--ppr-orange2);
  color: #fff;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-2.dropdown {
  width: 100%;
  background-image: none;
  display: block;
}

.mobile-links-dropdown {
  width: 100%;
  display: none;
}

.services-links-wrapper {
  flex-direction: column;
  display: flex;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list {
  background-color: #a88e8e;
}

.dropdown-list.w--open {
  background-color: #e9e9e9;
}

.nav-links {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.vertical-divider {
  width: 1px;
  height: 40px;
  background-color: var(--white);
  margin-left: 13px;
  margin-right: 38px;
}

.button-2 {
  width: 200px;
  background-color: var(--ppr-orange2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: all .2s;
}

.button-2:hover {
  background-color: var(--ppr-orange);
  opacity: .8;
}

.button-2.cta-in-services {
  width: 100%;
  margin-left: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

.sticky-navbar {
  z-index: 10;
  background-color: var(--ppr-green-blue);
  justify-content: space-between;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block {
  color: var(--white);
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
}

.buttons-container {
  align-self: center;
  display: flex;
}

.button-white {
  background-color: var(--white);
  color: #198fb7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
}

.button-white.ghost {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.top-link {
  z-index: 100;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-divider {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.orange {
  color: var(--white);
}

.green {
  color: var(--ppr-green-blue);
}

.hero-text {
  width: 78%;
  color: var(--ppr-orange2);
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.h3-white-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.home-3-col {
  justify-content: space-between;
  display: flex;
}

.form-on-home {
  text-align: left;
  flex-direction: column;
  align-self: stretch;
  padding: 35px 45px;
  display: flex;
}

.content-in-card {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  padding: 35px 45px;
  display: flex;
}

.h4 {
  color: var(--white);
  text-align: left;
  letter-spacing: 4%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 17px;
}

.button-black {
  background-color: var(--ppr-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  transition: opacity .3s ease-in;
}

.button-black:hover {
  opacity: .9;
}

.button-orange {
  background-color: var(--ppr-orange2);
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  transition: all .3s ease-in;
}

.button-orange:hover {
  background-color: var(--orange-hover);
}

.select-wrapper {
  background-color: var(--white);
  margin-bottom: 12px;
}

.p22 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.p22.left {
  text-align: left;
}

.p22.capital-letters {
  text-transform: capitalize;
}

.review-col {
  text-align: left;
}

.button1 {
  width: 254px;
  max-width: 100%;
  background-color: var(--ppr-green-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  transition: all .3s ease-in;
}

.button1:hover {
  background-color: var(--green-hover);
}

.button1.orange {
  background-color: var(--ppr-orange2);
  margin-left: 45px;
}

.button1.orange:hover {
  background-color: var(--orange-hover);
}

.button1._320 {
  width: 320px;
}

.button1._320.white {
  background-color: var(--white);
  color: var(--ppr-green-blue);
  margin-left: 54px;
}

.button1._320.white:hover {
  opacity: .8;
}

.button1._320.orange-left {
  background-color: var(--ppr-orange2);
}

.button1._320.orange-left:hover {
  background-color: var(--orange-hover);
}

.client-name {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.review-source {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.reviews-slider {
  width: 1000px;
  height: auto;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 75px auto 20px;
  padding-bottom: 80px;
}

.review {
  width: 50%;
  padding-left: 20px;
}

.hide {
  display: none;
}

.slider-dots {
  height: 32px;
  font-size: 12px;
  line-height: 12px;
}

.experts-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  display: flex;
}

.experts-cell {
  flex: 0 23%;
  margin-bottom: 75px;
}

.h4-white-center {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.horizontal-divider {
  width: 72px;
  height: 4px;
  background-color: var(--ppr-orange2);
  text-align: center;
  margin: 24px auto;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
}

.free-inspection-cta {
  width: 1140px;
  max-width: 100%;
  background-color: rgba(253, 79, 0, .8);
  flex-direction: column;
  align-items: center;
  margin-bottom: -69px;
  padding: 50px 100px 55px;
  display: flex;
}

.free-inspection-cta.green {
  background-color: var(--ppr-green-blue);
  margin-top: 45px;
}

.h3-white-center {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-size: 52px;
  line-height: 62px;
}

.paragraph-4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.social-link {
  padding-left: 7px;
  padding-right: 7px;
}

.text-block-2 {
  color: var(--white);
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.text-block-3 {
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.paragraph-5 {
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 45px;
}

.contacts-content-container {
  height: 100%;
  margin-top: 30px;
}

.contacts-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.contact-icon {
  margin-right: 15px;
}

.contact-text-bold {
  color: var(--white);
  margin-bottom: 3px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.contact-text-light {
  color: var(--white);
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 17px;
}

.map {
  height: 590px;
}

.cta-banner {
  width: 310px;
  background-image: url('../images/Help.jpg');
  background-position: 50% 0;
  background-size: 125px;
  padding: 45px;
}

.text-block-4 {
  color: var(--white);
  margin-bottom: 35px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.text-span-2 {
  font-weight: 700;
}

.paragraph-6 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
}

.dropdown-list-2 {
  width: auto;
}

.dropdown-list-2.w--open {
  background-color: var(--ppr-green-blue);
  flex-direction: column;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link {
  color: var(--white);
  line-height: 18px;
  transition: all .3s ease-in;
}

.dropdown-link:hover {
  background-color: var(--orange-hover);
  opacity: .8;
}

.dropdown-link.w--current {
  background-color: var(--white);
  color: var(--ppr-green-blue);
}

.dropdown-2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.dropdown-toggle3 {
  color: var(--white);
  letter-spacing: 1px;
  padding: 0 45px 0 25px;
}

.close-button {
  width: 32px;
  height: 32px;
  background-image: url('../images/Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.popup-form-window-2 {
  z-index: 1000;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-overlay2 {
  cursor: pointer;
  background-color: rgba(35, 31, 32, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-form-window {
  z-index: 1000;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-overlay {
  background-color: rgba(35, 31, 32, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-form {
  z-index: 1001;
  width: 400px;
  max-width: 90%;
  background-color: var(--ppr-green-blue);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link1 {
  color: var(--ppr-orange);
  font-weight: 700;
  text-decoration: none;
}

.inner-pages-heade-asphalt-shingles {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/vinyl-siding-replacement-intallation-Harrisonburg-Staunton-Lexington-Rockingham.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-metal {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/metal-roofs-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.image-21 {
  width: 100%;
  padding-bottom: 33px;
}

.inner-pages-header-slate {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/slates-shakes-roofs-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-cooper {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/cooper-roofs-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-repair {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/leaking-roof-repair-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company-header1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-damage {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/storm-damage-roof-repair-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-gutter {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/new-roof-gutter-installations-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-painting {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/roof-painting-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-contact {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/cooper-roofs-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company-body2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.inner-pages-header-about {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/roof-inspection-installation-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 138px;
  padding-bottom: 30px;
}

.section-location, .section-location.white {
  background-color: var(--white);
}

.section-location.customers {
  background-image: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)), url('../images/s3.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section-location.experts {
  background-image: linear-gradient(rgba(0, 137, 150, .9), rgba(0, 137, 150, .9)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-location.experts.services {
  background-image: linear-gradient(rgba(254, 111, 46, .86), rgba(254, 111, 46, .86)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-location.experts.black {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-location.dark {
  background-color: #424242;
}

.section-location.contacts {
  background-image: url('../images/white-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-location.experts-location {
  background-image: linear-gradient(rgba(0, 137, 150, .9), rgba(0, 137, 150, .9)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-location.experts-location.services-location {
  background-image: linear-gradient(rgba(35, 31, 32, .91), rgba(35, 31, 32, .91)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-location.experts-location.black {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/experts.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.location-section {
  width: 1140px;
  max-width: 100%;
  background-color: rgba(253, 79, 0, .8);
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 50px 100px 55px;
  display: flex;
}

.location-section.green {
  background-color: var(--ppr-green-blue);
  margin-top: 45px;
}

.location-section.section-color {
  width: 100%;
  background-color: var(--ppr-green-blue);
  margin-top: 45px;
}

.h3-white-center-copy {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-size: 52px;
  line-height: 62px;
}

.h1-locations {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.h1-locations.orange {
  text-align: center;
}

.html-embed {
  width: 400px;
  height: 261px;
}

.places {
  padding-top: 0;
  padding-left: 80px;
  padding-right: 53px;
}

.places-item {
  width: 700px;
}

.h1-places {
  color: var(--white);
  margin-top: -6px;
  margin-bottom: -11px;
  font-size: 20px;
}

.list-2 {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 68px;
  font-size: 10px;
}

.description-places {
  min-height: 0;
  color: #929292;
  font-size: 13px;
  font-weight: 400;
}

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

.logos {
  text-align: center;
}

.columns-2 {
  margin-top: 41px;
}

.column-3 {
  text-align: center;
  padding: 15px;
}

.button-3 {
  width: 100%;
  height: 200%;
  background-color: var(--ppr-orange);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 20px;
  font-weight: 700;
  position: static;
}

.column-4 {
  text-align: center;
  padding: 12px;
}

.button-review {
  width: 100%;
  height: 200%;
  background-color: var(--ppr-orange);
  text-align: center;
  text-transform: none;
  border-radius: 5px;
  margin: 8px 0;
  padding: 25px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
}

.button-review:hover {
  background-color: var(--ppr-orange);
  opacity: .8;
}

.button-review.cta-in-services {
  width: 100%;
  margin-left: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

.background-video {
  height: 100vh;
  object-fit: contain;
  overflow: visible;
}

.section-2 {
  display: block;
}

.background-video-2 {
  width: auto;
  height: 100vh;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 991px) {
  .hero-section-homepage {
    height: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-container {
    background-image: none;
    padding-left: 0;
  }

  .header-left-blue, .header-right-div {
    display: none;
  }

  .navbar-top-level {
    max-width: 100%;
  }

  .navbar-bottom-container {
    height: auto;
    display: block;
  }

  .navlink {
    width: 100%;
    color: var(--white);
    text-align: center;
    margin: 20px 40px 20px 0;
    font-size: 16px;
    display: inline-block;
  }

  .navlink.w--current {
    color: var(--orange-hover);
  }

  .navmenu {
    z-index: 100;
    height: 100vh;
    text-align: center;
    background-color: #052c5e;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .contacts-in-header {
    flex: 0 auto;
    margin-left: 10px;
  }

  .contact-wrapper {
    background-size: auto 24px;
    margin-left: 20px;
    padding-left: 30px;
  }

  .contact-wrapper._2, .contact-wrapper._3 {
    background-size: auto 24px;
  }

  .contact-line1 {
    font-size: 12px;
  }

  .contact-line2 {
    font-size: 12px;
    line-height: 18px;
  }

  .h1 {
    margin-top: 5px;
    font-size: 64px;
    line-height: 60px;
  }

  .left-form {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .right-form {
    margin-left: 0;
    margin-right: 0;
  }

  .h3-white {
    font-size: 24px;
  }

  .small-text-white {
    margin-bottom: 20px;
  }

  .section-container {
    padding: 50px 30px;
  }

  .section-container.emergency {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-container.contact-us {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  ._1-3-col {
    flex: 0 45%;
    margin-bottom: 30px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .vendors-section {
    max-width: 100%;
    overflow: visible;
  }

  .contact-us-container {
    max-width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 30px;
  }

  .testimonials-slider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slide {
    padding-bottom: 30px;
  }

  .testimonials-text {
    font-size: 16px;
    line-height: 22px;
  }

  .stars {
    width: 120px;
  }

  .slide-nav.hide {
    display: none;
  }

  .testimonials-arrow-right {
    width: 10%;
    right: -70px;
  }

  .testimonials-arrow-left {
    width: 10%;
    left: -70px;
  }

  .h2-white {
    font-size: 36px;
    line-height: 48px;
  }

  .h2-white.big {
    text-align: left;
    font-size: 40px;
    line-height: 36px;
  }

  .device {
    width: 250px;
  }

  .emergency-text {
    padding-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .more-info {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .call-us {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
  }

  .footer {
    position: relative;
  }

  .footer-container-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-container-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .forms-container {
    flex-direction: column;
  }

  .col1 {
    flex-basis: 60%;
    margin-left: 20px;
  }

  .col2 {
    flex: 0 40%;
    margin-right: 10px;
  }

  .h2-black-left {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  ._2-col-with-sidebar {
    width: 1200px;
    max-width: 100%;
    flex-direction: column;
  }

  .services-navigation {
    width: 100%;
    flex: 0 auto;
    align-self: stretch;
  }

  .services-navigation._2 {
    flex: 0 49%;
    margin-bottom: 0;
  }

  .left-col {
    max-width: 100%;
    margin-left: 0;
  }

  .portfolio-item-wrapper {
    flex: 0 30%;
  }

  .portfolio-tag {
    font-size: 14px;
    line-height: 16px;
    left: 20px;
  }

  .name-of-project {
    margin-left: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .menu-button {
    background-color: var(--green-hover);
    color: var(--white);
    margin-left: 15px;
    margin-right: 20px;
  }

  .menu-button.w--open {
    z-index: 101;
    background-color: var(--ppr-orange2);
  }

  .brand {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-container {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .all-service-title {
    margin-left: 30px;
  }

  .tab-link-2 {
    color: var(--white);
  }

  .tab-link-2.dropdown {
    width: 100%;
    color: var(--white);
    background-image: none;
    display: block;
  }

  .mobile-links-dropdown {
    display: block;
  }

  .services-links-wrapper {
    display: none;
  }

  .nav-links {
    background-color: var(--green-hover);
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    display: block;
  }

  .vertical-divider {
    display: none;
  }

  .button-2 {
    margin-left: 0;
  }

  .text-block {
    font-size: 12px;
  }

  .buttons-container {
    flex: 1;
  }

  .button-white {
    min-width: 130px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-link {
    bottom: 100px;
  }

  .nav-divider {
    display: none;
  }

  .h3-white-2 {
    font-size: 24px;
  }

  .form-on-home, .content-in-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p22.left {
    font-size: 18px;
  }

  .button1._320 {
    width: 240px;
  }

  .button1._320.white {
    margin-left: 20px;
  }

  .free-inspection-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-content-container {
    display: flex;
  }

  .contacts-row {
    margin-right: 20px;
  }

  .contact-icon {
    margin-right: 5px;
  }

  .cta-banner {
    flex: 0 49%;
  }

  .services-sidebar {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .dropdown-link {
    text-align: center;
  }

  .dropdown-list-3 {
    background-color: var(--ppr-orange);
  }

  .location-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-locations {
    margin-top: 5px;
    font-size: 64px;
    line-height: 60px;
  }

  .button-review {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-homepage {
    height: 700px;
  }

  .hero-words {
    margin-top: 134px;
    margin-bottom: -138px;
    padding-bottom: 33px;
    transform: translate(0, -130px);
  }

  .h1 {
    max-width: 100vw;
    font-size: 30px;
    line-height: 40px;
  }

  .move-down-container {
    margin-top: -1px;
    padding-top: 0;
  }

  .h3-white.left {
    font-size: 19px;
  }

  .left-fields-wrapper {
    width: 100%;
  }

  .fields-wrapper {
    flex-direction: column;
  }

  .services-section-on-home {
    padding-bottom: 15px;
  }

  .section-container.contact-us, .footer-container-bottom {
    flex-direction: column;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    font-size: 13px;
  }

  .text-block {
    text-align: center;
  }

  .buttons-container {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }

  .button-white {
    flex: 1;
  }

  .hero-text {
    width: 90%;
    font-size: 15px;
  }

  .buttons {
    width: 100%;
  }

  .home-3-col {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .form-on-home {
    padding-bottom: 45px;
  }

  .h4 {
    font-size: 15px;
  }

  .button-black {
    font-size: 9px;
  }

  .button-orange {
    font-size: 12px;
  }

  .button1 {
    width: 100%;
  }

  .button1.orange {
    margin-top: 17px;
    margin-left: 0;
  }

  .button1._320 {
    width: 100%;
  }

  .button1._320.white {
    margin-top: 21px;
    margin-left: 0;
    padding-top: 10px;
  }

  .h4-white-center {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .h3-white-center {
    margin-top: -18px;
    margin-bottom: -11px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .h3-white-center-copy {
    margin-top: -18px;
    margin-bottom: -11px;
    font-size: 25px;
    line-height: 35px;
  }

  .h1-locations {
    max-width: 100vw;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section-homepage {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/roof-inspection-installation-local-roofing-contractor-harrisonburg-staunton-waynesboro-charlottesville-weyers-cave-roofing-company.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-container {
    height: 60px;
    background-image: none;
    flex: 1;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-bottom-container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .navlink {
    width: 100%;
    display: inline-block;
  }

  .navlink.w--current {
    color: #32cbff;
  }

  .button {
    width: 70%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .contacts-in-header {
    display: none;
  }

  .hero-words {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .h1 {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .move-down-container {
    position: static;
  }

  .right-form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-form.in-popup {
    padding-top: 25px;
    padding-bottom: 25px;
    top: 10px;
  }

  .left-fields-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .fields-wrapper {
    flex-direction: column;
  }

  .services-section-on-home {
    padding-top: 0;
  }

  .section-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-container.emergency {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

  ._1-3-col {
    flex: 0 auto;
  }

  ._1-3-col.card-on-home {
    flex-basis: 100%;
    display: block;
  }

  ._1-3-col.card-on-home._2, ._1-3-col.card-on-home._1 {
    display: none;
  }

  .contact-us-container {
    flex-direction: column;
    padding-right: 0;
  }

  .testimonials-slider {
    width: 100%;
    height: auto;
  }

  .testimonial-slide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials-text {
    font-size: 14px;
    line-height: 22px;
  }

  .stars {
    margin-top: 0;
  }

  .testimonials-arrow-right {
    width: 15%;
    background-size: 24px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -20px;
  }

  .testimonials-arrow-left {
    width: 15%;
    background-size: 24px;
    left: -20px;
  }

  .h2-white {
    margin-top: -10px;
    font-size: 22px;
    line-height: 30px;
  }

  .h2-white.big {
    text-align: center;
  }

  .device {
    align-self: center;
    margin-top: 30px;
    position: static;
  }

  .emergency-text {
    width: 100%;
  }

  .emergency-buttons {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .more-info {
    width: 100%;
  }

  .call-us {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-container-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-link {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
  }

  ._2-col {
    flex-direction: column;
  }

  .col1 {
    margin-left: 0;
  }

  .col2 {
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
  }

  .photo-wrapper {
    position: static;
  }

  .services-navigation._2 {
    margin-bottom: 40px;
  }

  .portfolio-grid-container {
    flex-direction: column;
  }

  .menu-button {
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--orange-hover);
  }

  .brand {
    width: 68%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    height: auto;
  }

  .nav-links {
    flex-direction: column;
    display: block;
  }

  .buttons-container {
    flex-direction: column;
  }

  .button-white {
    margin-left: 0;
    margin-right: 0;
  }

  .button-white.ghost {
    margin-top: 20px;
  }

  .nav-divider {
    display: none;
  }

  .hero-text {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .p22.left {
    font-size: 16px;
    line-height: 24px;
  }

  .p22.capital-letters {
    margin-bottom: -35px;
    font-size: 13px;
    line-height: 24px;
  }

  .button1 {
    width: 100%;
  }

  .button1.orange {
    margin-top: 16px;
    margin-left: 0;
  }

  .button1._320.white {
    margin-top: 20px;
    margin-left: 0;
  }

  .reviews-slider {
    margin-top: 40px;
  }

  .review {
    width: 100%;
  }

  .experts-cell {
    flex-basis: 100%;
    margin-bottom: 41px;
  }

  .free-inspection-cta {
    padding: 30px 20px;
  }

  .h3-white-center {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-4 {
    margin-top: 32px;
  }

  .map {
    height: 400px;
  }

  .cta-banner {
    width: 100%;
    padding: 40px 20px;
  }

  .services-sidebar {
    flex-direction: column;
  }

  .close-button {
    width: 32px;
    height: 32px;
    white-space: normal;
    background-image: url('../images/Close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .popup-form-window-2 {
    opacity: 0;
    display: none;
  }

  .location-section {
    padding: 30px 20px;
  }

  .h3-white-center-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .h1-locations {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }
}


@font-face {
  font-family: 'Helvetica neue roman';
  src: url('../fonts/HELVETICANEUECYR-ROMAN.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Narrow';
  src: url('../fonts/helr47w.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}