*
{    
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

body, html
{
    height: 100%;
}

main
{
    padding-top: 60px;
}


.jumbotron 
{
  background-color: #183e65;
  direction: ltr;
  color: white;
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
  border-left: solid rgb(255, 255, 255) 5px;
}

.half-column 
{
  height: 100%;
}

.half-column img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.half-content 
{
  padding: 20px;
}

.half-content h2, .half-content p 
{
  text-align: center;
}

.event-block 
{
    background-color: black;
    border-top: solid rgb(255, 255, 255) 5px;
    border-left: solid rgb(255, 255, 255) 5px;
    text-align: center;
    margin-bottom: 0px;
    height: 300px;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
}


.event-block img 
{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-title 
{
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.event-desc, .event-date, .event-time, .event-title
{
    position: relative;
    color: white;
}

.event-date
{
    margin-bottom: 0;
}

.event-btn 
{
    align-self: center;
    position: relative;
    width: 100px;
    margin-top: min(5%, 50px);
}

.event-img 
{
  width: 100%;
  opacity: 0.45; 
}

.top-article-right
{
    direction: rtl;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #11323a;
    
}