@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: New Times Roman;
	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: New Times Roman;
	display:block;
	font-weight: bold;
	color: #3F2499;
	text-align: center;
	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%;
}
/*---------------------------------------------------*/

/* -------------------- Text -------------------- */
p
{
	text-align:center;
	color: #000000;
	font-family:Times New Roman;
	font-size: 18px;
}

/*section1
{
	display:inline-block;
	background-color:#3F2499;
}

section2
{
	display:flex;
}*/
/*---------------------------------------------------*/
	
/* -------------------- Pictures -------------------- */
.logo{mix-blend-mode: darken;}

.photograph
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.location
{
	border-color: #3F2499;  
	border-width: .25em;  
	border-style: double;  
	border-radius: 36px;
}

.picture
{
	width:25%;
	height: 25%;
	border-color: #3F2499;  
	border-width: .25em;  
	border-style: double;  
	border-radius: 36px;
}

.design
{
	width:150px;
	height:150px;
	border-color: #3F2499;  
	border-width: .25em;  
	border-style: double;  
	border-radius: 36px;
}

.design_final1
{
	width:250px;
	height: 250px;
	border-color: #3F2499;  
	border-width: .25em;  
	border-style: double;  
	border-radius: 36px;
}

.design_final2
{
	width:300px;
	height:300px;
	border-color: #3F2499;  
	border-width: .25em;  
	border-style: double;  
	border-radius: 36px;
}

/* -------------------------------------------------- */

/*-------------------- 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;
}

/* -------------------------------------------------- */
