a {
	text-decoration: none;
}

@font-face {
    font-family:Borui;
		src:url("assets/Borui.otf")	}
	
@font-face {
    font-family:Cnossus;
		src:url("assets/Cnossus.ttf")}


.headline {
	font-family: Cnossus, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 4em;
	display: inline;
	}
.emphasis{
		font-family: Borui, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	}

header {
	width: 960px;
	/*background-color:#6C6EF5;*/
	margin-bottom: -50px;
}

#container {
	/* Storing all of the Body to Center and Align */


	
}


.purple a{
	color:#75238C;
}
.purple a:hover {
	background:#75238C;
}

.plum a{
	color:#35074A;	
}
.plum a:hover {
	background:#35074A;
}
.cherry a{
	color:#F23D5B;
}
.cherry a:hover{
	background:#F23D5B;
}
.babe a{
	color:#2166E8;
}
.babe a:hover{
	background:#2166E8;
}
.invert{
	background: #FFD9D9;
}
.invert a:hover {
	color:#FFD9D9; 
}

.breaker{
	border: medium black;
	width:1000px;
	height:50px;
	margin:1px;
	background: #6C6C6C;
	color: black;
}
.breaker h1 a{
	color: black;
}
.breaker h1 a:hover{
	color:#F23D5B;
}

nav {
	height: 120px;
	width: 960px;
	display: flex;
}

nav ul li{
	display: block;
	width: 200px;
	align-content: center;
	text-align: center;
	clear: right;
	float: left;
}

/* 
	transition-timing-function: ease-in;
*/

nav ul li a{
	display: inherit;
	font-size: 1.2em;
	/*width: 200px;*/
}

.section{
	display: flex;
	flex-wrap: wrap;
	width: 1020px;
	padding-bottom: 30px;
}

.box{
	display: flex;
	flex: auto;
	/*background-color: blue; */
	width: 300px;
	padding-top: 30px;
}

.box-item{
	width: 400px;
	/* background-color: red;
	border: 1px solid #FFC;*/
	justify-content: center;
	align-content: center;
}

.box h2{
	font-size:1.4em;
/*	flex-direction:column; 
	flex:2;
	order:2; */
}

.box p{
	font-size: 1.2em;
/*	flex-direction:column; 
	flex:2;
	order:3; */
}
.box img{
	margin: 50px auto;
	width: 50px;
	order:1;
	flex: 1; 
}

h2 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
footer{
	display: flex;
	align-content: center;
	padding: 100px;
}
footer h1 {
	font-size: 0.2em;
}
footer p {
	font-style: italic;
	padding: 20px;
}
