@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Fira Sans", sans-serif;
}

body {
	background: #C5A7E7 url("../gfx/bg.jpg") no-repeat scroll center center / contain;
    background-size: cover;
  	background-position: center;
 	background-repeat: no-repeat;
    background-attachment: fixed;
}

.logo_wrapper_2 {
	min-height: 100px;
}

.logo_wrapper > a {
	position: absolute; top: 0; right: 0; margin: 50px 50px 0 0;
	font-size: 18px; line-height: 22px; color: #fff;
	text-decoration: none; text-align: right;
	transition: color 0.15s linear 0s;
}
.logo_wrapper > a:hover { color: #da345c; }

.videos {
	min-height: 450px;
}

.footer {
	margin-top: calc(100vh - 100px - 450px - 60px - 30px) !important;
}

.logo_wrapper {
	display: block;
	overflow: hidden;
}

img.logo {
	display: block;
	margin: 30px auto;
}

div.login {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	height: auto;
	min-height: 60vh;
	padding-top: 30px;
	margin: 0 auto;
//	background: #050507 url("../gfx/serce.png") no-repeat scroll center center / contain;
}

div.login_form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 200px;
  padding: 15px;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}

.title {
	font-size: 20px;
	margin-top: 10px;
}

.title_2 {
	font-size: 24px;
	margin-top: 10px;
	text-align: center;
}


div.login_form input[type="password"] {
	display: block;
	border: 0;
	padding: 7px;
	background: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.login_form button[type="submit"] {
	display: block;
	margin: 25px auto 0 auto;
	padding: 7px 30px;
	font-size: 22px;
	color: #fff;
	border: 0;
	background: linear-gradient(180deg, #6612C3 0%, #42018A 100%);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.login_form button[type="submit"]:hover {
	cursor: pointer;
	background: linear-gradient(180deg, #F542AC 0%, #A32C73 100%);
}


.videos {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.vid_container {
	display: block;
	position: relative;
	width: 40%;
}

.vid {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	outline: 1px solid #fff;
	margin-top: 10px;
}

.vid iframe,
.vid object,
.vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100%);
	height: 60px;
	background: rgba(255, 255, 255, 0.7);
}

.footer a {
//	position: absolute;
	right: 0;
	margin: 5px 10px 0 0;
}

.footer a img {
	width: auto;
	height: 50px;
}


/* archives */
.archive_videos {
	display: block; width: 100%; max-width: 1600px; margin: 15px auto 50px auto;
	clear: both; overflow: hidden;
}

.archive_videos .archive_videos_header {
	position: relative;
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 50px; margin-bottom: 20px;
	background: #f1f1f1;
}
.archive_videos .archive_videos_header span {
	display: block;
	font-size: 22px;
	text-align: center;
}
.archive_videos .archive_videos_header a {
	display: block; position: absolute; top: 8px; right: 15px;
}
.archive_videos .archive_videos_header a img { width: auto; height: 35px; }


.archive_videos .archive_videos_container {
	display: flex; align-items: center; justify-content: space-between; width: 100%; 
}
.archive_videos .archive_videos_container .archive_video { display: block; width: 47%; }


@media screen and (max-width: 1600px) {
	.archive_videos { width: 100%; padding: 0 30px; }
}
@media screen and (max-width: 1300px) {
	.archive_videos .archive_videos_container .archive_video iframe { height: 360px; }
}

@media screen and (max-width: 1024px) {
	.archive_videos .archive_videos_container .archive_video iframe { height: 300px; }
	
	.videos {
		flex-direction: column;
	}

	.vid_container {
		width: 80%;
		margin-bottom: 50px;
	}

	div.login {
		max-width: 100%;
	}

	div.login_form {
		width: 90%;
	}

	div.login_form form {
		width: 90%;
	}

	div.login_form input[type="password"] {
		width: 100%;
	}

	div.login_form button[type="submit"] {
		width: 100%;
		margin: 15px auto 0 auto;
	}

	.footer {
		flex-direction: column;
		height: auto;
		padding: 15px 0;
		font-size: 22px;
		text-align: center;
	}

	.footer a {
		position: relative;
	}

}
@media screen and (max-width: 900px) {
	.archive_videos .archive_videos_container { flex-direction: column; }
	.archive_videos .archive_videos_container .archive_video { width: 100%; }
	.archive_videos .archive_videos_header { flex-direction: column; height: auto; padding: 15px 0; }
	.archive_videos .archive_videos_header a { position: relative; }
}
@media screen and (max-width: 650px) {
	.archive_videos .archive_videos_container .archive_video iframe { height: 250px; }
}
@media screen and (max-width: 450px) {
	img.logo {
		width: calc(100% - 30px);
		max-width: 60%;
		height: auto;
		margin: 30px auto;
	}
}