﻿body {
    background: #f7f9fc;
}

/*=============================
Hero Banner
==============================*/

.conference-banner {
    background: linear-gradient(rgba(18,74,122,.90),rgba(18,74,122,.90)), url('../images/breadcrumb.jpg');
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    text-align: center;
    color: #fff;
}

    .conference-banner h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .conference-banner p {
        font-size: 20px;
        margin: 0;
    }

/*=============================
Section
==============================*/

.conference-section {
    padding: 70px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

    .section-title h2 {
        color: #195c90;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .section-title p {
        width: 80%;
        margin: auto;
        color: #666;
        line-height: 30px;
        font-size: 17px;
    }

/*=============================
Table
==============================*/

.table-responsive {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}
.conference-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.conference-table th {
    background: #1d4f7d;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px;
}

.conference-table td {
    padding: 14px;
    border: 1px solid #d9d9d9;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.7;
    text-align:center;
}

.conference-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.table-responsive {
    overflow-x: auto;
}
/*=============================
Badges
==============================*/

.badge-success {
    background: #28a745;
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.badge-primary {
    background: #195c90;
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

/*=============================
Responsive
==============================*/

@media(max-width:991px) {

    .section-title p {
        width: 100%;
    }

    .conference-banner {
        padding: 60px 0;
    }

        .conference-banner h1 {
            font-size: 32px;
        }

        .conference-banner p {
            font-size: 17px;
        }

    .conference-table {
        min-width: 900px;
    }
}
