#home-hero {
    height: 65vh;
    background-image: url('/storage/app/media/images/home-header.jpg');
    background-size: cover;
    background-position: center;
    border-top: 20px black solid;
    border-bottom: 20px black solid;
}

#home-box {
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
    background-color: #d4145a;
    background-color: rgba(212,20,90,.8);
    padding: 20px;
    color: white;
}

h3.concert-feature {
    font-size: 9vh;
    margin-bottom: -10px;
}

h4.concert-feature {
    font-weight: 100;
    font-size: 4vh;
    margin-bottom: -1vh;
}

p.concert-feature {
    margin-top: 10px;
    font-size: 24px;
}

p.concert-feature a:link {
    color: white;
    text-decoration: underline;
}

p.concert-feature a:visited {
    color: white;
}

p.concert-feature a:hover {
    text-decoration: none;
}
