@charset "utf-8";
/* --------------- Background --------------- */
body
{
	/*background-color:#BBBBBB;*/
	margin-left:15%;
	width:70%;
}

	/*Sections Edits/Colors*/
section
	{
		/*background-color:#BBBBBB;*/
	}
/* ---------------------------------------- */

/* --------------- Header --------------- */

header
{
	/*background-color:#BBBBBB;*/
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

header h 
{
	display: inline;
	font-family: impact;
	font-size: 81px;
	color:#8b0000;
}

header p:after 
{
	content: ' ';
    display: inline-block;
    width: 100%;
}

h1
{
	font-family: helvetic;
	display:block;
	font-weight: bold;
	color: #8B0000;
	text-align: center;
	font-size: 32px;
	clear: left;
	border-color: #3F2499;  
    border-width: .25em;  
    border-style: double;  
	border-radius: 18px;
}

h2
{
	font-family: helvetic;
	font-weight: bold;
	color: #8B0000;
	font-size: 24px;
	text-decoration: underline;
}
/* ---------------------------------------- */
	
/* This is for the Navigation  on every page*/
/* ----------------------------------------*/
 nav:hover a
{
	color:#5E53EC;
}

nav
{
	text-align: center;
    min-width: 500px;
}

nav a
{
	font-family: helvetica;
	color: #000000;
	text-decoration: none;
}


 nav:after 
{
	content: ' ';
    display: inline-block;
    width: 100%;
}
/*-----------------------------------------*/
	
/* ---------------- Pictures ---------------- */
.logo{mix-blend-mode: darken;}

.photograph
{
	/*display: inline-block; */
	width: 90%;
	border-color: #3F2499;  
    border-width: .25em;  
    border-style: double;  
	border-radius: 18px;
}

/* ---------------------------------------- */

/* ---------- Texts ---------- */

a3
{
	font-family:Times New Roman;
	color: #000000;
	text-decoration:none;
	font-size: 18px;	
}

article1
{
	display:inline-block;
	text-align:center;
	align-content:center;
	width:45%;
	float:left;

}

article_report
{
	display:inline-block;
	text-align:center;
	align-content:center;
	width:45%;
	float:right;
}

/*article p1
{
	display:block;
	float:left;
	clear:both;
}

article p2
{
	display:block;
	float:right;
	clear:both;
}*/


/*  Report Links  */

article_report p
{
	font-family:Times New Roman;
	color: #000000;
	text-decoration:none;
	font-size: 18px;	
}

article_report p4:hover 
{
	color:#5E53EC;
}
/* ------------------------------------------------------------ */

/* -------------------- Bottome of the Page -------------------- */
div
{
	float: right;
	text-align:center;
	padding-bottom: 20px 0;
	color: #FFFFFF;
	text-decoration: none;
	clear:both;
	
}

hr{clear:both;}

footer
{
	text-align: center;
	color: #000000;
}
/* ------------------------------------------------------------ */
