.bio {
   text-indent: 20px;
}
h1{
    padding-top: 1%;
    font-family: "Libre Baskerville", serif;;
}
h3{
    font-family: "Libre Baskerville", serif;;
}
h5{
    color: black;
    size: 1rem;
}
p, li{
    font-family: "Parkinsans", sans-serif;
}

 .carousel-caption p {
    color: black;
}

.nav-link{
    color:rgb(226, 226, 173);
}

.pictureOfme{
    width:400px;
    border-radius: 75%;
}


body{
    background-color: #fffdd0e5;
}

.linkedInBut{
    background-color:#0E0E55; 
    border-color:  rgb(226, 226, 173);
}

.linkedInBut:hover{
    background-color:#6f6fe3; 
    border-color:  rgb(226, 226, 173);
}

#carouselExampleCaptions .carousel-inner {
    max-height: 500px; 
}


#carouselExampleCaptions .carousel-item img {
    height: 500px; 
    object-fit: cover; 
}

.carousel-control-next, .carousel-control-prev {
    background-color: black;
}

.navbar{
    background-color: #0e0e55ca;
    color: #ffffff;
}

.carousel-indicators [data-bs-target].active {
    background-color: black; 
    border-color: black;   
    width: 10px;        
    height: 5px;
}

.carousel-indicators [data-bs-target] {
    background-color: darkgray; 
    border-color: darkgray;   
    width: 10px;        
    height: .1px;      
    margin-right: 4px;  
    margin-left: 4px;
}

.carousel-indicators [data-bs-target]:hover {
    background-color: #333333; 
    border-color: #333333;
}

.card{
    height: 500px;
    border-radius: 15px;
    width: 30rem;
}

 .card-img-top{
    height: 15vw;
    width: 100%;
    
    object-fit: cover;
}