/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 29, 2020, 10:50:59 PM
    Author     : Z10387
*/
section{
    padding-top: 5%;
    background-color: 	#F5F5F5;
    margin: 0;

    justify-content: center;
}
.events{
    
     min-height: 100%;
    width: 100%;
   
    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    margin-top: 2%;
    margin-bottom: 3%;

    padding: 0;

  
   

}

.new_events{
    
    margin-left: 1%;
    margin-right: 0;
    flex-basis: 30%;
    min-height:100%;
    padding: 0;
    
    justify-content: center;
    
    position: relative;
}
.new_events:first-child{
    margin-left: 0;
}
.new_events a{
    cursor:  pointer;
    color: #fff;    
}

.new_events img{
    position:relative;
    top:0;
    left: 0px;
    width: 280px; /* width of container */
    height: 200px;/* height of container */
    object-fit: cover;


}

.event_text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 85%
}

.effect-bubba img {


    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.effect-bubba:hover img {
    opacity: 0.6;
}

.effect-bubba h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20%;
    width: 100%;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.effect-bubba p {

    color: black;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.effect-bubba:hover h2,
.effect-bubba:hover p {
    color: black;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.effect-bubba .event_text::before,
.effect-bubba .event_text::after {
    position: absolute;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba .event_text::before {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-bubba .event_text::after {
    border-right: 1px solid black;
    border-left: 1px solid black;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.effect-bubba:hover .event_text::before,
.effect-bubba:hover .event_text::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
h1{
    font-size: 2em;
    margin-bottom: 5%
}

.conf_logo{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
    height: 200px;
}



.new_SI{
    flex-basis: 25%;
    min-height:100%;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 7px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    transition: 2s;
    text-align: center;
    background-color: #fff;

}

.new_SI a{
    cursor:  pointer
}

.new_SI h3{
    color: black;
    font-size: 14px;
}
.info{
    text-align: center;
    color: gray;
    font-size: 14px;   
}
.new_SI img{

    width: 180px; /* width of container */
    height: 90px;/* height of container */
    object-fit: cover;


}

.new_SI:hover{

    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 

}
.deadline{
    color:  #b30000;
    font-size: 13px;
}
.large_title h2{
    padding-top: 10%
}

.SIevents{

    min-height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;

    justify-content: center;

}


.new_SI .SI_text {
    text-align: center;
    line-height: 1;
    width: 100%;

}
.SI_tex p{
    font-size: 14px;
}

.SI{
    margin:0;

}

.SI #buttons{
    margin-top: 0;

}