@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");

.navbar-brand {
    margin-right: 0;
}

.navbar-brand img {
    width: 115px;
}

.navbar-brand img:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

.topNavigation {
    background-color: #050000a1;
    border-bottom: 6px solid #380000;
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 50px !important;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.navigation-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0000006e;
    box-shadow: 0 -10px 30px 6px #000;
    width: 100%;
}

.nav-menu-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    
}

.nav-bg {
    opacity: 0.6;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
}

.nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
/* Blue header line */
.topNavigation {
    border-bottom: 0;
}

.c-header {
    position: relative;
    z-index: 999;
}

.c-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(41, 196, 255, 0.28) 18%,
        #29c4ff 50%,
        rgba(41, 196, 255, 0.28) 82%,
        transparent 100%
    );
    box-shadow:
        0 0 12px rgba(41, 196, 255, 0.85),
        0 0 28px rgba(41, 196, 255, 0.45);
}

/* Optional: make the header match the blue theme better */
.topNavigation {
    background-color: rgba(3, 10, 18, 0.78);
}

.navigation-bar {
    background-color: rgba(0, 6, 12, 0.72);
    box-shadow:
        0 -10px 30px 6px #000,
        0 8px 28px rgba(41, 196, 255, 0.08);
}
.navbar-brand {
    margin-right: 0;
    position: relative;
    top: -14px;
    z-index: 20;
}

.navbar-brand img {
    width: 115px;
    display: block;
}