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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**/

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/Inter-Thin.woff2?v=3.19") format("woff2"),
       url("fonts/Inter-Thin.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-Medium.woff2?v=3.19") format("woff2"),
       url("fonts/Inter-Medium.woff?v=3.19") format("woff");
}

body{
	color:#fff;
  background-color:#020406;
	font-family:"Inter", sans-serif;
	font-weight:200;
  width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:130px;
	margin-bottom:50px;
}

p,h1,h2{
  margin-left:auto;
  margin-right:auto;
  max-width:1050px;
}

h1{
  height:53px;
  width:75px;
  background-image:url("img/ls.svg");
  background-repeat:no-repeat;
  margin-bottom:36px;
  margin-left:auto;
  margin-right:auto;
}

h2{
  font-weight:600;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:6px;
  text-align:center;
  margin-top:20px;
  margin-bottom:16px;
}

p{
  font-size:32px;
  text-align:center;
}

#twilight{
  width:80%;
  height:350px;
  background-image:url("img/background.gif");
  background-position: center;
  background-size:contain;
  background-repeat:no-repeat;
  opacity:0.7;
  margin-left:auto;
  margin-right:auto;
}

#symbol{
  height:550px;
  background-image:url("img/ls_symbol.svg");
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
}

#symbol-2{
  height:50px;
  background-image:url("img/automata_symbols.svg");
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  margin-top:30px;
  margin-bottom:30px;
  margin-left:auto;
  margin-right:auto;
}

#symbol-3{
	display:none;
}

#information{
    line-height:1.22em;
}

#disclaimer{
  font-weight:600;
  font-size:11px;
  line-height:14px;
  color:#545454;
  text-align:center;
}

img{
  display:block;
  margin-left:auto;
	margin-right:auto;
}

@media (max-width: 1200px){

p{
  padding-left:40px;
  padding-right:40px;
}

#symbol-2{
  margin-left:40px;
  margin-right:40px;
}

}

@media (max-width: 850px){

body{
	margin-top:80px;
}

#twilight{
	width:100%;
	height:200px;
}

#symbol-2{
  margin-left:40px;
  margin-right:40px;
}

}

@media (max-width: 470px){

	p{
	  font-size:6.8vw;
		padding-left:20px;
		padding-right:20px;
	}

	#symbol-2{
		display:none;
	}

	#symbol-3{
	display:block;
	height:50px;
	background-image:url("img/automata_symbols_m.svg");
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:20px;
	margin-right:20px;
}

}

@media (max-width: 420px){

	#symbol{
	  height:500px;
	}

	#twilight{
		background-size:cover;
	}

}

@media (max-width: 380px){

	#symbol{
	  height:400px;
	}

}
