/*
Theme Name: Ventilation Hygiene Services
Author: Ian Loats - The Creative Plot
Author URI: https://thecreativeplot.com/
Description: Custom WordPress themes, by The Creative Plot.
Version: 1.0
*/
/* Text size - Large */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #ccd6eb;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #6685c2;
}

html, body {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000000;
}

h1 {
  font-size: 45px;
  line-height: 50px;
  padding: 0;
  font-weight: 700;
  color: #ffffff;
}

body.home main h2 {
  font-size: 60px;
  line-height: 62px;
  padding: 0 1em 0.5em;
  color: #003399;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 1em 0 0.5em;
  color: #003399;
  font-weight: 600;
}

h4 {
  font-size: 32px;
  line-height: 38px;
  padding: 0 0 0.5em 0;
  color: #003399;
  font-weight: 400;
}

h5 {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 1em 0 0.5em 0;
  font-weight: 700;
}

body.home main p {
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  margin: 0 15vw;
  text-align: center;
  width: 70vw;
  color: #003399;
  padding: 0 0 0.5em;
}

a {
  color: #2dd72d;
  text-decoration: none;
}

a:hover {
  color: #2dd72d;
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

p.sml {
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 1.5em;
}

footer p.sml {
  padding-bottom: 0;
}

h2 {
  font-size: 32px;
  line-height: 38px;
  padding: 1em 32px 0.5em 0;
  color: #003399;
  font-weight: 600;
  text-align: left;
}

.wp-block-heading h2:first-child {
  padding: 0 32px 0.5em 0;
}

p {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  color: #003399;
  padding: 0 32px 0.75em 0;
}

main ul {
  margin: 0 32px 0.75em 1.5em;
  padding: 0;
}

main ul li {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  color: #003399;
  padding: 0;
}

article {
  display: flex;
  flex-flow: row wrap;
}

article main {
  flex: 0 0 70%;
  padding: 0 0 2em;
}

article aside {
  flex: 0 0 30%;
}

article aside img {
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
}

article aside img:last-child {
  margin: 0 0 0;
}

/* menu start */
#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  transform: translateX(100vw);
  transition: transform 250ms ease-in-out;
  background: #003399;
  z-index: 100;
}

.sidebarMenuInner {
  margin: 20vh 0 0;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  padding: 1.5em 20px;
  cursor: pointer;
  text-align: center;
}

.sidebarMenuInner li a {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.003em;
}

.sidebarMenuInner li a:hover {
  color: #2dd72d;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 700;
  height: 100%;
  width: 100%;
  top: 22px;
  right: 30px;
  height: 22px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

ul.mainmenu li.current-menu-item a {
  color: #2dd72d;
}

/* menu end */
.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  height: 60px;
  overflow: hidden;
  z-index: 110;
}

header.navigation {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #003399;
  position: fixed;
  height: 60px;
  overflow: hidden;
  z-index: 200;
  top: 0;
}

header svg {
  margin: 20px 0;
  width: 305px;
  height: 40px;
}

header ul {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  float: right;
  margin-top: 16px;
}

header ul li {
  display: inline;
  padding: 0 30px;
}

header ul li a {
  color: #ffffff;
}

header ul li a:hover {
  color: #2dd72d;
  text-decoration: none;
}

.mobile-menu {
  display: none;
}

section.hero {
  display: flex;
  flex-flow: row wrap;
  height: calc(100vh - 92px);
  margin: 76px 16px 16px;
  padding: 0;
  max-height: -webkit-fill-available;
}

section.hero > div {
  flex: 0 0 50%;
  border: 16px solid white;
  background-color: #003399;
  background-size: cover;
  background-repeat: no-repeat;
}

section {
  padding: 5em 0;
  text-align: center;
}

p.tel {
  padding: 10px 0 0 30px;
  margin: 0;
  width: unset;
  float: left;
  text-align: left;
  color: #2dd72d;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

a p.tel {
  color: #2dd72d;
}

a:hover p.tel {
  color: #ffffff;
}

.frtbtn {
  animation: 1s fadeIna;
  animation-fill-mode: forwards;
  visibility: hidden;
  animation-delay: 1s;
}

.circle {
  background-color: #ffffff;
  border-radius: 50%;
  width: 32vw;
  height: 32vw;
  z-index: 10;
  float: left;
  position: absolute;
  top: calc((50% + 32px) - 16vw);
  left: calc(50% - 16vw);
  background-image: url("/wp-content/themes/VHS/img/blades.svg");
  background-position: center center;
  background-size: 32vw;
  background-repeat: no-repeat;
  border: 16px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  animation: 1s fadeIna;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes fadeIna {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.circle img {
  width: 85%;
  height: auto;
  margin: 4em 0 0;
}

.circle button {
  margin: 2em 0 0;
}

.portfolio {
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2em;
  margin: 0 -8px 8px -8px;
}

.portfolio p, body.home main .portfolio p {
  margin: 0;
  padding: 0 !important;
  text-align: center;
  width: unset;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.portfolio h3 {
  font-size: 32px;
  line-height: 38px;
  padding: 0 1em 0.5em;
  color: #ffffff;
  font-weight: 500;
}

p.lnk > a {
  background-color: #003399;
  color: #ffffff;
  padding: 0.5em 2em;
  border: 2px solid #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border-radius: 10px;
}

p.lnk > a:hover {
  color: #2dd72d;
  border: 2px solid #2dd72d;
}

.portfolio-box {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  color: #ffffff;
  text-align: center;
  border: 8px solid white;
}

.portfolio-box:before {
  content: "";
  float: left;
  padding-top: 65%;
}

.serv-txt {
  position: absolute;
  z-index: 11;
  height: 100%;
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.portfolio-pane a {
  cursor: pointer;
  display: block;
}

article.portfolio-pane {
  width: 100% !important;
}

article.portfolio-pane {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

article.portfolio-pane img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
  transition: all 0.4s;
}

article.portfolio-pane:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

article.portfolio-pane .pf-txt {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(19, 30, 77, 0.9);
  z-index: 10;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.pf-txt a {
  text-decoration: none;
}

article.portfolio-pane:hover .pf-txt {
  opacity: 1;
}

.blogroll {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px 8px;
}

.blogroll a {
  flex: 0 0 33.33%;
}

.blogroll a div img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.blogrollimg {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.blogrollimg:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.blogroll > a > div {
  border: 1px solid #dbdbdb;
  margin: 8px;
  padding: 16px;
}

.blogroll a:hover div {
  background-color: #f1f1f1;
}

.blogroll a div p {
  font-size: 15px;
  line-height: 23px;
  color: #707070;
}

.blogroll a:hover {
  text-decoration: none;
}

.benefits {
  display: flex;
  flex-flow: row wrap;
  width: 70vw;
  margin: 0 auto;
  padding: 8px;
  justify-content: center;
}

.benefits > div {
  flex: 0 0 25%;
  height: auto;
  border: 16px solid white;
  display: inline-flex;
  align-items: center;
  flex-flow: column;
  margin: -8px;
}

body.home main .benefits > div p, .icons > div p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 0;
  text-align: center;
  width: unset;
  color: #003399;
  padding: 0.5em 0 0;
}

.benefits > div img, .icons > div img {
  width: 60%;
  height: auto;
}

.icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 1em 96px 0.75em 0;
}

.icons > div {
  flex: 0 0 33.33%;
  height: auto;
  display: inline-flex;
  align-items: center;
  flex-flow: column;
}

.map {
  background-color: #dbdbdb;
  width: 100%;
  height: 550px;
  margin: 4em 0 0;
}

main {
  background: #ffffff;
  padding: 0 0 5em;
}

main.front {
  padding: 0 0 5em;
}

main.page {
  margin: 120px 0 50px;
}

.tradelogos {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 600px;
  align-items: center;
  justify-content: center;
}

.tradelogos > div {
  flex: 0 0 200px;
  margin: 1em 0;
}

footer {
  background: #003399;
  padding: 4em 0 2em;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.ftlft {
  flex: 0 0 calc(20% - 30px);
  margin: 0 0 0 30px;
}

.ftlft img {
  width: 100%;
  height: auto;
}

.ftrgt {
  flex: 0 0 calc(80% - 30px);
  margin: 0 30px 0 0;
  text-align: right;
}

.ftrgt img {
  width: 36px;
  height: 36px;
  margin: 0 0 2em 0.75em;
}

footer p, footer a {
  color: #ffffff;
}

footer a:hover {
  text-decoration: none;
}

footer p {
  padding: 0;
  margin: 0;
  width: unset;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
}

footer h3 {
  color: #2dd72d;
  padding: 0;
  margin: 0;
  width: unset;
  font-size: 60px;
  line-height: 45px;
  text-align: right;
  font-weight: 700;
}

footer h3 a {
  color: #2dd72d;
}

footer h3 a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer h4 {
  color: #2dd72d;
  padding: 0 0 2em 0;
  margin: 0;
  width: unset;
  font-size: 33px;
  text-align: right;
}

footer h4 a {
  color: #2dd72d;
}

footer h4 a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer li {
  display: inline;
  padding: 0 0 0 1em;
  font-size: 15px;
  line-height: 23px;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  padding: 0 32px;
}

button, .button, .wp-block-button__link {
  background-color: #ffffff;
  color: #003399;
  padding: 0.5em 2em;
  border: 2px solid #003399;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  cursor: pointer;
  border-radius: 10px;
}

button:hover, .button:hover, .wp-block-button__link:hover {
  color: #2dd72d;
  border: 2px solid #2dd72d;
  text-decoration: none;
}

.wp-block-buttons > .wp-block-button {
  margin: 1em 0 2em;
}

.btn {
  padding: 0;
  margin: 1em 0;
}

.btn a:hover, .lnk a:hover {
  text-decoration: none;
}

p.breadcrumbs {
  font-size: 15px;
  line-height: 23px;
  color: #707070;
  margin: 1em 0 4em;
}

p.breadcrumbs a {
  color: #707070;
}

.addtoany_header {
  color: #707070;
  margin: 0 0 8px;
}

#map {
  height: 500px;
  margin: 3em 0 0;
}

.slick-dots li button:before {
  font-size: 10px !important;
  color: #003399 !important;
}

section.pagehero {
  margin: 60px 0 0;
  padding: 10em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2dd72d;
  background-position: center center;
}

section.pagehero p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

form {
  margin: 1em 0;
}

form input[type=text], form input[type=email], form textarea {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  border: 2px solid #003399;
  height: auto;
  margin: 0 0 1em;
  outline: 0 none;
  padding: 0.5em 16px;
  width: calc(100% - 32px);
  background: #e5eaf5;
  color: #003399;
  border-radius: 10px;
}

form textarea {
  height: 120px;
}

form input[type=submit] {
  background-color: #ffffff;
  color: #003399;
  padding: 0.5em 4em 0.65em;
  border: 2px solid #003399;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0.5em auto;
  cursor: pointer;
  border-radius: 10px;
}

form input[type=submit]:hover {
  color: #2dd72d;
  border: 2px solid #2dd72d;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003399;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #003399;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #003399;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 64px 0 0;
}

.wpcf7-not-valid-tip {
  font-size: 18px;
  line-height: 24px;
}

.grecaptcha-badge {
  visibility: hidden;
}

p.gra {
  color: #707070;
}

p.gra a {
  color: #707070;
}

/* media queries */
@media (max-width: 1280px) {
  .circle {
    width: 40vw;
    height: 40vw;
    top: calc((50% + 32px) - 20vw);
    left: calc(50% - 20vw);
    background-size: 40vw;
  }
}
@media (max-width: 1214px) {
  /* Text size - Medium */
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  p {
    font-size: 24px;
    line-height: 30px;
  }

  .sidebarMenuInner li a {
    font-size: 28px;
    line-height: 32px;
  }

  footer h3 {
    font-size: 40px;
    line-height: 22px;
  }

  footer h4 {
    font-size: 22.25px;
    line-height: 45px;
    padding: 0 0 1em 0;
  }

  footer p {
    font-size: 24px;
    line-height: 30px;
  }

  body.page main ul li {
    font-size: 24px;
    line-height: 30px;
  }

  .benefits > div p, body.page main p, body.page main .icons > div p, body.home main .benefits > div p, .icons > div p {
    font-size: 24px;
    line-height: 30px;
  }

  p.sml {
    font-size: 18px;
    line-height: 24px;
  }

  p.lnk > a {
    font-size: 24px;
    line-height: 30px;
  }

  button, .button, .wp-block-button__link {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1130px) {
  header ul li {
    display: none;
  }

  .mobile-menu {
    display: inherit;
  }

  .header {
    height: 60px;
  }

  header.navigation {
    height: 60px;
  }
}
@media (max-width: 980px) {
  .ftlft {
    flex: 0 0 calc(100% - 40px);
    margin: 0 20px 0 20px;
    text-align: left;
  }

  .ftrgt {
    flex: 0 0 calc(100% - 40px);
    margin: 0 20px 0 20px;
  }

  .ftlft img {
    width: 230px;
    margin-bottom: 4em;
  }

  footer p, footer h3, footer h4 {
    text-align: left;
  }

  footer li {
    padding: 0 1em 0 0;
  }

  .benefits {
    width: auto;
  }

  .portfolio h3 {
    font-size: 32px;
    line-height: 34px;
  }

  section.hero {
    height: calc(100vh - 76px);
    margin: 68px 8px 8px;
  }

  section.hero > div {
    border: 8px solid white;
  }

  .circle {
    width: 50vw;
    height: 50vw;
    top: calc((50% + 32px) - 25vw);
    left: calc(50% - 25vw);
    background-size: 50vw;
  }

  section {
    padding: 3em 0;
  }

  .ftrgt {
    text-align: left;
  }

  .ftrgt img {
    margin: 0 0.75em 2em 0;
  }

  .blogroll a {
    flex: 0 0 50%;
  }
}
@media (max-width: 680px) {
  .portfolio-box {
    -ms-flex: 1 100%;
    flex: 1 100%;
  }

  .circle {
    width: 60vw;
    height: 60vw;
    top: calc((50% + 32px) - 30vw);
    left: calc(50% - 30vw);
    background-size: 60vw;
  }

  .circle img {
    margin: 2em 0 0;
  }

  .circle button {
    margin: 1em 0 0;
  }

  section.pagehero {
    padding: 8em 0;
  }

  body.page main h2:first-child {
    padding: 0 0 0.5em;
  }

  .tradelogos {
    width: 100vw;
  }
}
@media (max-width: 600px) {
  /* Text size - Mobile */
  h1 {
    font-size: 32px;
    line-height: 35px;
  }

  h2, body.home main h2 {
    font-size: 32px;
    line-height: 35px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .sidebarMenuInner li a {
    font-size: 22px;
    line-height: 28px;
  }

  button, .button, .wp-block-button__link {
    font-size: 16px;
    line-height: 22px;
  }

  p.lnk > a {
    font-size: 16px;
    line-height: 22px;
  }

  .benefits > div p, body.page main p, body.page main .icons > div p, body.home main .benefits > div p, .icons > div p {
    font-size: 16px;
    line-height: 22px;
  }

  body.page main ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .blogroll a {
    flex: 0 0 100%;
  }

  p.sml, body.page main p.sml, footer li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .benefits > div {
    flex: 0 0 50%;
  }

  article main {
    flex: 0 0 100%;
  }

  article aside {
    flex: 0 0 100%;
  }

  button, p.lnk > a, .button {
    padding: 0.5em 1em;
  }

  section.hero {
    height: calc(100vh - 68px);
    margin: 64px 4px 4px;
  }

  section.hero > div {
    border: 4px solid white;
  }

  .circle {
    border: 8px solid white;
  }

  body.page main main {
    width: 100%;
    float: left;
    padding: 3em 0;
  }

  body.page main aside {
    width: 100%;
    float: left;
    padding-bottom: 16px;
  }

  main.front {
    padding: 0 0 2em;
  }
}

/*# sourceMappingURL=style.css.map */
