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,caption,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:middle}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}

*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
    font: normal normal 400 18pt/1.45em 'Montserrat', sans-serif;
	width: 100%;
	height: auto;
	display: block;
	position: static;
	scroll-behavior: smooth;
}

body {
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 900;
	background: #242426 url("images/sk.webp") no-repeat fixed;
	background-size: contain;
	color: #fff;
}

#home {
	overflow: hidden;
	height: 100%;
}

h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 4rem;
	line-height: 2.2em;
}

contain {
	width: 100%;
	padding: 20px;
	text-align: center;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

content {
	width: 100%;
	text-align: center;
	padding: 0;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

#rtext {
	text-align: center;
}

#myVideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
}