/* gray: #333333 */
.bg-gray{
    background-color: rgba(51,51,51,1);
}
.bg-black{
    background-color: #000;
}
.text-shadow {
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
#page-header{
    background-size: cover;
    background-position-y: -20vmin;
    background-repeat: no-repeat;
    position: relative;
}
#page-header:after {
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
#page-header #page-title {
    z-index: 1;
    position: relative;
}
#heading-seperator{
    width: 60px;
    margin: auto;
    border: 0.1em solid white;
}
#help-button{
    padding: 0 0.4rem;
}
.min-height{
    /* height: 100%; */
    min-height: calc(100vmin/10);
}
.min-h-100vmin{
    min-height: 100vmin;
}
.dropdown-menu{
    min-width: unset !important;
}

/* Media Queries CSS  */

@media screen and (max-width: 990px) {
 
}