.intro p {font-size:1.3em;}
.video {padding:2%;}
.separator .column1 {height: 2vh; background-color: #cc4e0b; margin: 2% auto;}
.title-container.title-bluebar .content .title {position:absolute; left:0;bottom:0; background:rgb(204,78,11); width:50%; clip-path: polygon(0% 0%, 88% 0%, 85% 100%, 0% 100%); padding: 1% 0% 1% 10%; text-align: left; margin:0px; z-index:1;}
.title-bluebar .content {
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}
@media (max-width: 768px) {
.title-container.title-bluebar .content .title {position:absolute; left:0;bottom:0; background:rgb(204,78,11); width:100%; clip-path: polygon(0% 0%, 88% 0%, 85% 100%, 0% 100%); padding: 1% 0% 1% 10%; text-align: left; margin:0px; z-index:1;}
}
@media (min-width: 1200px) {
    .title-bluebar.title-container .content {
        min-height: 40vh !important;
    }
}
@media (min-width: 1400px) {
    .title-bluebar.title-container .content {
        min-height: 50vh !important;
    }
}

