@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 300;
	color: #000000;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
h1 {
	font-size: 5rem;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 3rem;
	font-style: normal;
	text-align: center;
	font-family: "Quando";
	padding-bottom: 1rem;
	padding-top: 1rem;
}

h3 {
	font-size: 2rem;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
}
h4 {
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 2px solid rgba(175,0,1,1.00);
	color: rgba(175,0,1,1.00);
}

p {
	font-size: 1.5rem;

}
p strong {
	font-weight: bold;
}
