html {
	font-size: 16px !important;
}

body {
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size:14pt;
	margin: 0px;
}

.nav li a {
	text-transform: uppercase;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif !important;
}

h2 {
	font-size: 30pt !important;
	font-weight: bold;
	color: #007bff !important;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 22pt !important;
	font-weight: bold;
	color: #20c997 !important;
	margin-bottom: 0.3em;
}

.text-italic {
	font-style: italic;
}

.text-size-22 {
	font-size: 22pt;
}

.navbar-brand {
	font-size: 150%;
	font-weight: 700;
}

.bg-teal, .btn-teal {
	background: #20c997;
}

.bg-green, .btn-green {
	background: #28a745;
}

.bg-white-60 {
	background: rgba(255,255,255,0.6);
}

.btn-group-lg > .btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 100%;
	line-height: 1.5;
	border-radius: .3rem;
}

#header {
	background: url('/img/bg2.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.py-auto {
	align-items: center;
	display: flex;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.caret {
	display: none;
}

.carousel-item {
	min-height: 250px;
	background-size: cover!important;
}

.carousel-item-1 {
	background:url(/img/slider_01.jpg);
}

.carousel-item-2 {
	background:url(/img/slider_02.jpg);
}

.carousel-item-3 {
	background:url(/img/slider_03.jpg);
}

.carousel-item-4 {
	background:url(/img/slider_04.jpg);
}

.carousel-item-5 {
	background:url(/img/slider_05.jpg);
}

.carousel-item-6 {
	background:url(/img/slider_06.jpg);
}

.carousel-item-7 {
	background:url(/img/slider_07.jpg);
}

.carousel-item-8 {
	background:url(/img/slider_08.jpg);
}

.carousel-item-9 {
	background:url(/img/slider_09.jpg);
}

.carousel-item-10 {
	background:url(/img/slider_10.jpg);
}

.carousel-item-11 {
	background:url(/img/slider_11.jpg);
}

.date-text {
	font-size: 130%;
	font-weight: 800;
	line-height: 1.3em;
}

.profileHolder.speaker-container {
	text-align: center;
}

.profileHolder h3 {
	text-align: left;
}

.profile {
	display: inline-block;
	width: 250px;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
}

.profile img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	display: block;
	margin: 10px auto;
	filter: opacity(80%);
	transition: filter 0.4s linear;
}

.profile:hover img {
	filter: opacity(100%);
	transition: opacity(100%) saturate(1.7) contrast(1.1) brightness(1.2);
}

.profile b {
	background: #333;
	color: #eee;
	padding: 1px 5px;
	border-radius: 2px;
	display: inline-block;
}

.profile>i {
	background: #ddd;
	display: inline-block;
	border-radius: 2px;
	padding: 3px 5px;
	box-sizing: border-box;
}

.profile .cv {
	font-size: 80%;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: justify;
	line-height: 1.1em;
}

.tabcontent {
	display: none;
}

.gpAdmin .tabcontent {
	display: block;
}

.tab {
	cursor: pointer;
	background: #007bff;
	padding: 3px 5px;
	color: #eee !important;
}

.coming-soon {
	position: fixed;
	top: 200px;
	left: 20%;
	right: 20%;
	filter: drop-shadow(2px 2px 8px black);
	z-index: 999;
	display: none;
}