
/* Navbar */
.container {
    width: 100%;
    margin: 0 auto;
}

.navbar {
    width: 100%;
    height: 100px;
    line-height: 70px;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    background-color: #19468D;
}

.bg-custom {
    background-color: #19468D;
}

.navbar-custom {
    z-index: 1000;
}

.nav-link {
    color: white;
}

/* UL Menu list */
.menu-links {
    display: flex;
    justify-content: center;
    
}

.menu-links li {
    margin-left: 110px;
    list-style: none; 
    padding: 5px;
}

.menu-links li:hover {
   color: black;
}

a {
    color: white;
    text-decoration: none;
}

/* Style the navbar links */
.navbar-custom .navbar-nav .nav-link {
    color: white; /* Set the font color to white */
    font-weight: bold; /* Make the font bold */
}

/* Style the active link */
.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: white; /* Set the font color to white for the active link */
    font-weight: bold; /* Make the font bold for the active link */
}
/* Style the links in the toggled state */
.navbar-custom .navbar-collapse.show .navbar-nav .nav-link {
    color: white; /* Set the font color to white in the toggled state */
    font-weight: bold; /* Make the font bold in the toggled state */
    background-color: #19468D;
    max-width: 30%;
    padding: 5px;
    opacity: 0.9;
    border-radius: 3px;
    margin: 1px;
}

/* Header */

.headerImage {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.position-relative.overflow-hidden.p-3.p-md-5.m-md-3.text-center.bg-body-tertiary {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

.bigbig {
    height: 300px;
}

h1 {
    margin-left: 5%;
    text-align: center;
    margin-bottom: 5%;
}

div.row {
    margin-left: 2%;
}

.card {
    border: none;
}

img.card-img-top {
    border-radius: 50%;
    padding: 10%;
}

/* Card */

.brotherCard {
    box-shadow: 10px 10px inset #19468D;
    height: auto;
    border-radius: 70px;
    opacity: 90%;
}


/* Footer */
.footer {
    background-color: #19468D;
    margin-top: 5%;
    max-width: 100%;
    max-height: auto;
}

/* Container for the white logo and social media icons */
.logo-nav-container {
    display: inline-flex;
}

.white-logo {
    max-width: 50%;
    max-height: 100%;
    display: inline-flex;
    margin-top: 20px;
    /* padding: 5px; */
    padding-left: 5%;
}

/* Social media footer icons */
.social-icons-footer {
    width: 100%; /* Ensure the container has enough width */
    display: flex; /* Use inline-flex for horizontal alignment */
    justify-content: space-evenly;
    margin-top: 5%;
}

.social-icons-footer a {
    color: white;
    display: inline-flex;
    padding: 5px;
}


/* Navbar for the footer */
.footer-navbar-content {
    display: inline-flex;
    margin-top: 1%;
    width: auto;
    max-height: 100px;
    line-height: 70px;
}

div.footer-navbar-content li{
    display: inline-flex;
    padding: 5px;
    line-height: 200%;
    list-style: none;
    text-decoration: none;
    color: white;
}

div.footer-navbar-content a {
    color: white;
}

div.footer-navbar-content li:hover {
    color: grey;
}

