﻿.eventsHeader
{
    list-style-image: url("../Images/Industries/list-ornament.png");
}

h1
{
    margin:2% 5%;
    text-align:left;
    font-family:Roboto;
    font-size:1.7777em;
}

.headderRowEvents
{
    margin:5% 7%;
}

.noPadding
{
    padding:0;
    margin:0;
    border:0;
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
}
.caption>p
{
    position: relative;
    top: 40%;
    left:0%;
    text-align:center;
    color:white;
    padding:5%;
}

.hidden
{
    display:none;
}