/* 

mkilgore.no-ip.info

Default Stylesheet

Copyright 2023 Matthew Kilgore, Kilgore Studios

 */


/* Remove Default */
@import url("reset.css");


/* 
---------------------------------------*/
*, html {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#000;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:22px;
	line-height:1.2;
	width:100%;
}

.container {
	height:100%;
	margin:0 auto;
	position:relative;
	width:96%;
}

.quote {
	background-color:#2d2ddb;
	border:8px solid #9b9bff;
	border-radius:40px 80px 40px 80px;
	visibility:hidden;
	left:50%;
	position:absolute;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	top:50%;
	width:65%;
}

.quote div:last-child {
	padding-bottom:40px;
}

.quote-content {
	padding:40px 60px 0 60px;
	position:relative;
}

.quote.real .quote-content span {
	display:block;
	/*border:1px dotted #ccc;*/
}

.quote.real .quote-content span::before,
.quote.real .quote-content span::after {
	color:#9b9bff;
	display:inline-block;
	font-size:50px;
	height:20px;
	line-height:48px;
	vertical-align:top;
}

.quote.real .quote-content span::before {
	content:'\201c';
	margin-right:4px;
	margin-left:-8px;
}

.quote.real .quote-content span::after {
	content:'\201d';
	margin-right:-8px;
	margin-left:4px;
}

.quote .author {
	font-style:italic;
	margin-top:22px;
	padding:0 60px 0 60px;
	text-align:right;
}

.quote .author::before {
	color:#9b9bff;
	content:'—';
}

.quoted::before,
.quoted::after {
	color:#9b9bff;
	display:inline-block;
	font-size:30px;
	height:20px;
	line-height:32px;
	vertical-align:top;
}

.quoted::before {
	content:'\201c';
	margin-right:4px;
}
.quoted::after {
	content:'\201d';
	margin-left:2px;
}

.information {
	background-color:#171717;
	border:2px solid #2e2e2e;
	border-radius:10px 20px 10px 20px;
	bottom:0;
	color:#5c5c5c;
	cursor:pointer;
	font-size:16px;
	line-height:1.2;
	margin:0 8px 8px 0;
	padding:6px 30px;
	position:absolute;
	right:0;
}

.center {
	text-align:center;
}

.visible {
	visibility:visible;
}


/* 
---------------------------------------*/


