.cover {
    background: url('/portals/9/Images/60th-title.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: color("black");
    min-height: 40rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem; 
    border-bottom: 5px solid #ff8000;
    position: relative;
}
.cover .content {
    position: absolute;
    bottom: 0;    
    background: #0e253e80;
    width: 100%;
}
.cover h1 {
    color: #4667ae;
    text-shadow: 0px 0px 15px white;
    padding-top: 5rem;
}
.cover .content h2 {
    color: #ff8000;
    font-size: 2.5em;
}
.cover .content h3 {
    color: white;
    font-size: 1.75em;
    padding-bottom: 1rem;
}


























