* {
	margin: 0;
	padding: 0;
	font-family: arial;
}

html{
height: 100%	
}

body{
	background-image: url("./images/background.jpg");
	background-repeat: repeat-y;
    background-size: 100% 100%;
}

.profile_link img {
	width: 2.5%;
    	position: absolute;
   	top: 1px;
   	right: 0px;
}

.slideout-menu {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1;
}
.slideout-menu h3 {
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	vertical-align: top;
}
.slideout-menu ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
}
.slideout-menu ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
.slideout-menu ul li a:hover {
	background: #000;
	color: #fff;
}
.slideout-menu ul li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: .5;
}

.slideout-menu ul ul {
	display: none;
}

.slideout-menu ul li:hover > ul {
	display: block;
	z-index:1000;
}

.slideout-menu ul ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
}
.slideout-menu ul ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
.slideout-menu ul ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
.slideout-menu ul ul li a:hover {
	background: #000;
	color: #fff;
}
.slideout-menu ul ul li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: .5;
}

.header {
	padding: 15px;
	background: #ED1C30;
}
.header .slideout-menu-toggle {
	font-size: 1.2em;
	color: #999;
	text-decoration: none;
}
.header .slideout-menu-toggle:hover {
	color: #fff;
}
.header .slideout-menu-toggle i {
	vertical-align: top;
	margin: 5px 3px 0 0;
}

.content {
	width: 60%;
	margin: 50px auto;
	padding: 20px;
	background: rgba(0, 0, 0, .55);
}
.content h1 {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px;
}
.content p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	color: #eee;
	margin: 0 0 20px;
}
.content p:last-child {
	margin: 0;
}
.content a.button {
	display: inline-block;
	padding: 10px 20px;
	background: #ff0;
	color: #000;
	text-decoration: none;
}
.content a.button:hover {
	background: #000;
	color: #ff0;
}
.content.header {
	position: relative;
	background: #ED1C30;
}
.content.header h1 {
	color: #ffffff;
}

.content.footer {
	background:#ED1C30;
}
.content.footer p {
	color: #ffffff;
}

.timetable img{
	border: 1px solid black;
}
.notes, tr, td{
	border: 1px solid black;
}

.notes, tr, td, a{
	text-decoration: none;
}
.arrow {
	z-index: 2;
	width: 3%;
	position: fixed;
	bottom: 0;
	right: 0;
}
.search {
	float: right;
}

form{
	width:70%;
	margin:4% 15%;
}

input[type=text]{
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
}

input[type=password]{
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
}
input[type=submit]{
	margin-bottom: 20px;
	margin-right: 35px;
	width:40%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
	background-color: #ED1C30;
	color: aliceblue;
	font-size:15px;
}

button[type=button]{
	margin-bottom: 20px;
	margin-right: 35px;
	width:40%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #3b5998;
	background-color: #ED1C30;
	color: aliceblue;
	font-size:15px;
}

textarea{
	width:100%;
	padding: 15px;
	margin-top: 10px;
	border:1px solid #E87B45;
	border-radius:5px;
	font-family:arial;
	margin-bottom: 20px;
	resize:none;
}
input[type=text]:focus,textarea:focus {
	border-color: #ED1C30;
}
input[type=password]:focus,textarea:focus {
	border-color: #ED1C30;
}
@media screen and (max-width: 995px) {
	.arrow {
		width: 8%;
	}
	
	
.profile_link img {
	width: 5.5%;
}
}
.timetable img {
	width: 100%;
	height:100%;
}

.image_window {
	
}

.gallery_image {
	width: 200px;
	height: 200px;
	border-style: solid;
	border-width: medium;
	border-color: #ED1C30;
}

.container {
  height: 200px;
  width: 200px;
  position: relative;
}

.container p {
	color: transparent;
}
.container img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1.0;
  filter: alpha(opacity=40);
}

.container img:hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  filter: alpha(opacity=100);
  
}

.container:hover p {
  z-index: 100;
  position: absolute;
  color: white;
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
  font-size: 18;
  font-weight: bold;
  left: 30;
  top: 50;
}




