@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	line-height: 1.25;
	font-family: sans-serif;
}

body {
	background: #939393;
	color: #ffffff;
}

section {
	padding: 3rem 0;
	text-align: center;
}

section:nth-of-type(even) {
	background: #1f1f1f;
}

article {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.example {
	padding: 1rem;
	background: #5A1415;
	border-radius: .25rem;
	margin-top: 1rem;
}

.example2 {
	padding: 3rem 1rem;
	background: #5A1415;
	border-radius: .25rem;
	margin-top: 1rem;
}

.text{
	padding: 1rem 0 2rem;
}

/* css above is simply for layout purposes
 */


/* this icon css allows us to format our icons the exact same */

.icon {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	vertical-align: middle;
}

.middle {
	margin: 0 .25rem;
}

embed:hover{
	fill: red;
}


a{
	background: none;
	border: solid 3px white;
	border-radius: 6px;
	font-weight: 600;
	font-size: 1rem;
	color: white;
	text-align: center;
	padding: 8px 12px;
	text-decoration-line: none;
	margin: 0 1rem; 
}

a:hover{
	background: none;
	border: solid 3px #ABA8A8;
	border-radius: 6px;
	font-weight: 600;
	font-size: 1rem;
	color: #ABA8A8;
	text-align: center;
	padding: 8px 12px;
}
/* CSS Document */

