/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700;900&family=Roboto:ital,wght@0,900;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.center {
  text-align: center;
  margin: 0 auto;
}

/* Center body and fix to minimum width */
.container {
  max-width: 75em;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 38em;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: large;
    max-width: 90em;
    margin-inline: auto;
  }
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .full-width-yellow {
    text-align: center;
    max-width: 90em;
  }
  .full-width-yellow .button {
    margin-inline: auto;
  }
}
.p-125 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

main {
  min-width: 318px;
  box-sizing: border-box;
  margin-left: auto;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Images will always scale to be no wider than their container */
img {
  max-width: 100%;
}

.button, #button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 4rem;
  background-color: rgb(78, 92, 60);
  border-radius: 0 15px 0 15px;
  color: #fff;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.button:hover, #button:hover {
  background-color: rgb(255, 180, 91);
  color: rgb(44, 35, 25);
}
.button:hover:active, #button:hover:active {
  scale: 0.9;
}

#button {
  margin-bottom: 0;
}

.button-yellow {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(255, 180, 91);
  padding: 1rem 4rem;
  border-radius: 0 15px 0 15px;
  color: rgb(44, 35, 25);
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.button-yellow:hover {
  background-color: rgb(78, 92, 60);
  color: #fff;
}
.button-yellow:active {
  scale: 0.9;
}

a,
body {
  color: rgb(44, 35, 25);
}

.white {
  color: #fff;
}

.yellow-emphasis {
  color: rgb(255, 180, 91);
}

.hero__image, .subhero__image {
  width: 100%;
}

.gallery-button img {
  width: 50%;
}

.center {
  text-align: center;
}

html {
  font-family: "Roboto", sans-serif;
}

h2 {
  margin-bottom: 1rem;
  font-size: 2.375rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.h2-text-style {
  font-size: 2.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
}

p, li, a, label, button {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 23px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 1rem;
}

header {
  padding: 1.2rem;
  padding-bottom: 0px;
  margin-bottom: 0;
  position: static;
  z-index: 100;
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 90em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-inline: auto;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
header h1 svg {
  filter: drop-shadow(1px 1px 12px rgba(0, 0, 0, 0.7));
}
header #hoover-logo-white {
  transition: all 0.3s ease;
}
header #hoover-logo-white:hover {
  scale: 1.06;
}
header #hoover-logo-white:active {
  scale: 0.9;
}
header .hamburger {
  display: none;
  transition: 0.1s ease;
  transition: all 0.3s ease;
}
header .hamburger:hover {
  scale: 1.17;
}
header .hamburger:active {
  scale: 0.9;
}
header .hamburger:hover {
  cursor: pointer;
}
header .hamburger .bar {
  display: block;
  width: 21px;
  height: 3px;
  border-radius: 0 3px;
  margin: 4px auto;
  background-color: white;
  transition: 0.3s all ease;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
header nav {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4rem;
}
header nav ul {
  display: flex;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
header nav li {
  margin: 0 auto;
  margin-left: 3rem;
  list-style: none;
}
header nav li .page-link {
  position: relative;
  display: block;
  padding-bottom: 0.4rem;
  transition: all 0.3s;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
}
header nav li .active {
  font-weight: 900;
  color: rgb(255, 180, 91);
}
header nav li:first-child {
  margin-left: 0rem;
}

.lock-scroll {
  position: fixed;
}

@media screen and (max-width: 768px) {
  nav .hamburger {
    display: block;
  }
  nav .hamburger.active1 .bar:nth-child(2) {
    opacity: 0;
  }
  nav .hamburger.active1 .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    border-radius: 3px;
  }
  nav .hamburger.active1 .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    border-radius: 3px;
  }
  nav .pages__list {
    position: absolute;
    top: 0px;
    right: -100%;
    flex-direction: column;
    background-color: rgb(78, 92, 60);
    width: 66%;
    text-align: left;
    transition: 0.3s;
    z-index: -1;
    overflow: hidden;
    padding-left: 3rem;
    padding-right: 1.25rem;
    padding-top: 6rem;
    transition: 350ms ease;
    height: 100vh;
  }
  nav .pages__list li {
    margin: 1rem 0;
  }
  nav .pages__list.active1 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    opacity: 0.95;
  }
}
@media screen and (min-width: 768px) {
  header {
    padding-inline: 2rem;
  }
  header nav li {
    margin-left: 2rem;
  }
  header nav li .page-link {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1rem;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
  }
  header nav li .page-link:hover {
    scale: 1.06;
  }
  header nav li .page-link:active {
    scale: 0.9;
  }
  header nav li .page-link:hover {
    color: rgb(255, 195, 124);
  }
}
footer {
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
  transition: all 0.3s ease;
}
footer a:hover {
  scale: 1.06;
}
footer a:active {
  scale: 0.9;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li a {
  margin: 0;
  padding: 0;
}
footer .footer__logo {
  margin: 0 auto;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
footer .footer__logo:hover {
  scale: 1.06;
}
footer .footer__logo:active {
  scale: 0.9;
}
footer .footer__nav {
  background-color: rgb(78, 92, 60);
  padding: 1rem;
}
footer .footer__social {
  background-color: rgb(62, 74, 48);
  padding: 2rem;
}
footer .footer__social ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding: 0;
  max-width: 20em;
}
footer .footer__social ul li {
  margin: 0;
  padding: 0;
}
footer .footer__social ul li img {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
footer .footer__social ul li img:hover {
  scale: 1.17;
}
footer .footer__social ul li img:active {
  scale: 0.9;
}
footer .footer__address {
  background-color: rgb(47, 55, 36);
  padding: 2rem;
  margin-bottom: -5px;
}
footer .footer__address a {
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
footer .footer__address a:hover {
  scale: 1.06;
}
footer .footer__address a:active {
  scale: 0.9;
}
footer .footer__address img {
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px;
}
footer .footer__contact {
  background-color: rgb(31, 37, 24);
  padding: 2rem;
  margin-bottom: -5px;
  display: flex;
  justify-content: center;
}
footer .footer__contact img {
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px;
}
footer .footer__contact a {
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
footer .footer__contact a:hover {
  scale: 1.06;
}
footer .footer__contact a:active {
  scale: 0.9;
}
footer .footer__contact a:first-child {
  margin-right: 1rem;
}
footer .footer__copyright {
  background-color: #10120C;
  padding: 1.3rem;
}
footer .footer__copyright p {
  margin: 0;
  padding: 0;
}
footer .pages__list {
  padding: 0;
  margin: 0;
}
footer .pages__list li {
  margin: 0.75rem;
}
footer .page-link {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
  opacity: 0.8;
  font-weight: 400;
}
footer .page-link:hover {
  opacity: 1;
}
footer .active {
  font-weight: 700;
  opacity: 1;
}

@media screen and (min-width: 780px) {
  footer .footer__address a, footer .footer__contact a {
    font-size: clamp(0.8rem, 1.8vw, 1rem);
  }
  footer .pages__list {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  footer .footer__flex {
    display: flex;
  }
  footer .footer__social, footer .footer__address, footer .footer__contact, footer .footer__copyright {
    width: 50%;
    height: 102px;
  }
  footer .footer__copyright p {
    padding: 1rem;
    font-size: clamp(0.8rem, 1.8vw, 1rem);
  }
}
.hide {
  display: none;
}

.hero {
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(10%, rgba(110, 110, 110, 0.003))); /* Chrome,Safari4+ */
}
.hero__overlay {
  text-align: left;
  position: absolute;
  height: 0px;
  z-index: 1;
  width: 70%;
  transform: translate(1rem, 10rem);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.hero__overlay #hero__overlay--button {
  text-shadow: none;
}
.hero__image {
  display: block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 39rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.page-home #medallion {
  width: 33%;
}
.page-home #home-latest-projects--button-top {
  display: none;
}
.page-home .home-latest-projects {
  margin-top: 4rem;
}
.page-home .home-latest-projects__pics img {
  margin-bottom: 1rem;
}
.page-home h2 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 500px) {
  .hero__overlay {
    text-align: center;
    position: absolute;
    width: calc(100% - 2.25rem);
    height: -moz-fit-content;
    height: fit-content;
    transform: translate(1rem, 12rem);
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  }
  .hero__overlay .hero__overlay--child {
    width: clamp(50px, 90vw, 790px);
    margin: 0 auto;
    font-size: clamp(2rem, 0vw, 4rem);
  }
  .hero__overlay h2 {
    font-size: clamp(2.5rem, 5vw, 3.2rem);
    line-height: clamp(3rem, 5vw, 4rem);
  }
  #hero__overlay--button {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .hero__overlay {
    transform: translate(1rem, 13rem);
  }
  .page-home .home-about {
    margin-top: 2rem;
    margin-bottom: 6rem;
    display: flex;
    gap: 1rem;
  }
  .page-home .home-about__right {
    width: 60%;
  }
  .page-home .home-about__right--content {
    width: 70%;
  }
  .page-home .home-about__left {
    width: 40%;
    text-align: right;
  }
  .page-home #medallion {
    width: 50%;
    margin-top: -8px;
  }
  .page-home .home-latest-projects__pics {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .page-home .home-latest-projects__pics img {
    margin: 0;
    padding: 0;
    height: inherit;
  }
  .page-home .home-latest-projects__pics--left {
    width: 66.2%;
  }
  .page-home .home-latest-projects__pics--right {
    margin: 0;
    padding: 0;
  }
  .page-home .home-latest-projects__pics--right2 {
    margin: 0;
    padding: 0;
  }
  .page-home .home-latest-projects__pics--2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 31.7%;
  }
  .page-home #home-latest-projects--button-bottom {
    display: none;
  }
  .page-home #home-latest-projects--button-top {
    display: block;
  }
  .page-home .home-latest-projects__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.subhero {
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
}
.subhero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(110, 110, 110, 0.003))); /* Chrome,Safari4+ */
}
.subhero__overlay {
  text-align: left;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  width: 75em;
  transform: translate(1.25rem, 16rem);
}
.subhero__overlay h2 {
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.subhero__image {
  display: block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 22rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .subhero__overlay {
    transform: translate(2rem, 16rem);
  }
}
.page-about figure figcaption {
  text-align: right;
  font-style: italic;
}
.page-about #about-content div {
  margin-bottom: 2rem;
}
.page-about .gallery-button {
  margin: 0;
}

#hoover-pic {
  display: none;
}

#hoover-pic1 {
  display: block;
  border-radius: 0 3px 3px 0;
}

@media screen and (min-width: 768px) {
  .page-about {
    margin-inline: auto;
    display: flex;
    gap: 2rem;
  }
  .page-about figcaption {
    font-size: 0.8rem;
  }
  #hoover-pic1 {
    display: none;
    border-radius: 0 3px 3px 0;
  }
  #hoover-pic-2 {
    border-radius: 0 3px 3px 0;
  }
  #hoover-pic {
    display: block;
    width: 50%;
  }
  #about-content {
    width: 50%;
    max-width: 500px;
    margin-top: 50px;
  }
  #page-about__gal-but {
    width: 50%;
  }
}
.page-gallery h3 {
  margin-bottom: 0.5rem;
}
.page-gallery .gallery-list__pic {
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-gallery .gallery-list__pic:hover {
  scale: 1.02;
}
.page-gallery .gallery-list__pic:active {
  scale: 0.99;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(307px, 1fr));
  grid-template-rows: auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.modal {
  /* The Modal (background) */
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Modal Content */
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Caption text */
}
.modal .row > .column {
  padding: 0 8px;
}
.modal .row:after {
  content: "";
  display: table;
  clear: both;
}
.modal .column-flex {
  display: flex;
  gap: 0.5rem;
  background-color: black;
}
.modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}
.modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}
.modal .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.2);
}
.modal .mySlides {
  display: none;
  overflow: hidden;
  background-color: black;
}
.modal .prev, .modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.modal .prev:hover,
.modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 23px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.modal img.demo {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.modal img.active,
.modal .demo:hover {
  opacity: 1;
}
.modal img.hover-shadow {
  transition: 0.3s;
}
.modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact {
  background-color: rgb(255, 225, 189);
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 2rem 0rem;
}
.contact .container2 {
  width: 100%;
  padding-inline: auto;
}
.contact #button {
  cursor: pointer;
}
.contact h2 {
  margin-bottom: 2.5rem;
}
.contact h3 {
  font-weight: 200;
  font-size: 1rem;
  margin-bottom: 0rem;
}
.contact .contact-form {
  background-color: #fff;
  padding: 1.25rem;
  width: 100%;
  border: none;
  border-radius: 15px;
  margin-top: 2rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.contact .contact-form legend {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.contact .contact-form input, .contact .contact-form textarea {
  border: none;
  background-color: #DCDED8;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 23px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 3px 15px 3px 3px;
  width: 100%;
}
.contact .contact-form input:valid {
  border: none;
}
.contact .contact-form input:invalid {
  border: 1px solid rgb(255, 117, 117);
}
.contact .contact-form input:focus:invalid {
  border: none;
}
.contact .contact-form .captcha {
  width: 304px;
  height: 78px;
}

.page-contact .contact-info svg, .page-contact .address svg, .page-contact .email svg {
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-contact .contact-info a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.page-contact .contact-info {
  width: 100%;
}
.page-contact .flex-left {
  margin-bottom: 2rem;
}
.page-contact .flex-left p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 367px) {
  .page-contact .contact-info {
    display: flex;
    gap: 1rem;
  }
}
.page-contact .contact {
  background: none;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 0;
    padding-bottom: 2rem;
    height: 500px;
    margin-top: 200px;
    margin-bottom: 150px;
  }
  .contact .contact-form {
    margin-top: 0;
    max-width: 450px;
    min-width: 350px;
  }
  .contact .container2 {
    margin-top: -73px;
    display: flex;
    flex-direction: row-reverse;
    gap: 3rem;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    padding-top: 0;
    width: 92%;
  }
  .contact .contact-desc {
    max-width: 500px;
    min-width: 300px;
  }
  .contact .contact-desc .h2-text-style {
    font-size: clamp(2rem, 2vw, 4rem);
  }
  .page-contact section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2rem;
  }
  .page-contact .flex-left {
    width: 55%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-contact .flex-left p {
    max-width: 500px;
  }
  .page-contact .flex-right {
    width: 45%;
  }
  .page-contact .flex-right iframe {
    height: 100%;
    height: 400px;
  }
}
.hide {
  display: none;
}

.page-services .services__services {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
.page-services .services__services:last-child {
  margin-bottom: 0rem;
}
.page-services .services__services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-services .services__services ul img {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.page-services .services__services ul h3 {
  margin-bottom: 1.25rem;
}

.full-width-yellow {
  background-color: rgb(255, 225, 189);
  width: 100vw;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 3rem 1.25rem;
}
.full-width-yellow h2 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.full-width-yellow p {
  margin-bottom: 0;
}
.full-width-yellow .button {
  margin-bottom: 0;
}

.gallery-button {
  display: block;
  position: relative;
  text-align: center;
  margin: 4rem 1.25rem;
  max-width: 500px;
}
.gallery-button img {
  width: 100%;
}
.gallery-button .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.services__intro {
  width: 400px;
  margin-bottom: 4rem;
}

.service {
  margin: 0 auto;
  display: block;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.services .service {
  padding: 1rem;
  min-width: 245px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
  .services__intro {
    text-align: center;
  }
}
.slider {
  margin: 4.3rem 0;
}
.slider .button {
  margin: 1rem auto;
}
.slider__title {
  margin: 0 auto;
  margin-bottom: -20px;
  text-align: center;
}

.tns-outer {
  margin-top: 0;
}
.tns-outer .tns-controls {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
.tns-outer .tns-controls button {
  visibility: hidden;
  position: relative;
  border: rgb(149, 157, 138) solid 0.1px;
  border-radius: 5px;
  padding: 0.1rem 0.3rem;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 23px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0.2rem;
}
.tns-outer .tns-nav {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}
.tns-outer .tns-nav button {
  border-radius: 10px;
  height: 20px;
  width: 20px;
  border: 1px solid rgb(149, 157, 138);
  margin: 1rem 0.1rem;
  margin-top: 0.5rem;
  transform: scale(0.5);
  background-color: none;
}
.tns-outer .tns-nav-active {
  background-color: rgb(149, 157, 138);
}/*# sourceMappingURL=main.css.map */