@charset "utf-8";

.flex{
  display: flex;
  min-height: 80vh;
  flex-direction: column;
  justify-content: space-between;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.company {
	font-family: "Amerigo BT";
	font-size: 24px;
	font-weight: bold;
}
.companyred {
	font-family: "Amerigo BT";
	font-size: 22px;
	color: #FF0000;
}
.headred {font-family: "Amerigo BT"; font-size: 28px; color: #FF0000; }

.med {font-size: 18px}
.sub {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-size: 18px;
}
