@font-face {
	font-family: 'homepagefonts';
	src: url('fonts/homepageschmal.ttf') format('truetype');
}
body {
	background-color: black;
	color: rgb(255,255,255);
	padding: 3px;
	font-family: 'homepagefonts', arial, sans-serif;
	font-size: 135%;
}

@media only screen and (max-width: 1000px) {
    body {
	font-size: 115%;
    }
}

@media only screen and (max-width: 500px) {
    body {
	font-size: 105%;
    }
}

a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.imgBio {
	height: auto;
	width: 15%;
	float: left;
	border: 0.075%;
	border-style: solid;
	border-color: #dd0808;
	margin-right: 0.750%;
}

.listBio {
	list-style-type: none;
}

#sign {
	float: right;
	margin-top: 5%px;
	margin-right: 15%;
	font-size: 140%;
}

@media only screen and (max-width: 1000px) {
    #sign {
	font-size: 125%;
    }
}

@media only screen and (max-width: 500px) {
    #sign {
	font-size: 110%;
    }
}
