html, body {
	margin: 0;
	padding: 0;
}

body {
	height: 100vh;
	width: 100vw;
	background-color: #d8581c;
}

#logo {
	position: static;
}

.header {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #380c06;
	position: sticky;
	top: 0;
}

.header img {
	position: absolute;
	height: 45px;
	width: 45px;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.header a {
	display: block;
	color: white;
	padding: 15px 30px;
	text-decoration: none;
}

.active a {
	background-color: #721d11;
}

.header a:hover {
	background-color: #58130a;
}

.content {
	padding: 5px 20px;
	color:rgb(0, 0, 0);
}

.centered {
	text-align: center;
}

.boxed {
	background-color: #581408;
	color: rgb(235, 235, 235);
	margin: auto auto 20px auto;
	width: 60%;
}

.contact {
	background-color: transparent;
}

.boxed * {
	margin: 0px;
}

.boxed .sub_header {
	background-color: #4b1107;
	padding: 10px;
	display: flex;
	justify-content: left;
}

.boxed .sub_header img {
	margin: auto 10px auto 0;
	width: 32px;
	height: 32px;
}

.boxed .sub_content {
	display: flex;
	padding: 10px;
}

.boxed .sub_info {
	width: 80%;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.boxed .sub_news {
	width: 100%;
	padding: 10px;
}

.boxed .sub_access {
	margin: auto;
	text-align: center;
	min-width: 90px;
}

.sub_access a {
	display: block;
	color: white;
	padding: 15px 20px;
	text-decoration: none;
	background-color: rgb(20, 131, 165);
	border-radius: 5px;
}

.sub_access a:hover {
	background-color: rgb(22, 147, 185);
}

.donate_bar {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
}

.donate_bar a {
	display: flex;
	padding: 15px 20px;
	margin: 0px 20px 0px 20px;
	justify-content: left;
	width: 200px;
	color: white;
	text-decoration: none;
	background-color: rgb(151, 39, 19);
	border-radius: 5px;
}

.donate_bar a:hover {
	background-color: rgb(180, 49, 26);
}

.donate_bar a p {
	margin: auto
}

.footer {
	position: sticky;
	top: 100%;
	margin-left: 5px;
	margin-bottom: 5px;
}
