.nav-item {
    font-size: 180%;
    color: black;
}

#active {
    text-decoration-line: underline
}

#pic {
    margin-right: 5%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 2%;
}

.background {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    background-color: black;
    color: white;
	min-height: 500px;
}

#middle {
    margin-top: 5%;
    margin-left: 15%;
}

#footertxt {
    font-size: 100%;
    color: black;
}

@media only screen and (max-width: 768px) {

    [class*="background"] {
        height: 100%;
        width: 100%;
        display: flex;
    }


}