@charset "utf-8";

/* RESETS */
h1, h2 {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* GENERAL */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Roboto Mono", monospace;
	color: #000000;
	background-color: #f0f0f0;
}

/* HEADERS */
h1 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h2 {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h2:not(:first-child) {
	margin-top: 20px;
}

/* CLEARFIX */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* MAIN */
#main {
	max-width: 900px;
	margin: 30px auto;
	font-size: 14px;
}

/* HEADER */
#header {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 20px;
}

/* MENU */
#menu {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0;
}
#menu li {
	float: left;
	margin-right: 5px;
}
#menu li a {
	color: inherit;
	padding: 10px;
	text-decoration: none;
}
#menu li a:hover,
#menu li.selected a {
	background-color: #ffffff;
	border-bottom: 1px solid #3BA500;
}

/* BODY */
#body {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #d0d0d0;
	padding: 20px 0;
	min-height: 500px;
}

/* SCREEN LIST */
.screen-list {}
.screen-list li {
	float: left;
	margin: 10px;
}
.screen-list li a {
	color: unset;
	text-decoration: none;
}

.screen-list img {
	display: block;
	width: 200px;
	height: 125px;
	background-color: #f5f5f5;
}
.screen-list.screensaver img {
	width: 200px;
	height: 112px;
}
.screen-list li.black-bg img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30);
}
.screen-list li.white-bg img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.screen-label {
	text-align: center;
	padding-top: 4px;
	font-size: 13px;
}

/* FOOTER */
#footer {
	border-top: 1px solid #fafafa;
	padding-top: 5px;
}

.copy {
	font-size: 18px;
	line-height: 14px;
}

/* MAGNIFIC POPUP */
.mfp-iframe-holder .mfp-content {
    max-width: 1200px !important;
}