/* font-family: 'Raleway', sans-serif;
font-family: 'Orbitron', sans-serif;
font-family: 'Poiret One', cursive;
font-family: 'Advent Pro', sans-serif; */
#title {
	font-family: 'Poiret One', cursive;
	font-size: 100px;
	color: grey;
	margin-bottom: 50px;
}


.certify{
	display: none;
}

#microsoft{
	display: none;
}

#microsoft a:hover ~ .certify{
	display: block;
	color: red;
}

header p{
	margin: 100 auto;
	text-align: center;
	font-family: 'Raleway', sans-serif;	
}

header p {
	font-size: .9em;
}

header p a{
	text-decoration: none;
	color: grey;
}

header p a:hover{
	font-weight: bold;
}


/*-------------------------------------------------------------*/

details {
	font-size: .9em;
	color: grey;
}

details p {
	font-size: 1em;
	font-style: italic;
}

details p a{
	text-decoration: none;
	color: blue;
}

details p a:hover{
	font-weight: bold;
	color: #990000;
}


/*-------------------------------------------------------------*/

summary {
	margin-bottom: 20px;
}

section {
	font-family: 'Raleway', sans-serif;	
	width: 50%;
	margin: 0 auto;
	word-spacing: .1em;
	letter-spacing: .1em;
}

section article:nth-of-type(1) {
	width: 48%;
	float: left;
	
}

section article:nth-of-type(1) img {
	width: 25%;
	padding-left: 50%;
}

section article:nth-of-type(2) {
	padding-left: 3%;
	width: 48%;
	float: right;
	border-left: 1px solid #D1D3D4;
		/*background-color: yellow;*/
}

section article:nth-of-type(2) p {
	padding-left: 20px;
	
}