﻿body {

}
 /* naunang style */
.header {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    background-color: black;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

    .header video {
        width: 100%;
        height: 100%;
    }

.container {
    position: relative;
    z-index: 2;
}

@media (pointer: coarse) and (hover: none) {
    .header {
        background: url('/Assets/idCALL VIDEO.mp4') rgb(0, 0, 0) no-repeat center center scroll;
    }
}

a {
 color: #C1213D;
}

/* recent lang */

.secondary-heading-text {
    font-size: 48px !important;
    font-family: "Oswald", sans-serif;
    line-height: 22px;
    color: #DA291C;
    text-align: center;
    align-self: center;
}

.block-heading-1 h2 {
    padding: 0px;
}

.block-heading-2 h2 {
    padding-top: 80px;
    font-size: 22px;
    color: #DA291C;
    font-family: "Oswald", sans-serif;
}

.spanWebinar {
    font-size: 13px !important;
}

.block-heading-1 span {
    text-transform: none;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: normal;
}


/* TABLE CSS - WEBINARS */
.table {
    width: 100% !important;
}
.thTitle {
    width: 83% !important;
}
.thDate {
    width: 20%;
}


