@font-face {
    font-family: 'como';
    src:url('media/como-bold.ttf') ;
	font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'como';
    src:url('media/como-regular.ttf');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'brannboll';
    src:url('media/BrannbollFS_PERSONAL.ttf');
	font-weight: normal;
    font-style: normal;
}

body {
	margin: 0px;

}

.pattern {
	position: absolute;
	margin-top: -30px;
	width: 100vw;
	height: 160vh;
	z-index: -20;
	background-color: #0F0F0F;
	opacity: 1;
	background: radial-gradient(125% 125% at 50% 90%, #000000 50%, #7B6D28 100%);

}

.main {
	display: flex;
	flex-direction: column;
	align-content: center;
	width: 900px;
	position: relative;
	z-index: 1;
	margin: 30px auto;
	color: #B5B0AA;
	background-color: #0F0F0F;
	text-align: center;
	border-radius: 25px;
	font-family: 'como';
	font-weight: bold;
}

.outline {
	display: flex;
	flex-direction: column;
	align-content: center;
	border-radius: 18px;
	border: 4px solid #B5B0AA;
	margin: 10px;
	justify-content: center;
	align-items: center;
}

.title {
	font-size: 5rem;
	font-family: 'brannboll';
	font-weight: normal;
	margin: 20px auto -30px auto;
}
.title>span {
	font-size: 3rem;
	font-family: 'Ariel';
	font-weight: normal;

}
.subtitle {
	font-size: 1.0rem;
	margin-bottom: 20px;
}
.subsubtitle {
	font-size: 0.9rem;
}
table.Table {
  width: 75%;
  text-align: center;
  border-collapse: collapse;
}
table.Table td, table.Table th {
  padding: 3px 2px;
}


.pic1 {
	height: 355px;
}


.description {
	width: 75%;
	border-radius: 10px;
    outline: 2px solid #B5B0AA;
	padding: 20px;
	margin-bottom: 5px;
	text-align: left;
	font-family: 'como';
	font-weight: normal;
	
}

.description>a {
	color: #B5B0AA;
}

.description>a:hover {
	font-weight: bold;
	filter: brightness(150%);
	cursor: pointer;
}

.sidebyside {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin: 5px 5px;
	position: relative;
}

.linklist{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 380px;
	margin-top: 0px;
	}

.links {
	display: flex;
	font-size: 1rem;
	width: 360px;
	height: 2rem;
	line-height: 2rem;
	padding: 8px;
	background-color: #B5B0AA;
	color: black;
	border-radius: 10px;
    outline: 2px solid black;
    outline-offset: -4px;
	text-decoration: none;
	justify-content: center;
	align-items: center; 
}


.links:hover {
	filter: brightness(150%);
	cursor: pointer;
}

.donation {
	width: 100px;
	margin: 0px 15px 15px 15px;
}

.spacing  {
	margin-bottom: 10px;
}

.footer {
	font-weight: normal;
}

span.blockspam {
  display: none;
}