html{
    height: 100%;
}
body{
	background: #e0e0e0;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-family: BentonSans, AppleSDGothicNeo-Regular, Arial, sans-serif;
	letter-spacing: 1px;
}
nobr{
	white-space: nowrap;
}
.list_item{
	text-align: left;
	display: flex;
	justify-content: center;
	margin-top: 0.75em;
}
.list_item content{
	display: block;
	width: 70%;
}
.list_item:before{
	content: '+';
	display: block;
	margin-right: 1em;
}
.content a{
	text-decoration: none;
	background: #e5e5e5;
	padding: 1px 2px 1px 2px;
	color: #333;
	border-bottom: 1px dotted #fff;
	border-bottom: 1px dotted rgba(1,1,1,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a[href*="data-detector"] {
        background: none;
		border-bottom: 1px dotted #666;
}
.content a:hover{
	border-bottom: 1px dotted #990000;
	color: #990000;
}
a.button{
	display: inline-block;
	color: #fff;
	font-size: 1.3em;
	background: #990000;	
	padding: 0.5em;
	border: 1px solid #990000;
	border-radius: 0.5em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.button:hover{
	color: #990000;
	background: #fff;
	border: 1px solid #990000;
}
#page_wrapper{
	width: 65%;
	margin: auto;
	margin-bottom: 3em;
}

#page_title{
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
								  not supported by any browser */
	cursor: default;
}
#main{
	background: #fff;
	width: 94%;
	padding: 1.5em 3% 1.5em 3%;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
.content{
	text-align: center;
	margin: 0 20% 2em 20%;
}
.content img{
	max-width: 96%;
	padding: 2%;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.content p:last-child{
	margin-bottom: 0;
}
.content > title{
	display: block;
	font-weight: bold;
	font-size: 1.56em;
	text-align: center;
}
.content > subtitle{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
.content h{
	font-size: 1.3em;
}
accent{
	font-size: 1.5em;
	display: block;
	padding: 1em;
	border-top: 1px solid #c3c0b5;
	border-bottom: 1px solid #c3c0b5;
}
accent title{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
#footer{
	color: #f5f5f5;
	background: #716961;
	margin: 0;
}
#footer #tagline{
	padding: 0.5em;
	font-size: 1.4em;
	background: #990000;
	text-align: center;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
								  not supported by any browser */
	cursor: default;
}
#footer #tagline .i{
	font-family: GeorgiaPro;
	font-weight: bold;
	font-style: italic;
}
#footer #tagline .b{
	font-size: 1.1em;
	font-family: BentonSansCond, "Arial Narrow", HelveticaNeue-CondensedBold, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
}
#footer #tagline *{
	vertical-align: middle;
}
#footer #social{
	text-align: center;
	letter-spacing: 2px;
}
#footer #social a i{
	display: inline-block;
	background: #f5f5f5;
	color: #716961;
	font-size: 2.1em;
	width: 1em;
	height: 1em;
	padding: 0.3em;
	margin: 0 0.5em 0 0.5em;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
								  not supported by any browser */
	cursor: unset;
}
#footer #social a{
	text-decoration: none;			
	padding: 0;
}
#footer #social a:hover i{
	color: #f5f5f5;
	background: #514941;
}
#footer #copyright{
	text-align: center;
	padding: 1em;
	color: #B5ADA5;
	
}
#footer #copyright a{
	color: #c1beba;
	border-bottom: 1px dotted #948f89;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#footer #copyright a:hover{
	color: #f5f5f5;
	border-bottom: 1px dotted #f5f5f5;
}
@media (max-width: 920px){
	#page_wrapper{
		width: 90%;
	}
	accent{
		font-size: 3vw;
	}
}
@media (max-width: 600px) {
	#page_wrapper{
		width: 100%;
	}
	.content{
		margin: 0 4% 2em 4%;
	}
	#page_title{
		text-align: center;
		background: #fff;
		margin-top: 0;
		padding-top: 0.5em;
		border-bottom: 1px solid #c3c0b5;
	}
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 150dpi) { 
	body{
		font-size: 2.5rem;
	}
	accent{
		margin: 0.5em 0 0.5em 0;
		font-size: 6vw;
	}
	.content > title{
		font-size: 2em;
	}
	.content{
		margin: 0 4% 2em 4%;
	}
	.content img{
		width: 60%;
		height: auto;
	}
	#page_wrapper{
		width: 100%;
	}
	#page_title{
		text-align: center;
		background: #fff;
		margin-top: 0;
		padding-bottom: 0.3em;
		padding-top: 0.5em;
		border-bottom: 1px solid #c3c0b5;
	}
}