@charset "UTF-8";
  
@font-face {
	font-family: 'AllerDisplay';
	src: url(/Fonts/AllerDisplay.ttf) format("truetype");
}

@font-face {
	font-family: 'Aller_Lt';
	src: url(/Fonts/Aller_Lt.ttf) format("truetype");
}

@font-face {
	font-family: 'Baskerville';
	src: url(/Fonts/Baskerville-Old-Face.ttf) format("truetype");
}
  
html {
	width: 100%;
	height: 100%;
	min-width: 550px;

}

body {
	position: relative;
	width: 100%;
	background-image: url(../Pictures/mountain-background.jpg);
	background-size: 100% 100%;
	height: 100%;
	margin: 0; !important

}

h1 {
	font-size: 4em;
	margin: 0; !important
	font-weight: bold;
}
h2 {
	font-size: 2em;
	font-family: 'Aller_Lt'; 
	font-weight: normal;
	margin: 0; !important
}

a {
	text-decoration: none;
	color: black;
	transition: none;
}

a:hover {
	
}

#title {
	position: relative;

	left: 30%;
	width: 40%;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:2%;
	right: 30%;
	top: 0px;
	text-align: center;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	background: #292525;
	color: white;
	font-family: 'AllerDisplay'; 
}

#menubar {
	
}
