html, body{min-height:100%;}

body {
	text-align:center;
	height:90vh;
	width:100%;
	margin: 0px;
	position: absolute;
	bottom:0px;
}

.logo {
	width: 75%;
	max-width: 500px;
	margin-bottom:20px;
}

.maintext { 
	background: white;
	color: black;
	width:100%;
	height:45%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
}

.firstchild {
	margin-bottom:10px;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 4.5em;
}

.second {
	background: black;
	color: white;
	width:100%;
	height:55%;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
	flex-direction: column;
}

.secondchild1 {
	display:block;
	width:100%;
	margin-top:5px;
	font-family: 'Asap Condensed', sans-serif;
	font-size: 4.0em;
}

.secondchild2 {
	display:block;
	width:100%;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
}

.secondchild3 {
	display:block;
	width:100%;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.55em;
}

/* asap-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Asap Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/asap-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/asap-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/asap-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/asap-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/asap-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/asap-condensed-v16-latin-regular.svg#AsapCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


