.card {
    height: 400px;
    width: 350px;
}

.img-container {
    height: 200px;
    width: auto;
    justify-content: center;
    align-items: center;
}

.img-container img {
    height: 100%;
    width: auto;
}

.card-text-holder {
    height: 80px;
}

.logo {
    height: 70px;
    width: auto;
}

.nav-link {
    font-size: larger;
}

section.landing {
    width: 100%;
    background: url(../images/background.jpg) center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    /* color: #fe7d41; */
}

section.landing div {
    height: 80vh;
    width: 100%;
}