html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

h1 {
    color: #ffffff;
}

.card {
    opacity: 0.7;
}
.card:hover {
    opacity: 1;
}

.cursorPointer:hover {
    cursor: pointer;
}

.card-columns .card {
    margin-bottom: 1.25rem;
}

.iconLink, .iconLink:hover {
    color: darkgray;
    text-decoration: none;
}

.iconLinkText {
    font-size: x-large;
    font-weight: bold;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

#search-bar {
    opacity: 0.7;
    color: darkgray;
    font-size: x-large;
    font-weight: bold;
}

#search-bar:hover, #search-bar:focus {
    opacity: 1;
}

#search-bar::placeholder {
    color: darkgray;
}
