@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;
}

body {
	margin: 0px;

}

.pattern {
	position: absolute;
	margin-top: -30px;
	width: 200vw;
	height: 300vh;
	background-color: #1c1b13;
	opacity: 0.8;
	background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #1c1b13 12px ), repeating-linear-gradient( #48371855, #483718 );
	z-index: -20;
}

.extpat {
	height: 300vh;
}

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

.wider {
	width: 1190px !important;
}

.extwidth {
	width: 97% !important;
}

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

.title {
	font-size: 3.5rem;
}

.subtitle {
	font-size: 1.0rem;
}
.subsubtitle {
	font-size: 0.9rem;
}
.screenshot {
	background-image: url('media/screenshot-echomatica.png');
	width: 800px;
	height: 250px;
	background-position: 130px 30px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-size:  490px 193px;
}

.infoimage {
		background-image: url('media/controlinfo.png');
		margin: 20px auto;
		width: 869px;
		height: 364px;
		background-repeat: no-repeat;
		background-size:  700px auto;
		background-position: 70px 0px;
}

.pics {
	width: 310px;
	height: auto;
	border-radius: 10px;
}
.pics:hover {
	transition: transform 0.25s ease;
	transform: scale(2);
}

.srcnote {
	font-size: 0.75em;
}
.display-table {
    display: table; 
}
.display-table > div { 
    display: table-row; 
}
.display-table > div > div { 
    display: table-cell;
    padding: 5px;
}


.description, .sourceslist {
	width: 75%;
	border-radius: 10px;
    outline: 2px solid #9C966D;
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-family: 'como';
	font-weight: normal;
	
}
.info {
	margin-top: 20px;
	background-color: #d1cec5;
	color: black;
	width: 86%;
}
.sourceslist {
	margin-top: 20px;
	background-color: #d1cec5;
	color: black;
	
}

.sourceslist > h3 {
	margin: 2px 2px;
	color: #615d46; 
}

.sourceslist  > a{
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	font-weight: bold;
}

li  > a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.sourceslist  > br {
	margin: 5px;
}

.sourceslist  > a:hover, li > a:hover{
	text-decoration: underline;
}

.nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 650px;
	margin: 10px auto 35px auto;
	position: relative;
}

.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: 360px;
	margin-top: 20px;
	}

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

.invlink {
	background-color: #111111 !important;
	color: #9C966D !important;
	outline: 2px solid #9C966D !important;
	width: 420px !important;
}

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

.nav .links {
width: 25%;
margin: 0px 15px;
}

.spacing  {
	margin-bottom: 10px;
}

.ext {
width: 30% !important;
font-size: 0.9rem;

}

.footer {
	font-weight: normal;
}

span.blockspam {
  display: none;
}