@font-face {
  font-family: KudryashevBody;
  src: url(/Fonts/KudryashevDisplay-Regular.ttf);
}
@font-face {
  font-family: KudryashevHead;
  src: url(/Fonts/KudryashevHeadline-Regular.ttf);
}
::-webkit-scrollbar {
  display: none; /*Chrome*/
}

* {
  margin: 0% 0% 0% 0%;
  padding: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
}
body {
  font-family: KudryashevHead, "Times New Roman", Times, serif;
  background-color: #fff0d9;
}
p {
  margin-bottom: 5px;
}
.header {
  display: inline-flex;
  width: 100%;
  height: 6vw;
  background-color: #ffc999;
  color: #925632;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #5a341c;
}

.header img {
  height: 100%;
  width: 100%;
  max-width: 6vw;
  max-height: 6vw;
}
.title-head {
  display: flex;
  flex-wrap: wrap;
  font-family: "KudryashevHead", "Times New Roman";
  font-size: 2vw;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}

.nav-bar {
  background-color: rgba(71, 36, 23, 0.4);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5vw;
  margin-top: -4px;
}
.links {
  display: inline-flex;
  align-items: center;
  background-clip: padding-box;
  background-color: #925632;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "KudryashevHead", "Times New Roman";
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 2px 4px 2px 4px;
  min-height: 2rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}
.links:hover,
.links:focus {
  background-color: #a05a2c;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.links:hover {
  transform: translateY(-1px);
}
.links:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}

.about h3,
.staff h3,
h3[id="services-title"],
h3[id="photo-title"] {
  font-family: KudryashevHead;
  font-size: 150%;
  background-color: rgba(147, 79, 54, 0.4);
  color: #925632;
  text-align: center;
  text-transform: uppercase;
}
/*
.intro-bg {
  display: block;
  object-fit: contain;
}
.intro-bg img {
  height: 40vw;
  width: 100%;
}
div[id="overlay-text"] {
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
}*/
.about {
  margin-top: 2vw;
}
.about-content,
.staff-content,
.services-content {
  margin: 3vw;
}
.staff h2,
h4 {
  text-align: center;
}
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}
.gallery img {
  width: 100%;
  max-width: 350px;
  height: 200px;
  object-fit: cover;
  border: 1px solid grey;
  border-radius: 5px;
}
.divider {
  border-bottom: 1px solid #925632;
  margin: 2rem 2rem;
}
.contact {
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(to right, #925632 20%, black);
  font-family: "KudryashevHead", "Times New Roman";
  color: #fff;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 60vh;
}
img[id="geo-contact-logo"] {
  position: absolute;
  z-index: -0.5;
  max-height: 50vh;
  max-width: 50vh;
  opacity: 0.25;
  margin: 0.5rem 0.5rem;
}

.contact-address {
  position: relative;
  font-family: "KudryashevHead", "Times New Roman";
  text-align: center;
  padding: 1px 2rem 1px 2rem;
  z-index: 1;
}

.call,
.mail {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
}

.call p,
.mail p {
  padding-left: 0.5em;
}

.top-button {
  display: flex;
  position: absolute;
  width: 100%;
  height: auto;
  justify-content: center;
  align-self: flex-end;
}

button[id="top"] {
  font-size: 1.75vh;
  width: 50vw;
  height: 2rem;
  background-color: #ffc999;
  border: 2px solid white;
  color: rgb(71, 36, 23);
}

.credit {
  display: none;
}
