i {  font-style: italic; }

body {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  background-color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
  background-color: #000000;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  z-index: 9999;
}

header a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 5px;
}

header h1 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

header,
header h1 {
  transition: all 0.6s ease;
}

.hidden {
  transform: translateY(-100%);
}

.compact h1 {
  font-size: 18px;
  font-weight: 700;
}

.order-1-desktop {
  order: 1;
}

.order-2-desktop {
  order: 2;
}

.order-1-desktop-logo {
  position: absolute;
  top: 25px;
  left: 90px;
  order: 3;
}

.order-4-desktop {
  position: absolute;
  top: 29px;
  right: 110px;
  order: 4;
  font-weight: 700;
}

.order-5-desktop {
  order: 5;
}

.hero {
  background-image: url(fitchburg-plumbing-hero.jpg);
  background-size: cover;
  /* here we position our background image on the x and y axis right hand edge on the right hand edge of our box centered vertically */
  background-position: center top;
  padding-top: 130px;
  padding-bottom: 85px;
}

.hero div {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-top: 200px;
}

.hero h2 {
  font-family: David Libre;
  font-weight: 600;
  color: #ffffff;
  font-size: 52px;
  line-height: 1;
  padding-bottom: 170px;
}

.arrow {
  position: absolute;
  top: 80%;
  left: 48%;
  max-width: 70%;
  transform: translate(-50%, 0);
}

section.about {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 70%;
  transform: translate(-50%, 0);
}

section.about p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}

section.services-page {
  position: absolute;
  top: 30%;
  left: 50%;
  max-width: 70%;
  transform: translate(-50%, 0);
}

section.services-page p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}

.quotes {
  overflow: hidden;
  color: #ffffff;
}

.quotes div {
  width: 50%;
  height: 400px;
  float: left;
  text-align: center;
  padding: 105px 20px 40px 20px;
}

.cream-background {
  background-color: #000000;
}

.quotes img {
  width: 75px;
  /* we can round the corners of elements using pure css, by setting it as a percentage it will turn our square avatars into perfect circles */
  border-radius: 100%;
}

.quotes blockquote {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  max-width: 400px;
  margin: 15px auto 5px auto;
  color: #ffffff;
}

.container {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  background-color: #000000;
}

.services {
  text-align: center;
  height: 700px;
  background-color: #000000;
}

.services div {
  width: 550px;
  margin: auto;
  margin-top: 0px;
}

.services p {
  color: #ffffff;
  padding-top: 260px;
  font-size: 18px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.block {
  display: flex;
  flex-wrap: wrap;
}

.atyourservice {
  display: flex;
  flex-wrap: wrap;
}

.atyourservice div {
  width: 50%;
  height: 400px;
}

.grey-background {
  background-color: #cccccc;
  height: 400px;
}

.atyourservice .grey-background {
  text-align: center;
}

.atyourservice .grey-background img {
  max-width: 80%;
  padding-top: 60px;
}

.atyourservice .atyourservicetext {
  padding: 55px;
  background-color: #ffffff;
  color: #000000;
}

.atyourservice .atyourservicetext h3 {
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 15px;
}

.atyourservice .atyourservicetext p {
  font-size: 18px;
}

.atyourservice p:last-child {
  margin-top: 20px;
}

h3 {
  font-family: Lato;
  font-size: 40px;
}

.sustainability img {
  max-width: 500px;
}

.sustainability div {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.sustainability p {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
}

.social {
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 220px;
}

.container .btn {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000000;
  color: #ffffff;
  padding: 16px 30px;
  margin-bottom: 210px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
}

section.contact {
  text-align: center;
  height: 160px;
  background-color: #FFFFFF;
  margin-top: 160px;
}

section.contact h4 {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  padding-bottom: 60px;
}

footer {
  display: flex;
  position: relative;
  background-color: #000000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

footer p {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  text-align: center;
}

@media (max-width: 930px) {
  
  body {
    color: #ffffff;
    background-color: #ffffff;
  }
  
   header a {
    font-size: 12px;
    color: #ffffff;
    margin-top: 11px;
  }
}

@media (max-width: 768px) {
  body {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    background-color: #ffffff;
  }


  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
    background-color: #000000;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    z-index: 9999;
  }

  header a {
    color: #ffffff;
  }

  header h1 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 2px;
  }

  header,
  header h1 {
    transition: all 0.6s ease;
  }

  .hidden {
    transform: translateY(-100%);
  }
  
  .order-1-desktop-logo {
  position: absolute;
  top: 20%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, 0);
  order: 3;
}

.order-4-desktop {
  display: none;
}

  .compact h1 {
    font-size: 16px;
  }

  header a {
    font-size: 12px; /*
   padding: 10px 20px 30px 0px; */
  }

  .hero {
    background-image: url(fitchburg-plumbing-hero.jpg);
    background-size: cover;
    /* here we position our background image on the x and y axis right hand edge on the right hand edge of our box centered vertically */
    background-position: center;
    padding-top: 160px;
    padding-bottom: 170px;
    margin: 0;
  }

  .hero div {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .hero h2 {
    font-family: David Libre;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .services {
    text-align: center;
    height: 680px;
    background-color: #000000;
  }

  .services div {
    width: 600px;
    margin: auto;
  }

  .services div p {
    font-size: 18px;
  }

  .block {
    display: flex;
    flex-wrap: wrap;
  }

  .atyourservice {
    display: flex;
    flex-wrap: wrap;
  }

  .atyourservice div {
    width: 50%;
    height: 400px;
  }

  .grey-background {
    background-color: #666666;
    height: 400px;
  }

  .atyourservice .grey-background {
    text-align: center;
  }

  .atyourservice .grey-background img {
    max-width: 80%;
    margin: 10%;
  }

  .atyourservice .atyourservicetext {
    padding: 55px;
    background-color: #ffffff;
    color: #000000;
  }

  .atyourservice .atyourservicetext h3 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .atyourservice .atyourservicetext p {
    font-size: 14px;
  }

  .atyourservice p:last-child {
    margin-top: 20px;
  }

  h3 {
    font-family: Lato;
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  body {
    color: #ffffff;
    background-color: #000000;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 45px;
    background-color: #000000;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    z-index: 9999;
  }

  header a {
    font-size: 12px;
    color: #ffffff;
    padding: 10px 20px 30px 0px;
  }

  header h1 {
    font-size: 18px;
    color: #ffffff;
    padding: 3px 0px 30px 0px;
    margin-bottom: 2px;
  }

  header,
  header h1 {
    transition: all 0.6s ease;
  }

  .hidden {
    transform: translateY(-100%);
  }

  .compact h1 {
    font-size: 16px;
  }

  .order-3-desktop {
    order: 2;
  }

  .order-2-desktop {
    order: 3;
  }

   .order-1-desktop-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, 0);
  order: 3;
}

.order-4-desktop {
  display: none;
}

  .order-5-desktop {
    order: 5;
  }

  .hero {
    background-image: url(fitchburg-plumbing-hero.jpg);
    background-size: cover;
    /* here we position our background image on the x and y axis right hand edge on the right hand edge of our box centered vertically */
    background-position: center;
    padding-top: 160px;
    padding-bottom: 170px;
    margin: 0;
  }

  .hero div {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .hero h2 {
    font-family: David Libre;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .services {
    text-align: center;
  }

  .services div {
    max-width: 510px;
  }

  .services div p {
    font-size: 18px;
  }

  .atyourservice {
    display: flex;
    flex-wrap: wrap;
  }

  .atyourservice div {
    width: 100%;
    height: 400px;
  }

   .grey-background {
    background-color: #000000;
    height: 400px;
    margin-bottom: 200px;
  }
 
   .atyourservice .grey-background img {
    margin-bottom: 120px;
  }
  
  .atyourservice .grey-background {
    text-align: center;
  }

  .atyourservice .grey-background img {
    max-width: 80%;
    margin: 10%;
  }

  .atyourservice .atyourservicetext {
    padding: 55px;
    background-color: #000000;
    color: #ffffff;
  }

  .atyourservice .atyourservicetext h3 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .atyourservice .atyourservicetext p {
    font-size: 14px;
  }

  .atyourservice p:last-child {
    margin-top: 20px;
  }
  
  .sustainability div p {
    color: #FFFFFF;
  }
  
  .social p {
  	color: #ffffff;
  }

  h3 {
    font-family: Lato;
    font-size: 40px;
  }
  
  .container .btn {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #000000;
  padding: 16px 30px;
  margin-bottom: 60px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
}
}

@media (max-width: 520px) {
  body {
    color: #000000;
    background-color: #ffffff;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    background-color: #000000;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    z-index: 9999;
  }

  header a {
    font-size: 10px;
    color: #ffffff;
    padding: 69px 10px 0px 0px;
  }

  header h1 {
    font-size: 18px;
    color: #ffffff;
    padding: 44px 0px 30px 0px;
    margin-left: 8px;
  }

  header,
  header h1 {
    transition: all 0.6s ease;
  }

  .hidden {
    transform: translateY(-100%);
  }

  .compact h1 {
    font-size: 18px;
  }

  .order-1-desktop {
    display: none;
  }

  .order-2-desktop {
    display: none;
  }

   .order-1-desktop-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, 0);
  order: 3;
}

	.order-4-desktop {
 	 display: none;
}

  .order-5-desktop {
    display: none;
  }

  .hero {
    background-image: url(fitchburg-plumbing-hero.jpg);
    background-size: cover;
    /* here we position our background image on the x and y axis right hand edge on the right hand edge of our box centered vertically */
    background-position: center top;
    padding-top: 160px;
    padding-bottom: 170px;
    margin: 0;
  }

  .hero div {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .hero h2 {
    font-family: David Libre;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 120px;
  }

  .arrow {
    position: absolute;
    top: 87%;
    left: 50%;
    max-width: 70%;
    transform: translate(-50%, 0);
  }

  .quotes img {
    width: 75px;
    /* we can round the corners of elements using pure css, by setting it as a percentage it will turn our square avatars into perfect circles */
    border-radius: 100%;
  }

  .container {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    background-color: #666666;
  }

  .quotes div {
    width: 50%;
    float: left;
    text-align: center;
    padding: 50px 20px 40px 20px;
  }

  .quotes blockquote {
    font-family: David Libre;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    max-width: 400px;
    margin: 15px auto 5px auto;
  }

  .quotes p {
    font-size: 9px;
  }

	.services {
    height: 400px;
    text-align: center;
  }

  .services div {
    position: absolute;
  	top: 95%;
  	left: 50%;
  	max-width: 70%;
  	transform: translate(-50%, 0);
  }

  .services div p {
    color: #ffffff;
    font-size: 14px;
  }
  
  .atyourservice div {
    width: 100%;
    height: 400px;
  }

  .grey-background {
    background-color: #000000;
    height: 400px;
  }
  
   .grey-background img {
    padding-top: 64px;
  }

  .atyourservice .grey-background {
    text-align: center;
  }

  .atyourservice .grey-background img {
    max-width: 80%;
    margin: 10%;
  }

  .atyourservice .atyourservicetext {
    padding: 55px;
    background-color: #000000;
    color: #ffffff;
  }

  .atyourservice .atyourservicetext h3 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .atyourservice .atyourservicetext p {
    font-size: 14px;
  }

  .atyourservice p:last-child {
    margin-top: 20px;
  }


  h3 {
    font-family: Lato;
    font-size: 40px;
  }
  
  .sustainability {
    display: none;
  }
  
  .sustainability {
    display: none;
  }

  .sustainability div p {
    display: none;
  }
  
  .social p {
  	display: none;
  }

  h3 {
    font-family: Lato;
    font-size: 40px;
  }
  
  .container .btn {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #000000;
  padding: 16px 30px;
  margin-bottom: 60px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
}

  .social {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 220px;
  }

  .container .btn {
    display: none;
  }

  .container .btn:hover {
    display: none;
  }
  
  section.contact {
  text-align: left;
  height: 10px;
  background-color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 270px;
  padding-left: 55px;
}

	section.contact h4 {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}

  footer {
    display: flex;
    position: relative;
    background-color: #000000;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  footer p {
    font-size: 8px;
    color: #ffffff;
    font-weight: 700;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 340px) {
  body {
    color: #000000;
    background-color: #ffffff;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    background-color: #000000;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    z-index: 9999;
  }

  header a {
    font-size: 10px;
    color: #ffffff;
    padding: 69px 10px 0px 0px;
  }
  
  header h1 {
    font-size: 14px;
  }
