﻿body {
	background-color: #282828;
	color: white;
}

a {
    text-decoration: none;
}

h1 {
    border-bottom: 2px solid #12378C;
    font-family: Arial;
    font-variant: small-caps;
    font-weight: 300;
}

h2 {
    font-variant: small-caps;
    font-weight: 300;
	
	margin-bottom: 5px;
}

td, th {
    border: 1px solid #12378C;
    padding: 5px;
}

img.screenshot {
	
		width: 100%;
		margin: 0 auto;
}

img.profilePic {
	width: 80px;
	height: 80px;
	vertical-align: bottom;
   text-decoration: none;
}
		
#top {
	z-index: 3;
	position: fixed;
	width: 98%;
	background-color: #1C1C1C;
	padding: 15px 0px 15px 15px;
	margin: 0 auto;
}

#top-spacing {
	height: 110px;
	background-color: #282828;	
}

#top-cover {
	z-index: 2;
	position: fixed;
	top: -5px;
	height: 30px;
	width: 98%;
	background-color: #282828; 
}
		
#name {
	font-size: 18pt;

    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    font-variant: small-caps;
}

#info{
	z-index: 1;
	position: fixed;
	width: 20%;
	height: 500px;
	margin-top: -400px;
	background-color: white;
	webkit-transistion: 1s;
	transistion: 1s;
}

#info:hover{
		transform: translateY(400px);
	}

#nav-bar {
    float: right;
    width: 500px;
    display: inline;

    font-variant: small-caps;
}

a.nav-button {
	border-left: 1px solid lightgrey;
	color: white;
    display: inline-block;
            
	cursor: pointer;
    height: 80px;
    width: 24%; /* Change acording to how many nav buttons there are (100/#-of-buttons - 1) */
    
    

    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

a.mobile-button {
   display: none;
}

a.nav-button:hover {
	background-color: #282828;
}

a.nav-button:focus {
	background-color: #4D4D4D;
}

#left-spacer {
    display: block;
    width: 200px;
}

#content {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 0;

    padding: 15px;
    background-color: lightgrey;
    color: black;
    font-size: 20px;
    font-family: Arial;
}

#sword {
	margin-right: 10px;
    width: 18%;
    float: left;
}

.video {
    width: 100%;
	height: 503px;
}
