/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html, button, input, select, textarea {
	color: #000;
}

html {
	height: 100%;
}

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

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio, canvas, img, video {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #fff;
	padding: 0.2em 0 0.3em;
	font-size: .6em;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font: 16px Helvetica, Helvetica Neue, Arial;
	width: 100%;
	min-width: 375px;
	height: 100%;
	background-color: #121212;
}
* {
	box-sizing: border-box;
}

/* ==============
    MOBILE: Menu
   ============== */


/* ==============
    MOBILE: Main
   ============== */



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header {
	  width: 100%;
	  max-width: 800px;
	  margin: 0 auto;
	  background-color: rgba(255, 255, 255, .08);
	  color: rgba(255, 255, 255, 1);
	  padding: 1rem;
	  border-radius: 0px 0 10px 10px;
}
span {
	font-weight: bold;
	text-transform: uppercase;
}
#hero {
	max-width: 800px;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding: 4rem;
	text-align: left;
}
h1 {
	font-size: 5rem;
	line-height: 5rem;
	margin: 0 0 1rem;
}
h3 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
#stuff {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 1);
	padding: 1rem;
}
#stuff ul {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#stuff li {
	display: flex;
	flex-basis: 100%;
	max-width: 600px;
	background-color: rgba(255, 255, 255, .08);
	margin: 1rem auto;
	border-radius: 10px;
	flex-direction: column;
}
#stuff li:last-of-type, #stuff li:last-of-type h4, #stuff li:last-of-type p {
	background-color: #121212;
}
#stuff li h4 {
	font-size: 1.2rem;
	margin: 0;
	padding: 1rem;
	border-radius: 10px 10px 0 0;
	background-color: rgba(0, 0, 0, .30);
}
#stuff li p {
	padding: 1rem;
	line-height: 1.5rem;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 800px) {
	#stuff li {
		display: flex;
		flex-basis: calc(50% - 2rem);
		min-width: calc(375px - 3rem);
		background-color: rgba(255, 255, 255, .08);
		margin: 1rem .5rem 0;
		border-radius: 10px;
		flex-direction: column;
	}
	
	}

@media only screen and (min-width: 768px) {
	/* ============
	    WIDE: Menu
	   ============ */
	
	/* ============
	    WIDE: Main
	   ============ */
	
	
}

@media only screen and (min-width: 1140px) {
	/* ===============
	    Maximal Width
	   =============== */
	
	}
@media only screen and (min-width: 1900px) {
	/* ===============
	    Maximal Width
	   =============== */
	
	}
@media only screen and (min-width: 2560px) {
	/* ===============
	    Maximal Width
	   =============== */
	
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	    @page {
	margin: 0.5cm;
	}

    p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}