@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;
}

	
/* 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_odd
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: right;
  width: 30%;
  margin-right: 80px;
  border-color: #3F2499;  
  border-width: .25em;  
  border-style: double;  
  border-radius: 36px;
}

.photograph_even
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: left;
  width: 30%;
  margin-left: 80px;
  border-color: #3F2499;  
  border-width: .25em;  
  border-style: double;  
  border-radius: 36px;
}

.photograph
{
	border-color: #3F2499;  
	border-width: .25em;  
	border-style: double;  
	border-radius: 36px;
	width:200px;
	height:200px;
}


/* ---------------------------------------- */

/* ---------------- Text ---------------- */
article1 p
{
	text-align:left;
	color: #000000;
	font-family:Times New Roman;
	margin-left:80px;
	margin-right:50%;
	font-size: 18px;
}

article2 p
{
	text-align: right;
	color: #000000;
	font-family:Times New Roman;
	margin-right: 80px;
	margin-left:50%;
	font-size: 18px;
}

article3 p
{
	text-align: left;
	color: #000000;
	font-family:Times New Roman;
	margin-left: 80px;
	margin-right:50%;
	font-size: 18px;
}

article4 p
{
	text-align: right;
	color: #000000;
	font-family:Times New Roman;
	font-size: 18px;
	margin-right: 80px;
	margin-left:50%;
	
}

article5
{
	text-align:center;
	color: #000000;
	font-family:Times New Roman;
	font-size: 18px;

}

article6
{
	text-align:center;
	color: #000000;
	font-family:Times New Roman;
	font-size: 18px;
}

article7
{
	text-align:center;
	color: #000000;
	font-family:Times New Roman;
	font-size: 18px;
}


hr
{
	clear:both;
}
pc
{
	display:block;
	font-weight: bold;
}


p1 /* Name & Title */
{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-family:helvetica;
	font-size: 24px;
}

p2 /*Title*/
{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-family:helvetica;
	font-size: 16px;
}

p:after
{
	content: ' ';
    display: inline-block;
    width: 100%;
}

/* ------------------------------------------------ */

/* ---------------- Bottom of Page ---------------- */
div
{
	float: right;
	text-align:center;
	padding-bottom: 20px 0;
	color: #FFFFFF;
	text-decoration: none;
	
}

hr{clear:both;}

footer
{
	text-align: center;
	color: #000000;
}
