@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: both;
	border-color: #3F2499;  
    border-width: .25em;  
    border-style: double;  
	border-radius: 18px;
	/*transform: rotate(25deg);*/
}

article3 h1
{
	clear: right;
}
/* ---------------------------------------- */

/* 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;}

.teamlogo 
{
    position: absolute;
    /*  top: 0px;
    right: 0px; */
	width: 30%;
	height: 30%;
	float: right;
}

.photograph1
{
	text-align: right;
	float: right;
	width: 350px;
	height: 400px;
	mix-blend-mode: darken;
}

.photograph2
{
	float:left;
    width: 30%;
    height: auto;
    border-color: #3F2499;  
    border-width: .25em;  
    border-style: double;  
    border-radius: 18px;
  
}
	 
.photograph
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

pv
{
	margin-left: auto;
	margin-right:auto;
	display: block;
	text-align: center;
	color: #000000;
	font-family:Times New Roman;
	clear:left;
}
.video
{
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: left;
}

.video:after
{
	content: '';
    display: block;
    width: 100%;
}

/* ---------------------------------------- */

/* --------------- Text --------------- */
p
{
	color: #000000;
	font-family:Times New Roman;
	font-size: 18px;
}

a1
{
	background-color:#3F2499;
	display: block;
	font-family: Times New Roman;
	color:white;
	font-size: 24px;
	text-align:center;
	border-color: #8B0000;  
    border-width: .25em;  
    border-style: double;  
	border-radius: 82px;
	margin-right: 25%;
	margin-left:25%;
}

a2
{
	background-color:#8B0000;
	display: block;
	font-family: Times New Roman;
	color:white;
	font-size: 18px;
	border-color: #8B0000;  
    border-width: .25em;  
    border-style: double;  
	border-radius: 82px;
	margin-right: 25%;
	margin-left: 25%;
}

article3 p
{
	text-align: right;
	/*color: #000000;
	font-family:Times New Roman;*/
	/*margin-right: 80px;*/
}


article3:after
{
	content: '';
    display: block;
    width: 100%;
}

/* -------------------------------------------------- */

/* --------------- Bottom of the 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;
	bottom: 0px;
	width: 100%;
	clear:left;
	}
/* ---------------------------------------- */