@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

:root {
	--primary-color: #fff;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5;
	background: #000;
}

}
.video-responsive {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.canvas,
.video {
	min-width: 100%;
	min-height: 100%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	
}
#over_video{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	z-index: 10;
	color: #FFF;
    margin-top: 0%;
}

a {
	text-decoration: none;
	color: var(--primary-color);
}

h1 {
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 15px;

}

h2 {
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: #fff;
	padding: 0 0px;
	line-height: 1.5;
	margin-bottom: 0px;

}

h3 {
	font-weight: 300;
	font-size: 12px;
	text-align: left;
	color: #fff;
	padding: 0 10px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.showcase {
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--primary-color) url('./images/cover.gif') no-repeat center
		center/cover;
}

.content {
	z-index: 10;
}

.btn {
	display: inline-block;
	padding: 10px 30px;
	background: #000000;
	color: #fff;
	border-radius: 5px;
	border: solid #fff 1px;
	margin-top: 25px;
	opacity: 0.7;
}

.btn:hover {
	transform: scale(0.98);
}

#about {
	padding: 0px 30px;
	text-align: left;
	background: #000000;
}

#about p {
	font-size: 1.2rem;
	color: #fff;
	max-width: 550px;
	margin: auto;
}

#about h2 {
	margin: 30px 0;
	color: #fff;
}

.social a {
	margin: 0 5px;
	text-align: center;
}