@font-face{
	font-family: "FKGrotesk";
	src: 	url("fonts/FKGrotesk-Regular.woff2") format("woff2");
	src:		url("fonts/FKGrotesk-Regular.woff"), format("woff");
			font-weight: normal;
			font-style: normal;
		}
@font-face{
	font-family: "FKGrotesk";
	src: 	url("fonts/FKGrotesk-Bold.woff2") format("woff2");
	src:	url('fonts/FKGrotesk-Bold.woff') format("woff");
			font-weight: bold;
			font-style: normal;
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 18px;
	width: 100%;
	max-height: 100vh;
	background-color: #0000FF;
vertical-align: text-bottom;
	font-family: "FKGrotesk", Helvetica, Arial, sans-serif;

}


h1::selection {
  background: #0000AB; /* WebKit/Blink Browsers */
}
h1::-moz-selection {
  background: #0000AB; /* Gecko Browsers */
}

h2::selection {
  background: #0000AB; /* WebKit/Blink Browsers */
}
h2::-moz-selection {
  background: #0000AB; /* Gecko Browsers */
}

h1{
	margin-top: 35%;
	margin-left: 20px;
	font-size:140px;
	line-height: 140px; 
	color: #fff; 
	letter-spacing: 1px; 
	text-align: left;
	
	font-weight: bold;


}
h2{
	margin-left: 28px;
	margin-top: 0%;
	font-weight: normal;
	font-size: 80px;
	color: #fff;
	letter-spacing: -0.7px;
	text-align: left;
}
a{
	color: #fff;
}
a:visited{
	color: #fff;
}
div{
  position: absolute;
  vertical-align: bottom;
  bottom: 0;
  left: 0;
}

/********************************************/
@media screen and (max-width: 810px) {


h1{
		margin-top: 75%;
	margin-left: 20px;
	font-size: 60px;
	line-height: 60px; 
	color: #fff; 
	letter-spacing: -2px; 
	text-align: left;
	font-weight: bold;

}


h2{
	margin-top: 0%;
	margin-left: 20px;
		font-size: 32px;
font-weight: normal;
	letter-spacing: -0.5px;
}
}
@media screen and (max-width: 375px) {


h1{
	margin-top: 100%;
	margin-left: 20px;
	font-size: 40px;
	line-height: 40px; 
	color: #fff; 
	letter-spacing: 0px; 
	text-align: left;
font-weight: bold;
}

h2{
	margin-top: 0%;
	margin-left: 20px;
		font-size: 22.5px;
font-weight: normal;
	letter-spacing: -0.5px;
}
}

