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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  background: #0c0c0c;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, 1200px);
  margin-inline: auto;
}

.site-header {
  padding: 1rem 0;
}
.site-header .site-branding {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  flex-direction: column;
  align-items: center;
}
.site-header .site-branding img {
  width: 100px;
  height: auto;
}
.site-header .site-tagline {
  color: #b7b6b5;
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1em;
  font-size: 3rem;
}

.site-main {
  width: 100%;
  height: auto;
}

.hero-image {
  width: 100%;
  padding: 50px 5%;
  height: auto;
}
.hero-image img {
  width: 100%;
  max-width: 1920px;
  height: auto;
}

.main-menu,
.footer-menu {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.hero {
  padding: 5rem 0 3rem;
}
.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
}
.hero p {
  margin: 0;
  max-width: 650px;
}

.home-form-section {
  padding: 0 0 5rem;
  display: flex;
  justify-content: center;
}
.home-form-section img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.form-box {
  max-width: 760px;
  padding: 2rem;
  border: 1px solid #dddddd;
  border-radius: 12px;
  background: #fff;
}
.form-box h2 {
  margin-top: 0;
}

.page-content,
.default-page {
  padding: 3rem 0;
}

.entry-title {
  margin-top: 0;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid #dddddd;
  margin-top: 5rem;
}
.site-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid black;
  border-radius: 8px;
  font: inherit;
}
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}
.wpcf7 input[type=submit] {
  display: inline-block;
  padding: 0.85rem 1.4rem;
  border: 0;
  border-radius: 8px;
  background: blue;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.wpcf7 input[type=submit]:hover {
  opacity: 0.9;
}
.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
.wpcf7-response-output {
  margin: 0 0 !important;
  padding: 0.8rem 1rem !important;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .header-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-menu,
  .footer-menu {
    flex-wrap: wrap;
  }
}

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