.banner-tagline{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-tagline .banner{
    background-image: url("/assets/banner3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.banner-tagline .tagline{
    margin: 20px;
    margin-bottom: 0px;
    text-align: center;
}