#hero.text-light{
    background: #231f20;
}

hr{
    margin-top: 1em;
    width: 90%;
}

.logo{
    pointer-events: none;
}

.webNav a{
    padding: 1em;
    transition: all 0.3s ease-in-out;
} 
.webNav{
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}
.webNav a img{
    width: 10em;
}
.webNav a:hover{
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

.socialmedia-icons{
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
}

@media (max-width: 768px){
    .webNav{
        width: 100%;
    }
    .socialmedia-icons{
        bottom: 10%;
    }
}

