html,body {
	font-family: "Arial" !important;
	
    margin: 0;
}

img.cover {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

h1,
h2 {
	text-transform: capitalize;
}

.livechat {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.livestream {
	min-height: 300px;
}

.caption-panel {
	background-color: rgb(130, 130, 130);
	color: black;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

#header {
	height: 90%;
	text-align: center;
	display: table;
	width: 100%;
}

#header h1 {
	font-size: 48px;
	font-size: min(6vw, 48px);
	color: white;
	display: table-cell;
	vertical-align: middle;
}

.overlay {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	text-align: center;
	overflow: scroll;
}

.img-background {
	background-image: url("baum.jpg");
	background-repeat: no-repeat;
	/* background-size: contain; */
	background-position: 90% 100%;
	background-size: auto 85%;
	background-color: white;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.top-buffer {
	padding-top: 16px;
}

.bot-buffer {
	padding-bottom: 16px;
}

.no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.blue {
	background-color: rgb(18, 51, 117);
}

.buttons {
	margin-top: 15px;
}

.info-box {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	text-align: center;
	vertical-align: middle;
	/* user-select: none; */
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	/* cursor: default; */
}

.info-box-2 {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
}
.grey{
	background-color: rgb(230, 230, 230);
}
