html{
	width: 100%
}

body{
	background-color:grey;
	width: 100%;
	height: 100%;
	margin: 0;
}

img{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

#logobar{
	height: calc(50vh - 40px);
}



#logo{
	position: relative;
	height: 30%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#divider{
	background-color:#880015;
}

.contentarea{
	position: relative;
	margin-left: 25%;
	margin-right: 25%;
	padding: 0;
	border: 0;
	width: 50%;
}

#textarea{
	position: relative;
	opacity: 1;
}

#textareabackground{
	position: relative;
	background-color: #242424;
	min-height: calc(50vh - 56px);
}

#textfield{
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align:left;
}

.thumbnailimage{
	width: 48.5%;
	padding-bottom: 3%;
	cursor: pointer;
}

.leftimage{
	margin-right: 3%;
}

.rightimage{

}

#uppercontent{
	background-image: url("/res/background.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#imagefield{
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	text-align:left;
}

#infoarea{
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
}

#imageshow{
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 15;
	position: fixed;
	width:100%;
	height: 100%;
}

#imagecontainer{
	width: 100%;
	height: 100%;
	position: relative;
}

.showimage{
	position: absolute;
	margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


#closebutton{
	cursor: pointer;
	position: absolute;
	z-index: 15;
	width: 25px;
	height: 25px;
	top: 20px;
	right: 20px;
	color: white;
}

.text{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.menubutton{
	color: #242424;
	line-height: 40px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
}

.menubutton:hover{
	color: #242424;
	line-height: 40px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
}

.left{
		text-align: left;
		width: 17%;
}

.mid{
		text-align: center;
		width: 33%;

}

.right{
			text-align: right;
			width: 17%;
}

.exposes{
	width: 100%;
	height: 300px;
}

.exposecontainer{
	width: 30%;
	margin: 0;
	position: absolute;
}

.exposethumbnail{
	width: 100%;
}

.lowermenubutton{
	color: #242424;
	text-align: right;
	cursor: pointer;
	margin-left: auto;
	margin-right: 0;
	padding: 0;
	float:right;
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-size: 18px;
}

.lowermenubutton:hover{
	color: #242424;
	text-align: right;
	cursor: pointer;
	margin-left: auto;
	margin-right: 0;
	float:right;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-size: 18px;
}

.footertext{
	color: #242424;
	font-size: 18px;
	width: 100%;
	display:inline-block;
}

#footer{
	background-color: #880015;
	overflow: hidden;
}

.active{
	color: #fff;
}

.active:hover{
	color: #fff;
}

h1{
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 30px;
}


#imageslider{
	overflow: hidden;
	white-space: nowrap;
}

#slidercontent{
	position: relative;
	transition: ease 3s;
	margin-left: 0;
	margin-right: 0;
}

.image{
	width: 100%;
	display: inline-block;
}


@media(max-width: 991px){
	.text{
		font-size: 18px;
	}


	.thumbnailimage{
		width: 100%;
		padding-bottom: 3%;
		cursor: pointer;
	}

	.leftimage{
		margin-right: 0%;
	}

	.rightimage{

	}

	#textfield{
		padding-top: 7%;
		padding-bottom: 7%;
	}

	.menubutton{
		width: 100%;
	}

	.left{
		text-align: center;
	}

	.right{
		text-align: center;
	}

	.contentarea{
		position: relative;
		margin-left: 5%;
		margin-right: 5%;
		padding: 0;
		border: 0;
		width: 90%;
	}

	#logobar{
		height: calc(30vh - 40px);
	}
}
