body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
}

h1 {
    font-size: 24px;
    color: #707070;
    line-height: 25px;
    margin-bottom: 18px;
}

*:focus {
    outline: 0 !important;
}


.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited {
    background-color: #FFFFFF !important;
    color: #2696A1 !important;
}

.btn-outline-primary:hover {
    background-color: #2696A1 !important;
    color: #FFFFFF !important;
}

a, a:active, a:visited, a:hover {
    color: #2696A1;
}

.btn-link:hover {
    background-color: #2696A1;
    border-color: #2696A1;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-primary {
    color: #2696A1;
    border-color: #2696A1;
    border-radius: 0;
}

.btn-secondary {
    color: #FFFFFF !important;
    border-radius: 0;
}

.wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container-fluid,
.navbar {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.navbar a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2696A1;
    font-size: 16px;
    font-weight: bold;
}

.navbar-brand img {
    width:270px;
    max-width: 270px;
}

.navbar-wrapper {
    height: 105px;
    /*color: #249ba6;*/
    background-color: rgba(255, 255, 255, 0.8);
    /*background-color: rgba(36,155,166, 0.15);*/
    z-index: 9;
}

.banner {
    background-size: cover!important;
    margin-top: -105px!important;
    height: 500px!important;
}

.banner h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    padding-top: 200px;
    color: #fff;
    margin-bottom: 10px;
}

.banner h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: lighter;
    color: #fff;
}

.banner-inner {
    background-color: #2696A1;
}

.banner-inner h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 8px;
}

.banner-inner img {
    width: 100%;
    padding-top: 16px;
}

h2 {
    font-family: 'Doris', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #92C150;
}

h4 {
    font-family: 'Doris', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    color: #2696A1;
    line-height: 16px;
    margin-top: 5px;
    padding-top: 0;
}

ol {
    padding-left: 15px;
}

ol > li {
    font-weight: bold;
    line-height: 18px;
}

.footer-navbar-wrapper, .topics {
    background-color: rgba(36, 155, 166, 0.15);
}

.organisers, .speakers {
    background-color: rgba(139, 196, 89, 0.15);
}

.speakers {
    margin-top: 20px;
}

.speakers h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #92C150;
}

.speakers label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #545454;
    margin-bottom: 5px;
}

/*.speakers .col-3 {*/
/*    padding-top: 30px;*/
/*}*/

footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

footer b {
    line-height: 36px;
}

.sections h2 {
    margin-bottom: 30px;
}

.sections .col-2 {
    text-align: center;
}

.sections .col-2 .section-title {
    text-align: center;
}

.circle-outer {
    width: 85%;
    height: 0;
    background-color: #f3f3f3;
    padding-bottom: 85%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.circle-inner {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all .5s;
}

.section-title {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
}

.committees .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
}
.programme h4 {
    font-family: 'Dosis', sans-serif;
}
.programme-row {
    line-height: 18px;
}
.programme-row .time {
    font-size: 18px;
    margin-bottom: 20px;
}

.programme-row .icon {
    color: #92c150;
}

/*this is a black icon with 50% opacity*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(146,193,80, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.login-btn {
    margin-left: 50px;
}

.btn-primary,
.btn-primary:visited {
    background-color: #2696A1;
    border-radius: 0;
    border-color: #2696A1;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: #0e747e !important;
    border-radius: 0;
    border-color: #0e747e !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.text-green {
    color: #92C150;
}

.info-box {
    background-color: #E1F6E6;
    padding: 20px;
    line-height: 24px;
}

.info-box .title {
    font-family: 'Dosis', sans-serif;
    color: #92C150;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 20px;
}

.info-box-registration {
    background-color: #E1F6E6;
    padding: 20px;
    line-height: 22px;
}

.info-box-registration .title {
    font-family: 'Dosis', sans-serif;
    color: #92C150;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 20px;
}

.info-box-registration .text-bigger {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

button.close {
    font-size: 16px;
}

.card {
    border-radius: 0;
    border-color: rgba(36, 155, 166, 0.2);
}

.card-header {
    background-color: rgba(36, 155, 166, 0.15);
    /*background-color: rgba(139, 196, 89, 0.15);*/
    border-color: rgba(36, 155, 166, 0.10);

    font-family: 'Roboto Condensed', sans-serif;
    color: #0e747e;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.card-footer {
    background-color: rgba(139, 196, 89, 0.15);
    border-color: rgba(36, 155, 166, 0.10);
    background-color: #ffffff;
    border-color: rgba(36, 155, 166, 0.10);
}

.sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar ul li {
    padding-bottom: 10px;
}

#pages nav {
    width: fit-content;
    margin: 0 auto;
}
.page-link {
    color: #2696A1;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2696A1;
    border-color: #2696A1;
}

.publications h6 {
    font-size: 18px;
}
.galleries .title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.galleries .title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}
.galleries .subtitle {
    font-weight: bold;
    margin-bottom: 3px;
}
.galleries .date {
    font-style: italic;
}
.galleries .invitation {
    margin-top: 10px;
}
.posters ul {
    margin-left: 0px;
    padding-left: 15px;
}
.posters ul li {
    color: #0e747e;
    padding-left: 0px;
    padding-bottom: 3px;
    font-size: 12px;
}
.text-warning-orange {
    color: darkorange!important;
}
.p1,.p1:hover {
    border-radius: 3px!important;
    color:white!important;
    padding: 3px 10px!important;
}

@media (max-width: 992px) {
    .navbar.navbar-expand-lg {
        background-color: #ffffff;
    }

    .navbar.navbar-expand-lg .login-btn {
        margin-left: 0;
    }

    .navbar-wrapper {
        height: 65px;
    }

    .navbar-brand img {
        width: 50%;
    }

    .banner-inner h1 {
        font-family: 'Dosis', sans-serif;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding-top: 20px;
        color: #fff;
        padding-bottom: 8px;
    }

    footer {
        border-top: 30px solid rgba(36, 155, 166, 0.15);
        font-size: 10px;
        line-height: 12px;
    }

    footer b {
        font-size: 12px;
        line-height: 16px;
    }
}
.reg-check {
    /* padding:10px; */
    margin: 10px 5px 0 0;
    zoom: 1.3;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}
.reg-name {
    font-weight: bold;
    margin-right: 20px;
}
.user-check {
    /* padding:10px; */
    margin: 10px 5px 0 20px;
    zoom: 1.3;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}
.user-name {
    font-weight: bold;
    margin: 12px 20px 0 0;
}
.banner {
    z-index: 1!important;
}
