/* Spatial Tux: Mini additions */
#contact-callout form {
  max-width: 60ch;
  min-width: 20ch;
  width: 100%;
  margin: 1rem auto 2rem;
  height: 175vh;
  overflow-y: auto;
  border-top: solid 1px rgba(100, 100, 100, 0.3);
}
#contact-callout form label {
  display: block;
  margin-top: 1rem;
}
#contact-callout form input,
#contact-callout form textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
  border-radius: 10px;
  border-style: none;
}

input:invalid,
textarea:invalid {
  /* background: pink; */
  border: solid 1px red;
}
input:focus,
input:active,
textarea:focus,
textarea:active {
  outline-color: var(--brand-theme-geen);
  outline-width: 5px;
}
#contact-callout form button {
  padding: 1rem;
  width: 100%;
  max-width: 50%;
  border: solid 1px #d8d8d8;
  border-radius: 5px;
  background-color: #a6b761;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1rem auto;
  display: block;
  cursor: pointer;
}

#contact-callout aside {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
}

aside#featured-sections,
aside#featured-articles,
aside#ctas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1rem;
  align-content: center;
  margin-bottom: 5rem;
}

#thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Contact Page Contact Form */
form[name="contact"] {
  width: 80%;
  display: grid;
  max-width: 35rem;
  margin: auto;
}
form[name="contact"] {
  max-width: 50ch;
  min-width: 20ch;
  width: 100%;
  margin: 0rem auto 2rem;
}
form[name="contact"] label {
  display: block;
  margin-top: 1rem;
}
form[name="contact"] input,
form[name="contact"] textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
  /* border-radius: 0 2px 2px 0;
  border-style: none; */
  margin-bottom: 0;
  /* border: none; */
  border-color: black;
  font-size: 1.2rem;
  /* box-shadow: inset 0px 1px 8px 1px rgb(18 156 15 / 62%); */
  box-shadow: inset 0px 1px 8px 1px rgb(234 234 234 / 0.62);
  display: block;
  width: 100%;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* form[name="contact"] button {
  padding: 1rem;
  width: 100%;
  max-width: 50%;
  border: solid 1px #d8d8d8;
  border-radius: 5px;
  background-color: #a6b761;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1rem auto;
  display: block;
} */

form[name="contact"] button {
  padding: 1rem;
  width: 100%;
  max-width: 50%;
  border: solid 1px black;
  color: black;
  background: transparent;
  text-transform: uppercase;
  margin: 1rem auto;
  display: block;
}
form[name="contact"] button:hover,
form[name="contact"] button:focus {
  cursor: pointer;
  background: black;
  color: white;
}

fieldset {
  border: none;
}

.form-error {
  padding: 0.3rem;
  background-color: #ed143d;
  color: white;
}

/* CONTENT Declarations */
#bios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 1rem;
}

label[data-required]:after {
  content: "*";
  color: red;
  font-weight: 700;
  margin-left: 0.3rem;
}

body > footer#footer {
  grid-area: footer;
  /* margin: 0 0 4.5rem; */
  display: grid;
  grid-template-columns: auto;
}

#footer .totop {
  top: -1rem;
  justify-content: center;
  display: inline-flex;
  z-index: 5;
}
#footer .totop span {
  font-size: 1.7rem;
  line-height: 2.5rem;
  background: #000;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.fa {
  display: inline-block;
  /* font: normal normal normal 14px/1 FontAwesome; */
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
}
.fa-arrow-up:before {
  content: "\000AB";
  font-style: normal;
  font-size: 3rem;
  color: white;
}
#footer .totop span a {
  min-width: 3rem;
  min-height: 3rem;
  display: block;
}

#addressdetails {
  padding: 2rem;
  font-size: 0.8rem;
  text-align: center;
  color: white;
}
.contactinfo li,
.contactinfo p {
  width: 100%;
  max-width: 100%;
}

#companydetails,
#addressdetails,
.social {
  padding: 1rem 1rem 3rem;
  text-align: center;
}
#companydetails {
  padding-bottom: 8rem;
  width: 100%;
  background: rgb(0, 0, 0);
}
.copyright,
.companyreg {
  color: white;
  max-width: 100%;
  text-align: center;
}
.copyright {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.companyreg {
  font-size: 0.6rem;
  font-size: clamp(0.5rem, 0.6rem + 0.1vw, 14px);
}
.companyreg span:nth-child(odd) {
  display: block;
}
.companyreg span:nth-child(even) {
  display: none;
}
/* #footer-menu-list {
  list-style-type: none;
  display: grid;
  grid-template-areas:
    "extra services"
    "extra services"
    "extra services"
    "extra services"
    "extra services";

  /* grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); *
  margin-bottom: 1rem;
} */

#footer-menu-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-evenly;
  max-width: 80rem;
  margin: 0 auto;
}

/* #footer-menu-list > ul {
  float: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5rem;
  grid-area: extra;
} */

#footer-menu-list > ul {
  text-transform: uppercase;
  font-weight: 500;
  list-style: none;
  line-height: 2.6;
  padding: 1rem;
  margin: 0 auto 1.5rem;
  /* margin-bottom: 1.5rem;
  margin-top: 0; */
  display: flex;
  flex-direction: column;
  text-align: center;
}
#footer-menu-list ul li {
  width: 100%;
}
/* #footer-menu-list > ul#services {
  grid-area: services;
} */
#footer-menu-list ul .submenu > li {
  float: none;
  font-size: 0.9rem;
  text-transform: initial;
  font-weight: initial;
}

#footer-menu-list a {
  text-decoration: none;
  color: white;
}
#footer-menu-list a:hover,
#footer-menu-list a:focus {
  border-bottom: solid 1px var(--brand-theme-geen);
  color: var(--brand-theme-geen);
}
#footer-menu .social {
  word-wrap: break-word;
  display: flex;
  flex: 1;
  min-width: 16rem;
  padding: 1.75rem;
}
#footer h3 {
  text-align: center;
}
.awards,
.accreditations {
  max-width: 90rem;
  margin: auto;
  margin-bottom: 4rem;
}
.awards ul,
.social ul,
.accreditations ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  margin: 2rem;
  padding: 0;
  list-style: none;
}
.awards ul li,
.social ul li,
.accreditations ul li {
  margin: auto;
}
.awards img,
.accreditations img {
  min-width: 100px;
  max-width: 250px;
  margin: 1.5rem;
}

.social a {
  display: inline-block;
  margin: 0 0.1rem;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  transition: background 0.2s ease-in-out;
}
.social a:hover,
.social a:focus {
  /* background-color: rgb(111, 177, 173); */
  background-color: var(--brand-theme-geen);
}
.social img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social li {
  margin: auto;
  min-width: 5rem;
  min-height: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#contactdetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: black;
  /* background-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0.7)),
    url(/media/tbc/wooden-floor.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; */
}
#contactdetails > div {
  margin: auto;
}
#contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
}
#contact-response {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  text-align: center;
}
#contact-response > * {
  margin: auto 1rem;
}
#contact-response > button {
  padding: 1rem;
  /* width: 100%; */
  max-width: 50%;
  border: solid 1px black;
  color: black;
  background: transparent;
  text-transform: uppercase;
  margin: 1rem auto;
  display: block;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#contact-response > button:hover,
#contact-response > button:focus {
  cursor: pointer;
  background: black;
  color: white;
}

#contact-page-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--brand-theme-geen);
}
#contact-page-details .row {
  margin: 1rem auto 2rem;
  text-align: center;
}

.photo-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.4rem;
}
.slide-content img {
  object-fit: cover;
  height: 100%;
}

.feature-card,
.home-feature-card {
  min-height: 42vh;
  max-height: 60vh;
  height: 10rem;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0.2rem;
  margin-top: 0;
  transition: transform 0.2s ease;
  border: solid 1px #e8e8e8;
}
.feature-card:hover,
.feature-card:focus,
.home-feature-card:hover,
.home-feature-card:focus {
  transform: scale(0.98);
}
.feature-card h2 {
  color: white;
  stroke: black;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.feature-card a,
.home-feature-card a {
  display: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  align-items: flex-end;
  justify-content: stretch;
}

/* .home-feature-card {
  min-height: 30vh;
  max-height: 40vh;
} */
.home-feature-card {
  background-blend-mode: overlay;
}
.home-feature-card h2 {
  padding: 1rem;
  width: 100%;
}
.home-feature-card a {
  display: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: inherit;
}
/* .home-feature-card:hover,
.home-feature-card:focus {
  transform: scale(0.95);
} */
.hfc-white {
  background: rgba(255, 255, 255, 0.9);
}
.hfc-black {
  background: rgba(0, 0, 0, 0.9);
}

.slidedown {
  animation-duration: 0.2s;
  animation-name: slidedown;
}

/* ANNIMATION KEYFRAMES */
@keyframes slideup {
  from {
    /* margin-left: 100%; */
    height: 1vh;
  }

  to {
    /* margin-left: 0%; */
    height: calc(100vh - 3.5rem);
  }
}
@keyframes slidedown {
  from {
    /* margin-left: 100%; */
    height: calc(100vh - 3.5rem);
  }

  to {
    /* margin-left: 0%; */
    height: 1vh;
  }
}

.notice {
  border: none;
  border-left: solid 3px #129dab;
  padding: 1rem 2rem;
  margin: 1rem 0.5rem;
  background: #d3eaec;
}

.testimonial-quote blockquote > div > p:after,
.testimonial-quote blockquote > div > p:before {
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  font-size: 1.2rem;
  color: #bc93c8;
}
.testimonial-quote blockquote > div > p {
  color: #888;
  font-style: italic;
  line-height: 1.5;
}
.testimonial-quote blockquote > div > p:before {
  content: "\201C ";
  padding-right: 0.2rem;
}
.testimonial-quote blockquote > div > p:after {
  content: "\201D";
  padding-left: 0.2rem;
}
.testimonial-quote blockquote > footer {
  padding: 0 0 2rem;
}
.testimonial-quote blockquote > footer > h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
.testimonial-quote blockquote > footer > cite:before {
  content: normal;
}
.testimonial-quote blockquote > footer > cite {
  font-size: 1.1rem;
  text-align: center;
  font-style: normal;
}
.testimonial-quote blockquote > footer > cite p {
  margin: 0;
  color: #00a99d;
}
.testimonial-quote blockquote > footer > cite p:first-of-type {
  font-weight: 700;
}

.quote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 2rem;
}
.inline-testimonial {
  border: none;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  background: initial;
  font-family: "Times New Roman", Times, serif;
  margin: auto;
  max-width: 30rem;
}
.inline-testimonial > footer {
  font-family: initial;
}
figure.quote .inline-testimonial {
  max-width: initial;
}

svg {
  width: 70px;
  height: 70px;
}
svg:hover {
  fill: red;
}

#testbutton:focus:after {
  content: "Hello World...it works";
  color: white;
  background: black;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
