.navbar-custom {
    background-color:#ffffff;
}
.navbar-custom .navbar-brand {
    display: flex;
    padding: 15px;
    background-color: transparent;
    padding: 0; 
    width: 260px;
}
.navbar-custom .navbar-text,
.navbar-custom .nav-link {
    color: #005488;
    font-family: 'Houston', serif;
    font-size: 20px;
    display: block;
    padding: 15px;
}
.nav-item {
    width: 250px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.navbar a {
    display:block;
    padding: 15px;
    color: #005488;
    text-decoration: none;
    width: 250px;
    font-size: 18px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.navbar a:hover {
    background-color: #f29a02bd;
    align-items: center;
    justify-content: center; 
}
.navbar {
    position: relative;
    z-index: 1;
}
.active-nav {
    background-color: #f29a02bd;
}

.navbar-custom .navbar-brand:hover {
    background-color: #f29a02bd;
}

.navbar-custom .navbar-brand img {
    display: block; 
    height: 60px;
    width: auto;
}
h1{
    font-family: 'Houston', serif;
    color: #005488;
    font-size: 40px;
    font-weight: bold;
}
h3{
    font-family: 'Houston', serif;
    font-size: 60px;
    color: #005488;
}
p{
    font-family: 'Houston', serif;
    font-size: 16px;
    color: #000000;
}
li{
    font-family: 'Houston', serif;
    font-size: 16px;
    color: #000000;
}
.timeline1 {
    position: relative;
}
.timeline1::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #04aa94;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.timeline2 {
    position: relative;
    background-color: inherit;
    width: 50%;
}
.timeline2::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #04aa94;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
.leftC {
    padding: 0px 40px 20px 0px;
    left: 0;
}
.rightC {
    padding: 0px 0px 20px 40px;
    left: 50%;
}
.leftC::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}
.rightC::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}
.rightC::after {
    left: -14px;
}
@media screen and (max-width: 820px) {
    .timeline1::after {
        left: 31px;
    }
    .timeline2 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .timeline2::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .leftC::after,
    .rightC::after {
        left: 18px;
    }
    .leftC::before {
        right: auto;
    }
    .rightC {
        left: 0%;
    }
}


footer {
    text-align: center;
    padding: 20px;
}

footer img {
    margin: 0 10px;
    vertical-align: middle;
}
footer p {
    color: white;
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Houston', serif;
}
body {
    margin: 0; 
    padding: 0;
    background-color: #f0f0f0;
}

.profile-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    background-color: #ffffff; 
    border-radius: 10px;
    max-width: 100%;
    margin: 20px auto; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}


.profile-description {
    display: flex; 
}

.text-section {
    display: flex;
    flex-direction: column; 
}

.header-section {
    text-align: center; 
    margin: 20px;
}

.profile-image {
    width: 300px;
    height: 300px; 
    border-radius: 50%; 
    margin-right: 20px; 
    max-width: 100%;
}
.content-section {
    flex: 1; 
}
@media (max-width: 820px) {
    .profile-description {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    .header-section {
        margin-bottom: 20px
    }
}
.h2-custom {
    font-weight: bold;
    font-family: 'Houston', serif;
}
.h5-custom {
    font-family: 'Houston', serif
}