body {
    color: #333;
    /*    background: url(../img/shadow_5.jpg) repeat-y;*/
    background-position: center;
    margin: auto;
    font-family: 'Kreon', serif;
    font-size: 1em;
    text-align: center;
    word-break: normal;
}

.container-card {
    min-height: 100vh;
    max-height: 100%;
    background: #fff url(../img/background_5.png) no-repeat;
    margin: 0 auto;
    width: 980px;
    text-align: left;
    position: relative;
}

.header_title {
    font-size: 3em;
    text-align: left;
    color: #01509b;
    padding-top: 25px;
    padding-left: 200px;
    font-weight: bold;
    font-family: 'Tangerine', cursive;
}
.header {
    height: 255px;
}

.eventDate {
    color: #AE8DB8;
    text-decoration: none;
    padding-left: 240px;
}

.navLink {
    margin-top: -7px;
    margin-left: 8px;
    padding-left: 0px;
    padding-bottom: 10px;
    list-style-image: url(../img/icon_5.png);
    padding-top: 50px;
}



.navLink li a, .navLink li a:link, .navLink li a:visited {
    background-color: transparent;
    color: #07519a;
    text-decoration: none;
    color: #01509b;
}
.navLink li a:hover {
    color: #000;
}
.navLink li {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-family: 'Kreon', serif;
    font-size: 14px; 
}
.epage_image img {
    margin: 0px auto;
    text-align: center;
    display: block;
    width: 100%;
}
.epage_heading {
    font-size: 16px;
    font-family: 'Kreon', serif;
    color: #AE8DB8;
    font-weight: bold;
    padding-left: 5px;
    letter-spacing: 1px;
}
.epage_content {
/*    font-family: sans-serif;*/
}
.pageContent {
    min-height: 50vh;
    max-height: 100%;
}
.fleft {
    font-family: sans-serif;
}
.epage_content span {
    font-weight: 600;
}
.container-card:before {
    background: url(../img/footer.png) no-repeat;
    background-position: bottom right;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
}

h4 {
    color: #AE8DB8; 
}

.liveStreamingCard {
    background-color: #000;
    min-height: 400px;
    max-height: 100%;
}

.videoContent p {
    color: #AE8DB8;
}

.videoImage {
/*    background-image: url(img/1.jpeg);*/
    background-position: center;
    background-size: contain;
    min-height: 200px;
    width: 100%;
    background-repeat: no-repeat;
}