/* Hide Website Footer */
footer {
    display: none;
}

/* container width */
.main-app-container {
    max-width: 1440px;
}

/* Start hero Section*/
.hero {
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    text-align: -webkit-center;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    padding: 20px;

}

.hero-pretitle {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 24.356px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.07px;
    letter-spacing: 0.496px;
    margin-bottom: 10px;
}

.hero-title {
    color: #FF6C0E;
    text-align: center;
    font-size: 63.649px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.769px;
    margin-bottom: 20px;
}

.hero-description {
    color: #FFB400;
    text-align: center;
    max-width: 849px;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1.181px;
    margin-bottom: 20px;
}

.hero-date {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.531px;
}

.hero-location {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.531px;
}

@media only screen and (max-device-width: 767px) {
    .hero-pretitle, .hero-date {
        font-size: 30px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        font-size: 25px;
    }

    .hero-location {
        font-size: 30px;
    }
}

@media only screen and (max-device-width: 600px) {
    .hero-pretitle, .hero-date {
        font-size: 18px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-description {
        font-size: 20px;
    }

    .hero-location {
        font-size: 16px;
    }
}

/* counter style*/
.count-container {
    border-color: #ffffff;
}

/* Registeration form */
.regForm .header {
    text-align: -webkit-center;
}

.regForm .atom-title {
    font-weight: bold !important;
    width: 90%;
}

/* Agenda Title */
.agendaTitle p {
    text-align: -webkit-left;
}

/* Agenda Table */
.agendaTable .padding-horizontal-medium {
    padding-left: 15px;
    padding-right: 15px;
}

.agendaTable table {
    border-collapse: separate;
    border-spacing: 0 30px;
}

.agendaTable td {
    vertical-align: top;
}