/* Hamburger menu styles for small screens */
@media (max-width: 700px) {
  .topnav {
    position: relative;
    flex-direction: row;
    align-items: center;
    height: auto;
/* Dropdown container for hamburger and nav-links */
.nav-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
    padding: 0;
  }
  .topnav .nav-links {
    display: none;
    flex-direction: column;
    width: 100vw;
    background: #fff;
    position: absolute;
    top: 100%;
  .nav-dropdown .nav-links {
    display: none;
    flex-direction: column;
    min-width: 180px;
    width: max-content;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 10000;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
  }
  .topnav.open .nav-links {
    display: flex;
  }
    cursor: pointer;
    z-index: 10001;
  }
}
/* Hide hamburger on desktop */
@media (min-width: 701px) {
  .hamburger {
    display: none;
  }
  .topnav .nav-links {
    display: flex !important;
    flex-direction: row;
    position: static;
    width: auto;
    background: none;
    box-shadow: none;
  }
}
/* Styles for devices with a minimum width of 320px */
@media (min-width: 320px) {
  /* Example: slightly increase base font size for very small screens and up */
  body {
    font-size: 17px;
  }
  /* Add or override other styles for 320px and up here */
}
/* Responsive video with aspect ratio */
.video-aspect-ratio {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  width: 100%;
  max-width: 100vw;
  min-height: 180px;
  padding: 2vw 0 2vw 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.centered {
  position: absolute;
  top: 70%; /* Adjust as needed to appear below the face */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
  outline: none;
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 200px 14px;
  min-width: 0;
  max-width: 10vw;
  width: auto;
  margin: 0 auto;
  z-index: 2;
  box-sizing: border-box;
}

  h1 {
    font-size: 8vw;
    padding-top: 8px;
  h2 {
    font-size: 5vw;
  }
  .container {
    padding: 0 0 0 0;
    min-height: 120px;
  }
  .centered {
    position: static;
    transform: none;
    outline-width: 2px;
    margin: 20px 0 0 0;
    width: 98vw;
    max-width: 99vw;
    padding: 4vw 2vw;
    box-sizing: border-box;
  }
    border-radius: 8px;
  }

  h1 {
    font-size: 6vw;
  }
  h2 {
    font-size: 3vw;
  }
  .container {
    margin-top: 60px;
    margin-bottom: 30px;
    min-height: 140px;
  }
  .wordcontainer, h3.wordcontainer {
    width: 96%;
    padding: 18px;
    font-size: 18px;
  }
  .about-img-left {
    width: 40vw;
    max-width: 200px;
  }
  .centered {
    padding: 2vw 4vw;
    font-size: 1.1em;
    width: 96vw;
    max-width: 98vw;
    box-sizing: border-box;
  }
  
  h1 {
    font-size: 4vw;
  }

  h2 {
    font-size: 2vw;
  }
  .container {
    margin-top: 100px;
    margin-bottom: 60px;
    min-height: 180px;
  }
  .wordcontainer, h3.wordcontainer {
    width: 60%;
    padding: 40px 40px;
    font-size: 22px;
  }
  .about-img-left {
    width: 260px;
    max-width: 260px;
  }
  .centered {
    padding: 1vw 2vw;
    font-size: 1.2em;
    width: 60vw;
    max-width: 70vw;
    box-sizing: border-box;
  }

/* Responsive design for mobile devices */
@media (max-width: 700px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
    padding-top: 100px;
  }
  h2 {
    font-size: 32px;
  }
  .container {
    padding: 0;
  }
  .centered {
    position: static;
    transform: none;
    outline-width: 2px;
    justify-content: center;
    align-content: center;
  }
  .wordcontainer, h3.wordcontainer {
    width: 98%;
    padding: 10px;
    font-size: 16px;
  }
  .about-img-left {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
    width: 90%;
    max-width: 250px;
  }
  img.container, .blurred-background {
    width: 100vw !important;
    height: auto !important;
    min-width: 0;
    max-width: 100vw;
  }
  .topnav {
    flex-direction: column;
    align-items: stretch;
    width: 100vw;
    min-width: 0;
    box-sizing: border-box;
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    gap: 0;
  }
  .topnav a {
    display: block;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 14px 0;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border-radius: 0;
  }
  form.wordcontainer label,
  form.wordcontainer input,
  form.wordcontainer textarea {
    width: 98%;
    max-width: 98vw;
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  textarea {
    width: 98% !important;
    min-width: 0;
    font-size: 16px;
  }
}
/* Float the about image left in the about paragraph */
.about-img-left {
  float: left;
  width: 200px;
  max-width: 40%;
  margin-right: 20px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
form.wordcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'merriweather', serif;
}

form.wordcontainer label,
form.wordcontainer input,
form.wordcontainer textarea {
  width: 80%;
  max-width: 400px;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'merriweather', serif;
}

form.wordcontainer textarea {
  min-height: 100px;
  resize: vertical;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

h1 {
    margin-top: 60px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 64px;
    color: #222;
    opacity: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow:
      0 2px 8px rgba(0,0,0,0.10),
      0 1px 0 #fff;
    background: none;
    border-radius: 12px;
}

h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 32px;
    color: #427aa1;
    opacity: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #fff;
    background: none;
    border-radius: 8px;
}

body {
    font-family: 'Roboto', 'Merriweather', serif;
    background: #f6f8fa;
    margin: 0;
    font-size: 20px;
    color: #222;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topnav {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 0;
  box-sizing: border-box;
  padding: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.topnav a {
  color: #427aa1;
  text-align: center;
  font-family: 'Roboto', 'Merriweather', serif;
  padding: 18px 28px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 6px;
  margin: 0 6px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.topnav a:hover {
  background: #427aa1;
  color: #fff;
  box-shadow: 0 2px 8px rgba(66,122,161,0.10);
}

.topnav a.active {
  background: #427aa1;
  color: #fff;

  box-shadow: 0 2px 8px rgba(66,122,161,0.15);
}

.container {
  position: relative;
  text-align: center;
  background: none;
  padding: 8px 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.background {
  filter: blur(5px);
  position: fixed;
  top: 0;
}

.wordcontainer {
  margin: 32px auto;
  padding: 32px 28px;
  text-align: left;
  width: 90%;
  max-width: 700px;
  word-wrap: break-word;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

h3 {
  font-family: 'Raleway', 'Merriweather', serif;
  font-size: 26px;
  color: #427aa1;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
  background: none;
  font-weight: 700;
}

ul {
  list-style-type: none;
  padding: 0;
}

img.container {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  align-items: center;
  background-color:#ebf2fa;
}


input[type=text],
input[type=email] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin: 8px 0 16px 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  background: #f8fafc;
  transition: border 0.2s, box-shadow 0.2s;
}
input[type=text]:focus,
input[type=email]:focus {
  border: 1.5px solid #427aa1;
  box-shadow: 0 2px 8px rgba(66,122,161,0.10);
}

textarea {
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 18px;
  resize: vertical;
  margin: 8px 0 16px 0;
  text-align: left;
  background: #f8fafc;
  transition: border 0.2s, box-shadow 0.2s;
}
textarea:focus {
  border: 1.5px solid #427aa1;
  box-shadow: 0 2px 8px rgba(66,122,161,0.10);
}
button, input[type=submit] {
  background: #427aa1;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 18px;
  font-family: 'Raleway', 'Roboto', sans-serif;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(66,122,161,0.10);
  margin-top: 8px;
  transition: background 0.2s, box-shadow 0.2s;
}
button:hover, input[type=submit]:hover {
  background: #05668d;
  box-shadow: 0 4px 16px rgba(5,102,141,0.12);
}

.footer {
   position: static;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #427aa1;
   color: #f8fafc;
   text-align: center;
   font-size: 1.05em;
   padding: 24px 0 20px 0;
   letter-spacing: 0.5px;
  margin-top: 0 !important;
}