/* Custom dark blue theme */
body {
    font-family: Arial, sans-serif;
    background-color: #343a40;
    color: #ffffff;
    padding-top: 56px; /* Adjust for fixed navbar */
}

.container {
    padding: 20px;
}

.navbar {
    background-color: #1e7eac;
    /*00008B*/
}

.navbar-brand,
.navbar-nav {
    color: #ffffff;
}

.smaller-text {
    margin-top: 4.5px;
    font-size: 14px !important;
}

.nav-link {
    font-weight: bold;
}

.navbar-brand:hover,
.navbar-nav .nav-link:hover {
    color: #f8f9fa;
}

header {
    text-align: center;
    margin-bottom: 30px;
}

h1 {
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 20px;
}

p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 20px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #000;
}
