@font-face {
  font-family: Plebeian;
  src: url('PlebeianWeb-Regular.woff2') format('opentype');

}

body {
	font-family: Plebeian;
	font-size: 4em;
	font-style: normal;
	line-height: 1em;
	color: #000000;
	letter-spacing: 0.01em;
	background: #FFFFFF;
	margin: .6em;
}


a { 
	text-decoration: none; 
	color: #000000;
}


a:hover { 
	text-decoration: underline; 
	color: #000000;
}


div.text {
	display: float;
	margin: 15% 15% 30% 10%;
	max-width: 60%;
	vertical-align: middle;
}


#bottomhome {
	width: 100%;
	margin-left: 10%;
	font-family: Plebeian;
	font-size: .25em;
	text-align: left; 
	display: table-cell; 
	vertical-align: bottom;
	font-weight:normal;
	position: fixed; 
	bottom: 0px; 
	left: 0px;
}

@media screen and (max-width: 1000px) {
	.text {
        	max-width: 100%;
		margin: 0% 0% 0% 0%;
}
	body {
		font-size: 2em;
}
}