.alert-fixed-top {
    margin-top: 3em;
}

.yt-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header-image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.fill {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.header-image-drop5 {
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh);
}

.header-image-drop6 {
    -webkit-transform: translateY(6vh);
    transform: translateY(6vh);
}

.header-image-drop7 {
    -webkit-transform: translateY(7vh);
    transform: translateY(7vh);
}

.header-image-drop8 {
    -webkit-transform: translateY(8vh);
    transform: translateY(8vh);
}

.header-image-drop9 {
    -webkit-transform: translateY(9vh);
    transform: translateY(9vh);
}

.header-image-drop10 {
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
}

.button-container {
    text-align: center;
    margin-top: -100px;
    position: relative;
    z-index: 100;
}

.homePic {
    float: right;
    background: #eeeeee;
    padding: 6px;
    margin: 4px;
}

.mega-menu {
    /*background-color: rgba(31, 31, 31, 0.94) !important;*/
    background-color: white;
    overflow-x: hidden;
}

@media (max-height: 900px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 800px;
        overflow-x: hidden;
    }
}

@media (max-height: 880px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 780px;
        overflow-x: hidden;
    }
}

@media (max-height: 860px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 760px;
        overflow-x: hidden;
    }
}

@media (max-height: 840px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 740px;
        overflow-x: hidden;
    }
}

@media (max-height: 820px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 720px;
        overflow-x: hidden;
    }
}

@media (max-height: 800px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 700px;
        overflow-x: hidden;
    }
}

@media (max-height: 750px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 650px;
        overflow-x: hidden;
    }
}

@media (max-height: 700px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 600px;
        overflow-x: hidden;
    }
}

@media (max-height: 650px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 550px;
        overflow-x: hidden;
    }
}

@media (max-height: 600px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 500px;
        overflow-x: hidden;
    }
}

@media (max-height: 550px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 450px;
        overflow-x: hidden;
    }
}

@media (max-height: 500px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
    }
}

@media (max-height: 450px) {
    .mega-menu {
        overflow: scroll;
        height: auto;
        max-height: 350px;
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .mega-menu {
        background-color: rgba(240, 240, 240, 0.94);
        -webkit-backdrop-filter: blur(5px) !important;
        backdrop-filter: blur(5px) !important;
    }
}

.iframe-container {
    width: 100%;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.g-down {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(117, 153, 62, 0.56)),
        to(rgba(117, 153, 62, 0.56))
    );
    background: linear-gradient(
        180deg,
        rgba(117, 153, 62, 0.56) 0%,
        rgba(117, 153, 62, 0.56) 100%
    );
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
}

.s-top {
    box-shadow: inset;
}

.s-vignette:after {
    box-shadow: inset 0 0 100px black;
}

.s-vignette-frost:after {
    box-shadow: inset 0 0 100px #457178;
}

.fc-col-header-cell {
    color: #1a252f !important;
}

.fc-event-title,
.fc-event-time,
.fc-more-link {
    color: #457178 !important;
    font-size: 10px;
}

/*

#calendar {
  width: 100%;
  margin: 0 auto;
}

.fc-sticky
{
  color: white!important;
}


.fc-daygrid-day-top
{
  font-size: 10px;
  line-height: 10px;
}

.fc-scroller {
  height: auto !important;
}

.fc-head .fc-widget-header {
  margin-right: 0 !important;
}

.fc-scroller {
  overflow: visible !important;
}

.fc-day-grid-container.fc-scroller {
  height: auto!important;
  overflow-y: auto;
}


.fc-daygrid-day
{
  height: 90px;
}

.fc-event
{
  height: 20px;
}

.fc-daygrid-block-event
{
  height: 25px;
}


@media (max-width:1184px)
{
  .fc-daygrid-block-event
  {
    height: 100px;
  }
}
*/
.montserrat-title {
    font-family: "Montserrat", sans-serif;
    font-size: 4.25rem;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 991px) {
    .fc-header-toolbar {
        flex-direction: column !important;
    }

    .fc-dayGridMonth-button,
    .fc-listWeek-button {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .front-page-title {
        padding-top: 100px !important;
        font-size: 2.8rem !important;
    }
    .title-fancy {
        font-size: 2.4rem !important;
        letter-spacing: 0.2 !important;
    }
}

@media (max-width: 350px) {
    .front-page-title {
        padding-top: 175px !important;
        font-size: 2.25rem !important;
    }
    .title-fancy {
        font-size: 2.4rem !important;
        letter-spacing: auto;
    }
}
.title-fancy {
    font-weight: 400 !important;
    letter-spacing: 0.5rem;
}

.name-header {
    font-size: 20px;
}
/*** Whole-nav-div scrollbar ***/

/* Internet Explorer 10+ , Firefox */
.navbar-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Safari and Chrome */
.navbar-nav::-webkit-scrollbar {
    display: none;
}
.navbar-fix-text {
    font-weight: 500 !important;
}

.fc-event-title,
.fc-event-time,
.fc-more-link {
    color: #457178 !important;
    font-size: 10px;
}

.fc-sticky {
    color: white !important;
}

.fc-daygrid-day-top {
    font-size: 10px;
    line-height: 10px;
}

a.fc,
a.fc-col-header-cell-cushion,
a.fc-list-day-text,
a.fc-list-day-side-text {
    color: #2a4a4a !important;
}

.fc-daygrid-day-number {
    color: #2a4a4a !important;
}

a.whitelink {
    color: white !important;
}

/*
.fc-col-header-cell .fc-col-header-cell-cushion .fc-day .fc-sunday
{
  color: #1a252f!important;
}
*/

@media (max-width: 991px) {
    .fc-header-toolbar {
        flex-direction: column !important;
    }

    .fc-dayGridMonth-button,
    .fc-listWeek-button {
        display: none !important;
    }
}

.staffname {
    font-size: 16pt;
}

/*** Inner-toggle-div scrollbar ***/

/* Internet Explorer 10+ , Firefox */

/*
.dropdown-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*/

/* Safari and Chrome */

/*
.dropdown-menu::-webkit-scrollbar { 
  display: none;
}
*/

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIvYXNzZXRzL2Nzcy9leHRyYS5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/

/* Front page article temp */

.article-section {
    background-color: #fafafa;
    /* background-color: white; */
    /* padding: 6rem 0; */
}
.article-cards {
    border-top: 1px lightgray solid;
}

.article-card {
    border-top: 1px lightgray solid;
}
.card-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
}

.post-date {
    /* color: #6b7280; */
}

.category-tag {
    background-color: #eee;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    /* color: #4b5563; */
    font-weight: 500;
}

/* For later linking */
/* .category-tag:hover {
    background-color: #f3f4f6;
} */
.header-bold {
    font-weight: 600;
}
.post-title {
    font-size: 1.125rem;
    line-height: 1.5;
    /* color: #111827; */
}

.post-title a:hover {
    color: #4b5563;
}

.post-excerpt {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-read-more {
    transition: color 0.2s;
}

.post-read-more:hover {
    color: #111827;
}

.author-info {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-image {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    /* background-color: #f9fafb; */
}

.author-details {
    font-size: 0.875rem;
    line-height: 1.5;
}

.author-name {
    font-weight: 600;
    /* color: #111827; */
}

.author-role {
    /* color: #4b5563; */
}

/* Social icon branding */

.social-icon {
    transition: color 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.facebook-icon {
    color: #ffffff; /* or your default color */
}

.facebook-icon:hover {
    color: #1877f2; /* Facebook brand color */
}

.youtube-icon {
    color: #ffffff; /* or your default color */
}

.youtube-icon:hover {
    color: #ff0000;
}

.x-icon {
    color: #ffffff; /* or your default color */
}

.x-icon:hover {
    color: #000000;
    text-shadow: 0 0 3px rgb(255, 255, 255);
}

.instagram-icon {
    color: #ffffff; /* or your default color */
}

.instagram-icon:hover {
    color: #833ab4; /* Instagram brand purple - can also use Instagram's gradient: */
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 70%,
        #285aeb 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.linkedin-icon {
    color: #ffffff; /* or your default color */
}

.linkedin-icon:hover {
    color: #0a66c2;
}
