
#content{
	width: 80vw;
	font-family: Arial, Helvetica, sans-serif;
}

#everything{
	font-family: Arial, Helvetica, sans-serif;
}

@font-face{
  font-family: snow;
  src: url(../font/almonte_snow.ttf);
  font-weight: bold;
}

.justified_text{
	text-align: justify;
	font-size: large;
}

.fancy_text{
	line-height: 0px;
	font-family: 'Sofia';
}

.color{
	color: #EE0000;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

h3{
	margin-bottom: 25px;
	color: #413636;
	line-height: 0px;
	text-shadow: 0px 0px 4px #FF7518;
	font-size: x-large;
}

h4{
	color: #413636;
	line-height: 0px;
	text-shadow: 0px 0px 2px #AA0000;
}

.logo{
	height: 60px;
}

html, body{
	height: 100%;
	margin: 15px;
	padding: 0;
}

table{
	margin-left: -4px;
	border-spacing: 4px;
}

.smaller_text{
	font-size:8px;
}

.centered_div{
	margin-right: auto;
	margin-left: auto;
}