header {
    height: 70vh;
}
.logo {
    width: 60%;
    height: 60%;
    filter: invert(100%);
}


.header-social {
    background-color: black;
    color: white;
    height: 30vh;
    font-size: 30px;
    letter-spacing: 30px;
    text-align: center;
    align-items: center;
    color: black;
    padding-left: 30px;
}
.header-social a {
    color: white;
}
.header-social a:hover {
    color: #d6d8d9;
}

footer {
    background-color: black;
    color: #d6d8d9;
    font-family: Gotham-regular;
}
.copyright {
    color: #d6d8d9;
}

footer a {
    text-decoration: none;
    color: #d6d8d9;

}
footer a:hover {
    color: white;
}
.footer-items {
    align-items: center;
    padding: 15px;
    text-align: center;
}

.header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%, #161616 100%), url("img/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
