header {
	height: 80px;
}
header .navbar-nav a.nav-link {
	color: #FFFFFF !important;
	font-size: 1.1rem;
}
header .navbar-nav a.nav-link:hover {
	color: #EDB958 !important;

}

.rounded-5 {
    border-radius: 1.25rem !important;
}

.card-group a {
  color: #000000 !important;
}

/* ----------------------------------- */
#program h6.text-warning {
	color: #c39a4d !important;
	font-weight: 600;
	font-size: 18px;
}

/* ----------------------------------- */
#speakers .pagination .page-link {
	border: 0px solid #dee2e6;
	font-size: 1.25rem;
	color: #000000 !important;
	background-color: transparent;
}
#speakers .pagination .page-link:hover {
	color: #EDB958 !important;
}
/* ----------------------------------- */

.youtube {
		position: relative;
		display:inline-block;
}
.youtube::before {
	position: absolute;
	content: "";
	background: url("/images/bg_play.png");
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	/*background-attachment: fixed;*/
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
    height: 100%;
}

[id=":0.targetLanguage"] {
	display: inline;
	margin-right: 5px;
    background-color: transparent !important;
}

