html
{
    height: 100%;
	
    width: 100%;
}

a:link, a:visited, a:hover, a:active
{
    color: white;
	text-decoration: none;
}

body
{
    display: table;
    
	height: 100%;
	
	width: 100%;
    
  font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
    
	line-height: 1.5;
    
  margin: 0;
  padding: 0;
  
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-color: #cccccc;
}

body *
{
    overflow-x: hidden;
}

header, main, footer
{    
    display: table-row;
	
	margin: 0;
	padding: 0;
    
    overflow-x: hidden;
}

header, footer
{
    height: 1px;
}

header *
{
	margin: 0;
	padding: 0;
	
	text-align: center;
}

main
{
    height: auto;
}

header > div, main > div, footer > div
{
    display: table-cell;
    
    width: 100%;
}

main > div
{
    height: 100%;
}

header > div, footer > div
{
    height: 1px;
    
    position: relative;
	
	text-align: center;
	
	border: 3px outset;
	
	padding: 1em;
	
	overflow: hidden;
	
	border-radius: 25px;
}

header > div > section, header > div > figure, header > div > nav
{
}

header > div > section
{
    height: 4em;
    position: relative;
}

header > div > section > figure
{
    display: table;
    
    height: 3em;
    
    position: absolute;
    
    right: 0;
    
    border: 3px outset;
    border-radius: 25px;
    
    font-size: small;
    padding: .5em;
    
    background: white;
}

header > div > section > figure > figcaption
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}

header > div > section > figure > div
{
    display: table-cell; 
    
    height: 100%;   
}

header > div > section > figure > a
{   
    text-decoration: none;
}

header > div > section > figure > a > div
{
    position: relative;
	
	top: 0;
	left: 0;
	
	width: 3em;
	height: 3em;
}

header > div > section > figure > a > div > img
{
    display: block;
    
    position: absolute;
    
    left: 0;
    top: 0;
   
    height: 100%;
}

header > div > section > figure > a > div > img:first-of-type
{
    z-index: 1;
    visibility: visible;
}

header > div > section > figure > a > div >img:last-of-type
{
    z-index: -1;
    visibility: hidden;
}

header > div > section > figure > div > a:active
{
    
}

header > div > figure
{
    display: table;
    
    width: 100%;
}

header > div > figure > aside
{
    display: table-cell;
    
    position: relative;
    
    width: 25%;
}

header > div > figure > aside > img
{
    display: block;
    
    position: relative;
    
    width: 33%;
    
    left: 0;
    top: 0;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	vertical-align: middle;
}

header > div > figure > div
{
    display: table-cell;
    
    width: 50%;
    
    text-align: center;
    vertical-align: middle;
}

header > div > figure > div > h1
{
    color: White;
    
    text-shadow: 3px 3px 5px White, 0 0 Black;
    
	font-size: 225%;
}

header > div > nav
{
    display: table;
    
    width: 100%;
    
    table-layout: fixed;
}

header > div > nav a
{
    display: table-cell;
    
    text-decoration: none;
    
    border: 3px solid black;
	border-radius: 25px;
}

header > div > nav a:hover
{
    border: 3px outset;
}

header > div > nav a:active
{
    border: 3px inset;
}

header > div > nav a > span
{
    font-size: 125%;
    
	color: #e0e0e0;
	
	text-shadow: 1px 1px 2px black, 0 0 25px white, 1px 1px 5px gold;
}

header > div > nav a:hover > span
{
    font-weight: bold;
    
    color: White;
	
	text-shadow: 0px 0px 5px Gold, 2px 2px 5px White;
}

header > div > nav a:active > span
{
    font-weight: bolder;
	
	text-shadow: 0px 0px 5px Gold, 2px 2px 5px White;  
}

.jumbotron {
    text-align: center;
    margin: 60px 0;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
#login {
    max-width: 300px;
    padding: 19px 29px 14px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}
#register label.required {
	font-weight: bold;
}

section
{
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

section h3
{
    text-align: center;
    
    font-weight: bolder;
}

section h4
{	
    margin-left: 1em;
	margin-right: 1em;
    text-align: center;
    border: 3px inset black;
    padding: .75em 3em;
    border-radius: 25px;
    font-variant: small-caps;    
    font-weight: lighter;
}

section > div
{
    border: 5px outset black;
    
    box-shadow: 10px 10px 5px grey;
}

section > div > p
{
    text-align: center;
    
    font-style: italic;
}

section > div > nav
{
    display: table;
    
    width: 100%;
    
    table-layout: fixed;
}

section > div > nav > div
{
    display: table-row;
}

section > div > nav > div > a
{
    display: table-cell;
    
    text-align: center;
    
    overflow-x: auto;
    
    height: 3em;
    
    line-height: 3;
    
    font-weight: bold;
}

section > div > nav > div > a > span
{
   text-align: center;
   
   color: white;
   
   text-shadow: 2px 2px 4px black;
}

section > div > nav > div > a:hover > span
{
    color: Gold;
}

section article
{
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
    border: 3px inset black;
    padding: .75em 3em;
    border-radius: 25px;
	/* overflow-y: scroll; */
}