@charset "UTF-8";
html,
body {
  font-family: Lato, sans-serif;
  background-color: #4A4947;
  /*font-size: 90%;*/
  height: 100%;
}

.main-container {
  padding-top: 3.25rem;
}

.wrapper {
  max-width: 1080px;
  min-height: 100%;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.wrapper > div, .wrapper > nav {
  background-color: white;
}

section.section {
  overflow: hidden;
}
section.section h2 {
  padding-bottom: 0.5em;
}

.has-background-dark h1, .has-background-dark h2, .has-background-dark h3 {
  color: #D66729 !important;
  font-family: inherit;
  font-weight: bold;
}
.has-background-dark h1 {
  font-size: 130%;
  padding-bottom: 1rem;
}
.has-background-dark h2 {
  font-size: 120%;
  padding-bottom: 1rem;
}
.has-background-dark h3 {
  font-size: 90%;
  padding-bottom: 0.75rem;
}
.has-background-dark p {
  padding-bottom: 0.75em;
}
.has-background-dark p,
.has-background-dark ul li {
  color: rgb(216, 210, 194) !important;
}
.has-background-dark ul {
  list-style: square;
  padding-left: 1.5em;
}
.has-background-dark ul li {
  margin-top: 0.5em;
}
.has-background-dark ul li::marker {
  color: #d66729;
}

.image.is-3by2 img,
.image.is-2by1 img {
  object-fit: cover !important;
  display: block;
}

.no-nav .wrapper > nav,
.no-nav .wrapper footer {
  display: none;
}

footer p strong {
  color: inherit !important;
}

.wrapper > nav {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}

.navbar .navbar-brand a {
  font-family: Graduate, serif;
  letter-spacing: -10%;
  color: #4a4947;
}
.navbar .navbar-brand a img {
  width: 35px;
  height: 35px;
  border-radius: 8px;
}

nav {
  padding: 0 1rem;
}
nav a {
  color: #4a4947;
  font-weight: 800;
}
nav a:hover {
  color: #4a4947;
  background-color: transparent !important;
}
nav .navbar-item:hover {
  background-color: transparent !important;
}
nav .navbar-end a:not(:first-child)::before {
  content: "⋅";
  font-size: 2rem;
  color: red;
  margin-right: 1.5rem;
  pointer-events: none;
  /* Hide dots in hamburger menu (touch devices) */
}
@media screen and (max-width: 1023px) {
  nav .navbar-end a:not(:first-child)::before {
    display: none;
  }
}
nav .navbar-end a:not(:first-child):hover::before {
  color: red;
}

.main-container,
.wrapper {
  max-width: 1080px;
}

.navbar {
  max-width: 1080px;
  margin: 0 auto;
}

.hero-section {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px; /* Account for fixed navbar */
}
.hero-section .p-5,
.hero-section .m-4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hero-section h2 {
  font-family: Graduate, sans-serif;
  letter-spacing: -0.08em;
  margin: 1rem 0;
}
.hero-section p {
  line-height: 2rem;
  color: rgba(98, 101, 110, 0.812);
  font-family: Merriweather, serif !important;
  font-size: 1.2rem;
}
.hero-section p strong {
  color: inherit !important;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.floating-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.section-modern {
  padding: 2rem 1.5rem;
  background-color: #D8D2C2;
}
.section-modern .column h2 {
  margin-bottom: 1.5rem;
}
.section-modern .column p {
  margin: 0;
}
.section-modern {
  border-color: #A19E99;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-width: 0px;
}

.section-modern h2 {
  color: #93634D;
  font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}

.gradient-text {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.social-icons a.social-icon {
  display: inline-block;
  text-decoration: none;
  color: #d8d2c2;
  margin: 0 0.75rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.social-icons a.social-icon:hover {
  color: #d66729;
  transform: translateY(-2px);
}
.social-icons a.social-icon i {
  transition: all 0.3s ease;
}

.button {
  border-radius: 0.8rem;
}
.button.is-primary {
  background-color: #D66729;
}
.button.is-primary:hover {
  background-color: #c15a1f;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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