html {
	font-size: 100%;
	overflow: auto;
}

body {
	background-color: #8C717A;
	color: #1E1615;
}

p {
	text-indent: 2em!important;
}

.overlord {
	padding: 0.5em;
}

.innercontent {
	padding: 1.1em;
}

.overimg {
	display: none!important;
	background-color: #e9e5e0;
}

.logocontainer {
	padding: 1em 2em 2em 2em;
	text-align: center;
}
.dluslogo1 {
	font-size: 8em;
	color: #fff;
	font-family: 'Alegreya SC', serif;
	margin: 0em 0em 0em -0.8em;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dluslogo2 {
	font-size: 7em;
	font-weight: 500;
	color: #e9e5e0;
	font-family: 'Ruthie', cursive;
	letter-spacing: 0.1em;
	margin: -0.7em 0em 0em 0.88em;
}

nav ul {
	list-style: none;
}

blockquote {
	border: 1px solid #e9e5e0;
	background-color: #ae9ba1;
	padding: 1em;
	text-indent: 0.7em;
}

.nametd {
	text-align: center;
}

.skillicon {
	width: 31px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.fineprint{
	font-size: 0.8em;
	font-weight: 600;
}

h2 {
	text-decoration: underline;
}

h3 {
	text-indent: 2em;
}

a.infopops, a.infopops:link, a.infopops:visited, a.infopops:hover, a.infopops:active {
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 992px) {
	
	html {
		font-size: 125%;
	}
	

	
	.dluslogo1 {
		font-size: 9em;
	}
	
	.dluslogo2 {
		font-size: 9em;
	}
	
	.innercontent .innertext, .innercontent p {
		font-size: 2em;
	}
	
	.navtext {
		font-size: 1.2em;
	}
}