.nav-element {
    color: black;
}

nav {
    background-color: white;
}

.hero {
    background-image: url('../img/hero-image-contact.jpg');
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 35rem;
}