
html, body {
    font-family: 'Avenir', 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden; /* Prevent horizontal scroll if it's unintended */
}

#mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    font-family: 'Avenir', 'Helvetica Neue', Arial, sans-serif !important;
}

#mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child, #mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    font-family: 'Avenir', 'Helvetica Neue', Arial, sans-serif !important;
}

#mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    font-family: 'Avenir', 'Helvetica Neue', Arial, sans-serif !important;
}

#mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox {
    font-family: 'Avenir', 'Helvetica Neue', Arial, sans-serif !important;
}

#mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    font-family: 'Avenir', 'Helvetica Neue', Arial, sans-serif !important;
    width: 50% !important;
    margin-left: 25% !important;
}

#mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  min-width: 75%  !important;
  background-color: rgba(255, 255, 255, 0.8); /* Light background color for emphasis */\
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Apply the drop shadow */
}

.navbar {
    font-family: 'Avenir', 'Helvetica Neue', Arial, sans-serif !important;
}


/* Content that scrolls over the background */
.content {
    position: relative;
    z-index: 1; /* Makes sure the content appears above the animation */
    padding: 20px;
}


.section1 {
  min-height: 100vh; /* Each section takes up the full viewport height */
  margin-bottom: 20px; /* Adjust the value to increase space between sections */
  padding-top: 70px; /* Adjust the value to increase space between sections */
}


.section-other {
    min-height: 100vh; /* Each section takes up the full viewport height */
    margin-bottom: 20px; /* Adjust the value to increase space between sections */
    padding-top: 70px; /* Adjust the value to increase space between sections */
}


.section-last {
    min-height: 100vh; /* Each section takes up the full viewport height */
    margin-bottom: 20px; /* Adjust the value to increase space between sections */
    padding-top: 70px; /* Adjust the value to increase space between sections */
}


/* Style for the Carousel Controls (Arrows) */
.carousel-control-prev, .carousel-control-next {
    background-color: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent grey background */
    border-radius: 5px !important; /* Slightly rounded corners */
    opacity: 1 !important; /* Ensure full visibility */
    margin: auto 10px !important; /* Center vertically */
    width: 40px !important; /* Width of the control */
    height: 40px !important; /* Height of the control */
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Style for the Carousel Captions (Text) */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent grey background */
    padding: 10px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners */
    font-size: 1.1em;
}

.carousel-inner {
    height: 80vh; /* Set the maximum height of the container */
    align-items: center;
}

.carousel-inner img {
    width: auto; /* Let the width adjust naturally */
    max-width: 100%; /* Prevent the image from exceeding the carousel width */
    height: auto; /* Maintain aspect ratio */
    max-height: 80vh; /* Set maximum height to 75% of the viewport */
    object-fit: contain; /* Ensure the image scales correctly without distortion */
    margin: 0 auto; /* Center the image */
}

.carousel-wrapper {
  margin-left: 50px;
  margin-right: 50px;
}

.carousel-wrapper,
.carousel-wrapper * {
    user-select: none; /* Disable text and element selection */
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Apply the drop shadow */
}

.custom-table th,
.custom-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd; /* Light border */
}

.custom-table .header {
    background-color: rgba(0, 0, 0, 0.5); /* Transparent dark grey background */
    color: white; /* White text */
}

.custom-table tbody td {
    text-align: left; /* Left justify non-header rows */
    background-color: rgba(255, 255, 255, 0.9); /* Transparent white background */
}

.col1 {
    width: 20%; /* Adjust this percentage as needed */
    font-weight: 700;
}

.col2 {
    width: 40%; /* Adjust this percentage as needed */
}

.col3 {
    width: 40%; /* Adjust this percentage as needed */
}


.about-us {
    padding: 50px 20px; /* Add padding for spacing */
    text-align: center; /* Center align text */
    background-color: #f8f9fa; /* Light background color */
}

.about-container {
    display: flex;
    justify-content: center; /* Center the items horizontally */
    gap: 125px; /* Space between the person sections */
    flex-wrap: wrap; /* Wrap the items on smaller screens */
}

.person {
    max-width: 400px; /* Limit the width of each person section */
    flex: 1 1 350px; /* Flex-grow and shrink */
}


.headshot {
    width: 60%; /* Full width of the container */
    max-width: 300px !important;
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Make the images circular */
    margin-bottom: 10px; /* Space below the headshot */
    margin-right:50px;
    margin-left:50px;
}

.name {
    margin-top: 10px; /* Space above the name */
    font-size: 1.2em; /* Slightly larger font for the name */
    font-weight: bold; /* Bold the names */
}

.title {
    margin: 5px 0; /* Space around the title */
    font-style: italic; /* Italicize the titles */
    color: #555; /* Slightly muted color for the title */
}

.description {
    margin-top: 10px; /* Space above the description */
    font-size: 0.9em; /* Slightly smaller font size for the description */
    color: #666; /* Muted color for the description */
}


.mission-statement {
    margin-top: 0px; /* Space above the mission statement */
    text-align: center; /* Center the mission statement */
    max-width: 800px; /* Limit the width for readability */
    margin-left: auto;
    margin-right: auto; /* Center the block horizontally */
    padding: 20px; /* Add padding around the text */
}

.mission-statement h2 {
    font-size: 1.5em; /* Larger font for the mission title */
    margin-bottom: 10px; /* Space below the title */
}

.mission-statement p {
    font-size: 1em; /* Standard font size for the mission text */
    color: #333; /* Darker text color for contrast */
    line-height: 1.5; /* Improve readability */
}

.text-buffer {
  padding: 5px 20px;
}

.text-bg {
    background-color: rgba(255, 255, 255, 0.8); /* Light background color for emphasis */\
    border-radius: 8px !important; /* Rounded corners */
}

.section-title {
  color: #333333; /* Light background color for emphasis */
  text-align: center; /* Center align text */
  background-color: rgba(255, 255, 255, 0.6); /* Light background color for emphasis */
  border-radius: 8px; /* Rounded corners */
  display: inline-block; /* Shrink background to fit the text */
  margin: 30px, 10px, 25px, 10px;
  padding: 5px 20px;
  font-size: 1.8em !important; /* Slightly larger font for the name */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Apply the drop shadow */
}

.section-title-container {
    text-align: center; /* Center the heading within the container */
}


.text-justify {
    text-align: justify; /* Justifies the text */
}



#background-animation {
    position: fixed;
    top: -10px;
    left: 0;
    width: 100vw; /* Full viewport width */
    height: auto;
    z-index: -1; /* Ensure it stays in the background */
    pointer-events: none; /* Prevent interaction with the background */
    overflow: hidden; /* Ensure no overflow */
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-h2 {
  width: 66% !important;
  margin-top: 30px;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.2); /* Light background color for emphasis */
  border-radius: 8px; /* Rounded corners */
}

.text-h2-containter {
  display: flex; /* Equivalent to d-flex */
  justify-content: center; /* Equivalent to justify-content-center */
  align-items: center; /* Equivalent to align-items-center */
  width: 100%; /* Equivalent to w-100 */
}
  
.drop-shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important; /* Apply the drop shadow */
}


.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
    border-radius: 50%; /* Make the indicators circular */
    width: 12px; /* Adjust size */
    height: 12px; /* Adjust size */
    margin: 5px; /* Space between indicators */
    position: relative; /* Ensure position to align correctly */
    padding: 8px; /* Add padding to create a larger clickable area with background */
}

.carousel-indicators .active {
    background-color: #007bff; /* Different color for the active indicator */
    opacity: 1; /* Fully visible when active */
}

.footer {
    background-color: #007bff; /* Example: Bootstrap's primary color or your navbar color */
    color: #fff; /* White text for contrast */
    text-align: center; /* Center the text */
    padding: 5px; /* Add some padding */
    font-size: 12px; /* Small font size */
}

#copyright {
    padding-top: 5px;
    margin: 0; /* Remove any default margin */
}

.social-icons {
    display: flex;
    gap: 20px; /* Space between icons */
    justify-content: center; /* Center the icons */
    padding: 10px 40px;;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Apply the drop shadow */
}

.social-icon {
    color: #333; /* Icon color */
    font-size: 48px; /* Increase the size of the icons */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s, transform 0.3s; /* Smooth transition on hover */
}

.social-icon:hover {
    color: #007bff; /* Change color on hover */
    transform: scale(1.2); /* Slightly enlarge the icon on hover */
}

.social-icons-container {
    display: flex;
    justify-content: center; /* Center the icons horizontally */
    margin: 0 auto; /* Center the container itself */
    width: fit-content; /* Shrink to fit the content */
    padding-top:60px;
    padding-bottom:80px;
}

.navbar-brand {
    display: flex;
    align-items: center; /* Vertically centers items within the navbar-brand */
}

.navbar-logo {
    height: 30px; /* Adjust the height as needed */
    margin-right: 10px; /* Space between the image and the text */
}



/* Mobile-specific styles */
@media only screen and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), 
only screen and (max-width: 1024px) and (orientation: landscape) and (min-resolution: 192dpi) {
  .text-h2 {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.6); /* Light background color for emphasis */
  }
  
  #background-animation {
    top: -90px !important;
  }
  
  .carousel-wrapper {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .section-title {
    font-size: 1.0em; /* Slightly larger font for the name */
  }
  
  .section1 {
    padding-top: 20px !important; /* Adjust the value to increase space between sections */
  }
  
  #mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    min-width: 90%  !important;
  }
}


@media only screen and (max-width: 768px) and (orientation: portrait) {
  .text-h2 {
    width: 100% !important;
  }

  #mlb2-18136681.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    min-width: 100%  !important;
  }
  
  #background-animation {
    top: 30px !important;
  }
  
  .carousel-wrapper {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  
  .social-icons-container {
    width: 100%; /* Shrink to fit the content */
  }
  
  .social-icon {
    font-size: 24px; /* Increase the size of the icons */
  }

  .section-title {
    font-size: 1.0em; /* Slightly larger font for the name */
  }
  
  .section1 {
      padding-top: 25px !important; /* Adjust the value to increase space between sections */
  }
}

