@import url(colors.css);

.img-brand{
    width: 10rem;
}

section{
    padding-top: 5em;
}

#section-home{
    height: 100vh;
    padding-top: 20rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("../img/banner.jpg");
    /* background-color: rgba(255, 255, 255, .4); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover; */
}

.ul{
    list-style: none;
}

footer #copy{
    border-top: 1px solid #000;
}

footer a{
    color: var(--color-link-copy);
}