.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none;
}

body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.cover-container {
    max-width: 42em;
}

.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

html,
body,
#image {
    height: 100%;
    width: 100%;
    text-align: center;
}

#image {
    position: fixed;
    top: 0;
    z-index: -1;
}

body[shown] {
    opacity: 1;
}

#image {
    background-image: url(../img/unused-twitter-banner.png);
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    filter: blur(7px);
}

.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}


.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}



.card-title, .card-subtitle, .card-text{
    text-align: left;
}

.card-subtitle {
    color: var(--white-subtle) !important;
}

.main-project-cards {
    display: flex;
    padding: 0;
    margin: 0;
}

.site {
    display: flex !important;
}

.card {
    width: 21rem;
    margin-bottom: 1rem;
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

header {
    margin-bottom: 2rem !important;
}

button {
    color: var(--white);
}

.popover-header {
    color: black;
}