html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* override browser default */
html,
body {
  margin: 0;
  padding: 0;
	font-family:monospace;
	font-size:1em;
	color:white;
	display: grid;
  grid-template-rows: auto 1fr auto;
	background: rgb(51,59,101);
	background: linear-gradient(0deg, rgba(51,59,101,1) 0%, rgba(48,48,113,1) 23%, rgba(0,171,205,1) 100%);
	scroll-behavior: smooth;
}

.main{
  width:100%;
}

#animate{
  margin: 0 auto;
  width: 20px;
  overflow: visible;
  position: relative;
}

.content{
	margin-left: 5%;
	margin-right: 5%;
	padding-top:70px;
	padding-bottom:4em;
}

.header{
	margin-bottom:5em;
	height:80px;
	text-align:center;
	background-repeat: no-repeat;
	background-image: url("img/LS-Logo-2.svg");
	background-size: 550px;
	background-position: center;
	animation: fadeIn 3s;
	-webkit-animation: fadeIn 3s;
	-moz-animation: fadeIn 3s;
	-o-animation: fadeIn 3s;
	-ms-animation: fadeIn 3s;
}

h1 {
	font-size: 4em;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.video{
	max-width:1080px;
	/* border-style: solid;
	border-width: 15px;
	border-color: #191f2b; */
	margin-left:auto;
	margin-right:auto;
}

video{
	width: 100%;
  height: auto;
}

.info {
	margin-top: 4em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	text-align:center;
}

.txtblk {
	display: inline-block;
	padding: 0 1.5em 0 1.5em;
}

.txtblk a {
	color:#ffffff;
	font-style: italic;
	text-decoration: none;
	transition: color 0.2s;
}

.txtblk a:hover {
	color:#c0cde0;
	transition: color 0.2s;
}

.about {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	background-color:white;
	color: black;
	display: flex;
	align-items: center;
}

.imgholder {
	max-width:250px;
	display:flex;
}

.imgholder img {
	width:100%;
}

.spanholder {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.posters {
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	text-align: center;
}

.poster_1 {
	max-width: 33.33%;
	display:inline-block;
	padding: 5em;
}

.posters img {
	max-width:200px;
	box-shadow:0px 0px 20px #2c3254;
	margin-bottom: 1em;
}

.posters p {max-width:200px;}

#footer{
	text-align: center;
  width: 100%;
  height: 4em;
	margin-top:7em;
}

#footer a{
	text-decoration: none;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background-color: black; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@media only screen and (max-width: 620px) {

	.header{
		background-size: 250px;
		margin-bottom: 0px;
		margin-bottom:5vh;
	}
	.video{
		border-width:10px;
	}

	.poster_1 {
		max-width: 33.33%;
		display:block;
		padding:1em;
		margin-left: auto;
		margin-right: auto;
	}

	.posters img {
		max-width:100%;
		margin-bottom: 1em;
	}


	.about {
		margin-top: 1em;
		margin-left: auto;
		margin-right: auto;
		display:block;
		align-items: center;
		width:100%;
	}

	.imgholder{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;

	}

	.spanholder {
		margin-top: 1em;
		padding-bottom:1em;
		max-width: 90%;
	}

}
