/*------------------------------------------Slogan CSS------------------------------------------------*/
#slogan{
    background: url(../images/mainStructure/sloganBackground.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.sloganContent{
    height: 40vh;
}