:root {
	--primaryColor: #3e9c83;
	--secondaryColor: #316054;
	--warningColor: #821E18;
}
body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
	/* text-transform: uppercase; */
	height: 100%;
	background: #252527;
	color: #b7cbcf;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
color:var(--primaryColor);
text-decoration: none;
font-weight: bold;
transition: .5s ease;
}
a:hover {
	color: var(--secondaryColor);
	transition: .5s ease;
	text-decoration: none;
}
.loading {
	position: absolute;
	opacity: 0.8;
	margin: -24px 0 0 -24px;
	left: 50%;
	top: 50%;
}
.setting {
	margin-top: 30px;
}
#wrapper {
	max-width: 710px;
	margin: 0 auto;
}

header,
article {
	/* font-weight: 800; */
	/* color: var(--primaryColor); */
}
header {
	text-align: center;
}
h1 {
	font-size: 54px;
	display: inline-block;
	text-transform: uppercase;
	font-family: Passion One, system-ui, sans-serif;
	color: var(--primaryColor);
	letter-spacing: 5px;
}
.imgblock {
	max-width: 64px;
	margin-right: 10px;
	margin-top: -27px;
	vertical-align: middle;
	display: inline-block;
}
.imgblock img {
	width: 100%;
}
.tiny {
font-size: 15px;
color: var(--warningColor);
margin-top: -59px;
margin-bottom: 45px;
font-weight: bold;
}
dt {
	font-family: Passion One, system-ui, sans-serif;
}
#output {
	font-size: 32px;
	margin: 60px 0;
	/* max-width: 650px; */
}

#output.animate {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-transition: opacity 0.5s ease-out;
}

noscript {
	font-weight: 800;
	font-size: 48px;
	margin: 60px 0;
}

#output dd {
	display: block;
	margin: 20px auto;
	background: rgba(238, 238, 238, 0.11);
	border-radius: 10px;
	padding: 15px;
	/* max-width: 650px; */
	color: var(--primaryColor);
	/* text-transform: uppercase; */
	font-family: Passion One, system-ui, sans-serif;
}

#generate, input, select, button {
	text-decoration: none;
	font-size: 18px;
	color: #b7cbcf;
	padding: 15px;
	margin: 20px 0 20px 0;
	background: var(--primaryColor);
	border-radius: 10px;
	transition: .5s ease;
	border: none;
	cursor: pointer;
}
.namelist, #quantity {
margin-right: 10px;
}
#generate:hover, button:hover {
	text-decoration: none;
	background-color: var(--secondaryColor);
	transition: .5s ease;
}


aside {
	position: absolute;
	margin: 12px 8px;
	right: 0;
	top: 0;
}

#share li {
	list-style: none;
	display: inline;
}

#share-facebook {}

#share-twitter {
	position: relative;
	top: -1px;
}

.twitter-share-button {
	font-size: 11px;
	color: #000;
}

footer {
	text-transform: none;
	text-align: right;
	font-size: 12px;
	color: #556777;
	margin: 7vw 0 auto;
	bottom: 0;
	right: 0;
}
.quote2 div.btn {
	display: inline-block;
}
.named {
	font-size: 32px;
	margin: 40px 0 10px;
	font-family: Passion One, system-ui, sans-serif;
}
.name {
	display: block;
	margin:0;
	background: rgba(238, 238, 238, 0.11);
	border-radius: 10px;
	padding: 15px;
	max-width: 388px;
	color: var(--primaryColor);
	text-transform: uppercase;
	font-family: Passion One, system-ui, sans-serif;
}
.quote {
	font-style: italic;
	padding: 1em 2em;
	border-left: 8px solid var(--primaryColor);
	border-top: 0;
	border-bottom: 0;
	line-height: 1.6;
	position: relative;
	font-size: 1em;
	background: rgba(238, 238, 238, 0.11);
	border-radius: 10px;
	font-weight: 500;
}
.quote2 {
	font-style: italic;
	padding: 1em 2em;
	border-left: 8px solid var(--warningColor);
	border-top: 0;
	border-bottom: 0;
	line-height: 1.6;
	position: relative;
	font-size: 1em;
	background: rgba(238, 238, 238, 0.11);
	border-radius: 10px;
	font-weight: 500;
	margin-top: 100px;
}
#quantity { width: 45px; }
/* select {height: 1.65em} */
.nametype {flex-grow: 1;display: none}
#output2:not([data-generator^="descriptions$"]) {text-transform: capitalize;font-size: 24px;}

@media (max-width: 700px) {
	.imgblock {
		max-width: 58px;
	}
	h1 {font-size: 42px;}
	
}

@media (max-width: 600px) {
	.btn {
		text-align: center;
	}

	#generate:hover, .namegen:hover {
		background-color: var(--primaryColor);
	}
.quote, .quote2 {
	font-size: 1em;
	padding: .1em 1em;
}
	#generate {
		margin: 60px auto;
		display: block;
	}
	#output dd {
		text-align: center;
	}
	input, select {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.imgblock {
		max-width: 54px;
		margin-top:-14px;
		margin-right: 2px;
	}
	h1 {font-size: 36px;}
	
}
@media (max-width: 510px) {
	.imgblock {
		max-width: 40px;
		margin-top:-7px;
		margin-right: 2px;
	}
	.tiny {text-align: center;}
	h1 {font-size: 32px;}
	@media (max-width: 455px) {
		.imgblock {
			max-width: 35px;
		}
		h1 {font-size: 24px;}
		dt, .named {font-size: 26px;}
	}
	.namelist, #quantity {
	margin-right: 5px;
	}
}
@media (max-width: 380px) {
.imgblock {
	max-width: 35px;
}

h1 {font-size: 14px;}
}