.navbar {
    background-color: #2196F3;
}


#intro {
    background-color: #2196F3;
    font-weight: bold;
    color: white;
}

.intro-text {
    max-width: 800px;
}

.container.content {
    max-width: 800px;
}

.custom-spacer-div {
    width: 100%;
    text-align: center;
}

.spacer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.card {
    -webkit-box-shadow: 2px 2px 2px 0.5px #888888;
    box-shadow: 2px 2px 2px 0.5px #888888;
    border-radius: 0em;
}

.bio-card {
    max-width: 700px;
    margin: auto;
}

.footer-icon-group {
    text-align: center;
    max-width: 250px;
    margin: auto;
    padding-bottom: 30px;
}

.social-footer-icon {
    display: inline;
}

.social-footer-icon a{
    color: #2196F3;
}

