body {
    background-image: url("../images/white-waves.png");
    background-repeat: repeat;
    height: 100%;
    line-height: 1.5em;
    color: #41414c;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.navbar {
    color: #eff0f1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

h5 {
    color: #41414c;
}


footer {
    width: 100%;
    background: #666666;
    color: #8d8d8d;
    height: 3em;
    padding: 1em;
}

a:hover {
    text-shadow: 0 0 5px #b89fbd;
    text-decoration: none;
    color: currentColor;
}
a {
    color:inherit; 
}


#about-me {
    margin-top: 75px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

#profile-shot{
    border-radius: 50%;
    max-height: 15em;
    border: 10px solid #b89fbd;
}


#portcard{
    max-height: 16em;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: auto;
}

#portfolio {
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.card-header {
    background: #b89fbd;
    color: white;
}

#caro {
    border: 5px solid #b89fbd;
    padding: 0;
}

.carousel-indicators li, .carousel-control-next, .carousel-control-prev {
    background-color: rgba(26, 1, 51, 0.80) !important;
    background-blend-mode: color;
}

/* .carousel-indicators li {
    text-shadow: 0 0 5px #ddbde4;
    box-shadow: 0 0 5px #ddbde4;
} */


#contact {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    color: #41414c;
    font-size: 7em;
}