@import url(//fonts.googleapis.com/css?family=Roboto|Roboto+Slab&display=swap);

.wrapper {
	margin: 0 auto;
}

.wrapper-left {
	width: auto;
	float: left;
}

.wrapper-left .pane {
	margin: 0;
}

.wrapper-right {
	width: auto;
	float: right;
}

.wrapper-right .pane {
	margin: 0;
}

#main {
	width: 800px;
}

body {
	margin: 0;
	background: url(../img/wallpaper.jpg) no-repeat center;
	background-position:center top;
	background-attachment:fixed;
}

h1 {
	font-family: 'Roboto Slab';
}

h1 a {
	color: inherit;
}

h2 {
	margin: 0 0 0.5em 0;
	color: #a0a0a0;
	font-family: 'Roboto Slab';
}

h3 {
	border-bottom: 1px dashed #fef6eb;
	font-size: 1.2em;
}

p {
	margin: 1em 0 1em 0;
}

p.tabbed {
	text-indent: 1em;
}

a {
	color: #93e0ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #2d2d2d;
	color: #fef6eb;
	font-family: 'Roboto';
}

#header {
	background: #2d2d2d url("../img/mint-banner.svg") no-repeat;
	background-size: 100%;
	display: block;
	border-bottom: 1px solid #ffffff;
}

#header h1 {
	display: inline-block;
	margin: 0 1% 0 0;
}

#footer {
	/* background-color: #3C3C3C */
	color: inherit;	
}

.pane {
	padding: 0.5em;
	margin: 1em 0 1em 0;
	box-shadow: 0 0 12px 4px #ffffff;
	background-color: #3c3c3c;
}

.article {
	/* background-color: #525564; */
	/* color: inherit; */
}

.article a {
	/* color: inherit; */
	/* color: #FFE733; */
}

.article p {
	color: inherit
}

.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list li {
	padding-left: 16px;
}

.list li:before {
	content: "\f104";
	margin: 0 8px 0 8px; /* must match style in .icon */
	font-size: 12px; /* must match style in .icon */
	color: #ffffff; /* must match style in .icon */
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}

.gallery {
}

.gallery img {
	height: auto;
	width: 100%;
}

.hidden {
	display: none;
}

::selection {
	background: #b3d4fc;
	color: #fef6eb;
	text-shadow: none;
}

::-moz-selection { 
	background: #b3d4fc;
	color: #fef6eb;
	text-shadow: none;
}

.icon {
	margin: 0 8px 0 8px;
	font-size: 12px;
	color: #ffffff;
}

.icon-img {
	display: inline-block;
	max-width: 20%;
	margin: 0 1%;
}

.icon-img img {
	height: auto; /* height: 24px; */
	width: auto;
}

.redacted {
	color: #ff0000;
	font-weight: bold;
	text-decoration: line-through;
	opacity: 0.0;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulsate {
	0% {
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}
	100% {
		opacity: 0.0;
	}
}
