.speaker-info-bottom ul li p{
	margin-bottom: 0 !important;
}
.form-item-name{color:black;}
.form-item-pass{color:black;}



.time-badge, .date-badge {
    font-size: 40px;
}

.speaker-card:hover .speaker-image-container img {
    transform: scale(1.03);
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	
	
.intro-title {
    font-size: 35px;
}

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	
		.event-type-text {
    font-size: 50px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
		.event-type-text {
    font-size: 50px;
}
}



/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.event-type-text {
    font-size: 50px;
}

.hero-text {
    max-width: 950px;
}


.time-badge {
    margin-left: 30%;
}	
}

.meetup {
    color: white;
}


.schedule-item {
    text-align: left;
}

#schedule .row {
    justify-content: center;
}
/*
.speakers-section {
    padding: 120px 340px 0px 340px;
}*/


