
.hero-home {
    background: url("../images/lady_justice.jpg") no-repeat center center;
    background-size: cover;
    height: 600px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem 0;
}
.hero-home-btm {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url("../images/athens.jpg") no-repeat center center;
    background-size: cover;
    height: 1000px;
    color: white;
    text-align: left;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}
.hero-about-btm {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url("../images/academy.jpg") no-repeat center center;
    background-size: cover;
    height: 1100px;
    color: white;
    text-align: left;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}
.overlay-hero-home-btm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.overlay-hero-about-btm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hero-content-home-btm {
    position: relative;
    z-index: 1;
    padding: 5px;
}
.hero-content-about-btm {
    position: relative;
    z-index: 1;
    padding: 5px;
}
.hero-home-btm h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 3.5rem;
}
.hero-about-btm h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 3.5rem;
}
.hero-home-btm h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
    margin-left: 3.5rem;
}
.hero-about-btm h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
    margin-left: 3.5rem;
}
.hero-about-btm h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
    margin-left: 3.5rem;
}
.hero-home-btm p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 3.5rem;
}
.hero-about-btm p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 3.5rem;
}
.card-body {
  display: flex;
  flex-direction: column;
}
.card-text {
  flex-grow: 2;
}
.icon-placeholder i {
    font-size: 3rem;
    padding: 1rem 0;
}
.card {
    #border: none;
    align-items: center;
    height: 100%;
}
.navbar-brand h1 {
    font-size: 6rem;
}
.navbar-nav .nav-link {
    font-size: 1.5rem;
}
.navbar-nav .nav-link:hover {
    color: #FFFFFF; /* Change the color on hover, example: gold */
}
.footer-logo {
    max-width: 600px; /* Adjust size as needed */
    height: auto;
}
@media (max-width: 576px) {
    .container.d-flex {
        flex-direction: column;
}
.navbar-toggler-custom-icon {
    background-image: url("../images/logo3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px; /* Adjust width as needed */
    height: 100px; /* Adjust height as needed */
    display: inline-block;
    color: white;
}
@media (max-width: 991.98px) { /* Bootstrap's breakpoint for medium devices and smaller */
    .navbar-toggler {
        background-image: url("../images/logo3.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100px; /* Adjust width as needed */
        height: 100px; /* Adjust height as needed */
        border: none; /* Optional: remove border */
        display: inline-block;
    }
}
.navbar-toggler .navbar-toggler-icon {
    display: none; /* Hide the default hamburger icon */
    }
}

