/*WEBINAR*/

 header img {
    width: 100%;
    height: auto;
} 
@media screen and (min-width: 1024px) {
    .webinar {
    height: calc(100vh - 100px) !important;
  }
}

main h1 {
    font-size: 1.5rem;
    text-align: center;
    color: #003366;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.form-heading {
    font-size: 1rem !important;
    margin: 0;
}

.card {
    border: none !important;
}

label {
    color: #003366;
}

/*form {*/
/*    font-size: 0.8rem;*/
/*}*/

/*form input {*/
/*    width: 100%;*/
/*    padding: 5px 5px;*/
/*    margin: 5px 0 5px;*/
/*    display: table-cell;*/
/*    -webkit-appearance: none;*/
/*    background: #f1f1f1;*/
/*    border: 1px solid #dcdcdc;*/
/*    border-radius: 1px !important;*/
/*    font-size: inherit;*/
/*}*/

.btn {
    font-size: 16px;
    padding: 10px 30px;
    color: #fff !important;
}

.btn.btn-primary {
    background: #003366;
    border-color: #003366;
}

.carousel-card {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
}

.carousel-container {
    padding: 0;
}

.speaker-img-container {
    margin: 20px calc((100% - 150px) / 2);
    border: none;
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 100%;
}

.speaker-img-container img {
    width: 100%; 
    height: auto;
}

.speaker-details {
    width: 100%;
    text-align: center;
}

.speaker-details h3 {
    font-size: 1.2rem;
    color: #003366 !important;
}

.speaker-details p {
    font-size: 0.8rem;
    margin: 2px;
}

.text-muted {
    color: #ccc !important;
    font-size: 12px;
    text-transform: uppercase;
}


.place{
    position:fixed;
    z-index: 999;
    top:10;
    right:0;
    bottom:0;
    left:60;
    /*margin-bottom:10px;*/
    width:350px; 
    height:280px;
}

@media only screen and (max-width: 600px) {
  .place {
    width:300px; 
    height:170px;
    margin-bottom:50px;
  }
}

.name {
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	animation: typing 5s steps(12), blink 1s ease-in-out 8s infinite;
	border-right: 4px solid #fafafa;
	width: 12ch;
	text-align:center !important;
}
@keyframes typing {
	75% {
		width: 0ch;
		color: #00695c;
	}
	100% {
		width: 12ch;
	}
}

@keyframes blink {
	0% {
		border-right: 4px solid rgba(255, 255, 255, 0);
	}
	100% {
		border-right: 4px solid rgb(194, 194, 194);
	}

}