.videoParallax{
    position: fixed;
    top: 0;
    z-index: -10;
    vertical-align: baseline;
    width: 100%;
    min-width: 1067px;
    left: 50%;
    transform: translate(-50%);
    background-image: url('/images/WebsitePromo01_000000.png');
}
.parrallaxContainer{
    height: 600px;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}
.parrallaxContainer img{
    position: fixed;
    z-index: -5;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.parallax{
    min-height: 256px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainContainer{
    background-color: white;
    display: inline-block;
    width: 100%;
}
.bg-polgreen{
    background-color: #23382C!important;
}
.bg-polred{
    background-color: #972332!important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}
footer{
    width: 75%;
    display: inline-block;
    margin: auto;
    margin: 16px 0px 64px 0px;
}
#collapsibleNavbar{
    overflow:hidden;
}
.card{
    display: inline-block;
    margin: 4px;
    padding: 4px;
    background-color: #D1C9BF;
}
.card-img-top{
    background-color: rgba(0, 0, 0, 0.25);
}
.card-img-top:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.infoSections{
    display: block;
    position: relative;
    top: -64px;
    visibility: hidden;
}
.modal{
    display: none;
    position: fixed;
    z-index: 1025;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content{
    margin: auto;
    display: block;
    width: 80%;
    max-width: 768px;
    min-width: 256px;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom{
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
.close{
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,.close:focus{
    color: #bbb;
    text-decoration: none;
}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.hoverEffect{
    cursor: pointer;
}
.hoverEffect:hover{
    opacity: 0.75;
}
.text-date{
    font-size: 14px;
    margin-left: 8px;
}