body {
    background: #808080 url("../images/rush-348481_1920-min.jpg") no-repeat fixed top; 

}
#promotion1 {
    margin:10px 0 10px 0;
    visibility: hidden;
    height:0;
}
#promotion2 {
    margin:10px 0 10px 0;
    visibility: hidden;
    height:0;
 /*   background: #808080 url("../images/rush-348481_1920-min.jpg") no-repeat fixed center; */

}
.overlay {
    position:  fixed;
    background-color: rgba(66, 71, 74, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -5;
}
.video {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: -10;
}
.card1 {
    margin:10px 0 10px 0;
}
.card2 {
    margin:10px 0 10px 0;
}
#topBanner {
    color:white;
    padding:50px;
}
#topBanner h1 {
    font-family: 'Candal', sans-serif;
}
#topBanner h2 {
    font-family: 'Cantarell', sans-serif;
}

#infoBanner {
    background-color: rgba(0, 82, 33, 0.5);
    color:rgba(255, 255, 255, 1.0);
	padding:5px;
}
#infoBanner:hover {
    background-color: rgba(0, 82, 33, 0.8);
}
#contactBanner {
    color: rgba(0, 82, 33, 1.0);
    background-color:rgba(255, 255, 255, 0.5);
	padding:5px;
}
#contactBanner:hover {
    background-color:rgba(255, 255, 255, 0.8);
}
.programRow {
	padding:10px;
}
#programCard h5 {
    display:inline-block;
}
#programCard img {
    position:absolute;
    height:30px;
    right:30px;
}
.about {
	min-height:240px;
}

.rightColumn {
    position: absolute;
    right:0px;
    width:100px;
    height:500px;
    background-color:red;
    margin:10px;
    display:none;
}
.leftColumn {
    position: absolute;
    left:0px;
    width:100px;
    height:500px;
    background-color:blue;
    margin:10px;
    display:none;
}
#formsubmitbutton {
    visibility: visible;
}
#formsuccess {
    margin-top: 10px;
    visibility: hidden;
}