/*========== Navbar ==========*/
  /*Whole navbar padding and coloring*/
  #mynavbar {
    padding: 20px 0 0 0;
}
.navbar {
    background: linear-gradient(to right, #003366, #004c99, #005c99, #006b99, #007b99, #008b99);
    min-height: 60px;
}
/*Navbar content formatting*/
.navbar .navbar-nav {
    margin-top: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.navbar .nav-link {
    font-size: 20px;
}
/*Navbar logo text style*/
.brush {
    font-family: "Brush Script MT", cursive;
    font-size: 30px;
}
/*Hamburger menu body color and width*/
.offcanvas-body-color {
    background-color: #008b99;
}
.offcanvas {
    width: 100%;
}

/*========== Images ==========*/
.image-container {
    text-align: center;
    margin-top: 20px;
}

.custom-img {
    text-align: center;
    margin-top: 40px;
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.text-container {
    text-align: center;
    margin-top: 100px;
    font-size: 25px;
}

.spacing-container {
    font-size: 25px; /* Larger font size for the header */
    font-weight: bold; /* Bold text for emphasis */
    color: #333; /* Dark grey color for text */
    margin-bottom: 20px; /* Space below the header */
    text-align: center; /* Center the text */
    border-bottom: 2px solid #333; /* Bottom border for a stylish separation */
    padding-bottom: 10px; /* Padding below the text */
    margin-top: 30px; /* Adjust the value for desired spacing */
}

.custom-alert {
    width: 100%; /* Ensure full width */
}

.parent-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    height: 0vh; /* Optional: Set height if you want vertical centering */
}

.alerts-container {
    margin-top: 0px;
}