body {
    background:  rgb(240, 220, 240);
    /* medium rgb(221, 150, 221); */
    /* dark purple; */
}

footer { 
    background-color: white;
    border-bottom: rgb(240, 220, 240) solid 5px;
    border-top: rgb(240, 220, 240) solid 5px;
    bottom: 0;
    color: black;
    height: 60px;
    position: fixed;
    text-align: center;
    width: 100%;
}

h1 {
    color: purple;
}

h4 {
    font-size: 12px;
    margin-top: 18px;
    padding-top: 5px;
}

hr.purple {
    border-top: 3px solid purple;
}

ul {
    color: purple;
    font-style: bold;
    text-decoration-style: bold;
}

li {
    color: black;
}

.card,
.card-img-top {
    margin-bottom: 10px;
}

.card-footer,
.card-header,
.card-repo,
.card-text,
.card-title {
    text-align: center;
}

.card-header {
    background-color: purple;
    color: white;
}

.card-img-top {
    align-self: center;
    height: 200px; 
    width: 150px;
}

.card-repo {
    margin-bottom: 0;
    font-size: 10px;
    color: purple;
}

.card-repo,
.card-repo-link,
.card-repo-link:hover,
.text-muted:hover {
    color: purple
}

.card-repo-link:hover {
    font-style: bold;
}

.card-text{
    height: 60px;
}

.card-title {
    font-size: 18px;
}

.contentSection {
    background: white;
    margin-bottom: 65px;
    margin-top: 5px;
    padding: 20px;
    width: 100%;
}

.customBtn,
.customBtn:hover {
    border: 1px solid purple;
}

.customBtn {
    border-color: purple;
    color: purple;
}

.customBtn:hover {
    background-color: purple;
    color: white;
}

.fas, .fab {
    color: purple;
}

.ftr-info, .ftr-link {
    margin-left: 10px;
    margin-right: 10px;
}

.ftr-link, .nav-link {
    color: black;
}

.navbar {
    background: white;
    border-top: rgb(240, 220, 240) solid 5px;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-brand {
    background:purple; 
    color: #fff;  
    font-weight: bold;
    padding: 10px 30px;
}

.navbar-brand:hover {
    color: black;
}

.wrapTextUnder {
    margin-left: 10px;
}

#profilePic {
    max-height: 200px;
    max-width: 200px;
}

/* The point where the cards are narrow but not yet stacked*/
@media screen and (min-width: 576px) {
    .card-img-top {
        align-self: center;
        height: 150px;
        width: 100px;
    }
    .card-title,
    .card-text {
        font-size: 12px;
    }
}

/* Width at 768px and above, cards are larger sized */
@media screen and (min-width: 768px) {
    .wrapTextUnder {
        float: right;
    }
    .card-img-top {
        align-self: center;
        height: 200px; 
        width: 150px;
    }
    .card-title {
        font-size: 18px;
    }
}