/*
 * This is the file cross.css.
 * File created by Mathé Hertogh, 2015-08-01, Leiden.
 * This file contains all the css for the red cross, including the menu
 * and the title.
 */

#title {
    font-size: 90px;
	font-family: lucida fax;
	position: relative;
	top: -120px;
	left: 10;
	text-align: center;
}

.logo {
	width: 140px;
	text-align: center;
	z-index: 500;
	position: absolute;
	top: -105px;
	left: -20px;
}

.crossUp, .crossDown, .crossLeft, .crossRight, .crossMiddle {
	background-color: red;
	border: 10px solid #ffe400;
}

.crossUp, .crossDownShadow, .crossLeftShadow, .crossRightShadow {
    box-shadow: 0 0 20px 1px black;
}

.crossUp {
	width: 100px;
	height: 40px;
	border-bottom: 0px;
	border-top: 0px;
	margin-left: 50px;
}

.crossLeft {
	width: 60px;
	height: 100px;
	border-left: 0px;
	border-right: 0px;
	float: left;
}

.crossMiddle {
	width: 80px;
	height: 100px;
	border: 0px;
	float: left;
	padding: 10px;
	z-index: 5;
}

.crossRight {
	height: 100px;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
	margin-left: 160px;
}

.crossDown {
	width: 100px;
	height: 800px;
	position: relative;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 50px;
	float: left;
}

.crossLeftShadow {
	width: 50px;
	height: 120px;
	position: relative;
	top: -10px;
	z-index: -2;
}

.crossRightShadow {
	height: 120px;
	position: relative;
	top: -10px;
	left: 10;
	z-index: -2;
	background-color: blue;
}

.crossDownShadow {
	width: 120px;
	height: 800px;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: -2;
}

.menu {
	margin-top: 110px;
	z-index: 5;
	
}

.menuLink {
	width: 94px;
	position: relative;
	text-indent: 5px;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 17px;
	text-align: center;
}

.menuLink:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.clickLink {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}