body{
  background-color: #fff;
}
#section-tabs h1{
    color:#c54239;
    padding: 3%;
    font-family: 'Oswald-Medium';
}
#films-tabs{
    width: 85%;
    margin: 0 auto 5% auto;
    font-family: 'Oswald-Light';
}
#films-tabs ul,
#films-tabs .tab-content
{
    width: 100%;
}
#films-tabs .nav-item{
    width: 25%;
}
#films-tabs ul{
    min-height: 80px;
}
#films-tabs a.nav-link{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#films-tabs .nav-link {
    padding: 1.5rem 1rem;
}
#films-tabs a {
    color: #ffffff;
    background-color: #c54239;
}
#films-tabs .nav-pills .nav-link.active,
#films-tabs .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #ececed;
}
#films-tabs .nav-pills .nav-link {
    border-radius: 0;
    font-size: 18px;
    outline: none;
}
#films-tabs .tab-content{
    background-color: #ececed;
    min-height: 150px;
}
#films-tabs .brochure-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
#films-tabs .brochure_icon{
    width: 75%;
    box-shadow: 0px 1.5px 5.5px 5px rgba(197, 66, 57, 0.5);
}
#films-tabs .brochure_pdf_download_msg{
    font-family: 'Oswald-Medium';
    font-size: 22px;
}
#films-tabs .download-pdf{
    width: 85%;
    margin: auto;
    padding: 10.7% 0.5%;
}
#films-tabs .brochure-flex .brochure-flex{
    width: 50%;
}
#films-tabs .brochure-flex a{
    background-color: transparent;
    color: #000000;
    cursor: pointer;
}
video{
    margin: 8% auto 5% auto;
    width:80%;
    height:auto;
}
h3{
    padding-bottom: 3%;
    text-transform: uppercase;
    color: #c54239;
}
