.navbar-brand {
    max-width: 50%;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .navbar-brand {
        max-width: 80%;
        overflow: hidden;
    }
}

.navbar {
    transition: all 0.5s;
    .navbar-brand, .nav-link {
        color: white!important;
    }
}
.navbar-scrolled {
    background-color: white;
    .navbar-brand, .nav-link {
        color: black!important;
    }
    .navbar-brand:hover, .nav-link:hover {
        color: black!important;
    }
}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.countdown-amount {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    list-style: outside none none;
    margin: 0 42px 0px auto;
    padding: 15px 0px;
    text-align: center;
    width: auto;
    position: relative;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.countdown-amount::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #444445;
    position: absolute;
    top: 0px;
    right: -21px;
}

.countdown-period {
    display: block;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    margin-top: 3px;
    text-transform: capitalize;
}

html, body {
    width: 100%;
    height: 100%;
}

section#conference-list {
    background-color: #e2e4e6;
}

.conf-tabs {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	display: inline-block;
}

.conf-tabs li button {
	border-radius: 30px!important;
	font-weight: bold;
	padding: 10px 20px;
}

.conf-tabs li button.active {

    background: #228dcb!important;
    fill: #228dcb!important;
}
.conf-tabs li button.active::after {
	border-color: #228dcb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)!important;
}

.conf-type {
    background: #228dcb;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	color: #fff;
	border-radius: 25px;
	font-weight: 500;
}

section.content-header {
    h1 {
        font-weight: 400;
        font-size: 22px;
    }
}
section.content {
    padding: 5px;
    border-radius: 10px;
    background-color: white !important;
    h2 {
        font-weight: 400;
        font-size: 20px;
    }
}
footer {
    background-color: gray;
}

main {
    margin-bottom: 30px;
}

#logo {
    padding: 0 0 0 40%;
}

label, .input-group-text {
    font-weight: 700;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);

    z-index: -1;
}
a{
    text-decoration: none;
    color: white;
}
.detail{
    margin-right: 10px;
    font-size: 20px;        
    display: inline-block;
}
#title{
    font-size: 30px;
}
#time{
    text-align: center;
    font-size: 20px;
}

.card {
    margin: 30px 0;
    border-radius: 10px;
}