/**
 * Index stylesheet for BK Modelbouw
 *
 * @author      Wouter Van den Heede
 *
 */

/* =============================================
 * BLOG PAGE - MODELBOUW BLOG
 =============================================== */

/* title */
 #content h2 {
	text-align: center;
	padding-top: 4rem;
	border-bottom: 2px solid #27223E;
	width: 24rem;
	margin: 0 auto;
}

#content div article p:nth-of-type(2) {
	width: 100%;
	margin-bottom: 3rem;
	margin-top: 1.5rem;
}

#content div article {
	background-color: white;
	padding: 0rem 2rem 0rem 2rem;
}

#content .left article {
	padding-bottom: 5rem;
	margin-top: 3rem;
}

#content .right article:nth-of-type(1) {
	padding-bottom: 5rem;
	margin-top: 3rem;
}

#content .right article:nth-of-type(2), #content .right article:nth-of-type(3) {
	padding-bottom: 5rem;
	margin-top: 3rem;
}


#content div article p:nth-of-type(1) {
	color: #969696;
	font-family: helvetica;
	font-size: 1.2rem;
}

#content div article h3 {
	padding-top: 2rem;
}

#content div article h3 a {
	font-family: "Times New Roman";
	font-size: 2.3rem;
	font-style: italic;
	font-weight: bold;
	margin-left: 0;
	color: #27223E;
}

#content div article h3 a:hover {
	text-decoration: underline;
}

/* left */
#content div article img {
	width: 100%;
	padding-top: 0.8rem;
}

/* right */
#content .right {
	margin-bottom: 5rem;
}

/* button */
#content .more {
	display: block;
	text-align: center;
	margin: 0 auto;
}

#content .more:hover {
	color: #DCDCDC;
	border-color: #DCDCDC;
}

/* ===============
   Media queries
   =============== */
@media (min-width: 45em) { /* your breakpoint in em here */
	/* =============================================
	 * BLOG PAGE - MODELBOUW BLOG
	 =============================================== */
	#content .left, .right {
		width: 49%;
	}

	#content .left article {
		clear: both;
		overflow: hidden;
	}

	#content .right article:nth-of-type(1) {
		clear: both;
		overflow: hidden;
	}

	#content .right article:nth-of-type(2), #content .right article:nth-of-type(3) {
		clear: both;
		overflow: hidden;
	}

	/* left */
	#content .left {
		float: left;
		margin-bottom: 5rem;
	}

	/* right */
	#content .right {
		float: right;
	}
}