﻿
/*.body {
    background-image: url("../images/header.png");
    background-size: cover;*/ /* <------ */
    /*background-repeat: no-repeat;
    background-position: center center;
}*/
.databar{
    display: none !important;
    visibility: hidden !important;
}


#eventinfo {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width:1100px;
}

.headerdate {
    
    overflow: visible;
    
}
#headerdate {
    position: relative;
    
    /*position:fixed;
    bottom:0;
    left: 50%;
    transform: translate(-50%, -50%);
   
    max-width: 1400px;*/
}
#nls3c
{
    padding:5px;
}
/*three event columns*/
.crossrow {
    padding: 0;
    margin: 5px !important;
    position: relative !important;
    cursor: pointer;
    background-color: #2A3168;
    height: 280px;
    max-height: 280px;
    overflow: hidden !important;
    transition: all .55s;
    -moz-transition: all .55s;
    -webkit-transition: all .55s;
    -o-transition: all .55s
}
        
.overlayv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    /*background-color: #2A3168;*/
    background-color: rgba(49, 49, 59, .7);
    /*opacity: 0.8;*/
    transition: all .55s;
    -moz-transition: all .55s;
    -webkit-transition: all .55s;
    -o-transition: all .55s
}
#midsectioncontent
{
    text-align:center!important;
}
.overlayv:hover {
    background-color: rgba(26, 63, 74,0);
    transition: all .55s;
    -moz-transition: all .55s;
    -webkit-transition: all .55s;
    -o-transition: all .55s
}

.h2text {
    color: white !important;
    text-transform: uppercase;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 4;
    white-space: normal;
    padding: 20px;
    transition: all .55s;
    -moz-transition: all .55s;
    -webkit-transition: all .55s;
    -o-transition: all .55s;
    width: 80%;
    /*background: linear-gradient(to bottom, rgba(26, 63, 74,0), rgba(0, 0, 0, 0));*/
}

    .h2text img {
        transition: all .55s;
        -moz-transition: all .55s;
        -webkit-transition: all .55s;
        -o-transition: all .55s
    }

    .h2text h1 {
        color: white !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 2.5vh;
        font-weight: 900;
    }
    
    .h2text h2 {
        color: white !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 1.5vh;
        font-weight: 900;
    }

.someimgs, .someimgs2 
 {
    display: block;
    min-width: 100%;
    height: auto;
    opacity: 1;
    position: absolute;
    /*-webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1)*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.someimgs2 {

    top: 65%!important;

}
.h2texthover {
    background-color: rgba(49, 49, 59, .7);
    border-radius: 20px;
    transition: all .55s;
    -moz-transition: all .55s;
    -webkit-transition: all .55s;
    -o-transition: all .55s
}