/* Site CSS */

p {
    text-align: justify;
}

#c #primary {
    /*width: 80%;*/
    float: none;
    margin: auto;
}


 
 #header {
    padding: 30px 0 10px 0;
    position: absolute;
    width: 100%;
    /*background-color: rgba(255,255,255,.7);*/
}
 
#home #hero {
     background:#ccc url(../../assets/img/oia-banner2.png) center center no-repeat; 
     background-size:cover;
     height:auto;
 }
 
#hero {background-color: #fff; height: 130px;}



#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

.modal-dialog {
    width: 90%;
}