html, body, .container
{
	height: 100%;
}

html, body, h1, p, a, div, section
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #ffffff;
}

h2
{
	margin-top: 0;
	font-size: 120%;
}

body
{
	font: 14px/18px "Helvetica", sans-serif;
	color: #ffffff;
}

body
{
	background-image: url(../Images/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

strong
{
	font-weight: 700;
}

/* Layout */

.columnlogo
{
	float: right;
	width: 25%;
}

.columncontent
{
	float: left;
	width: 75%;
}

.imagegallery
{
	float: left;
	margin-top: 40px;
}

.navbar
{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	height: 40px;
	z-index: 9999;
	position: fixed;
}

.inner
{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.navbar a
{
	display: inline-block;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	padding: 2px 15px;
	text-decoration: none;
	margin-top: 5px;
}

.container
{
	display: table;
	padding-left: 0px;
	width: 100%;
	float: left;
}

.content
{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.contentbottom
{
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

/* Special */
.head
{
	margin: auto;
	margin-top: 12px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 20px;
	width: 150px;
	text-transform: uppercase;
}

.title
{
	margin: auto;
	margin-top: 12px;
	margin-right: 10px;
	font-size: 11px;
	line-height: 18px;
	width: 150px;
	text-transform: uppercase;
	text-align: center;
}

.featuredtext
{
	margin: auto;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	width: 150px;
}

.gallerypath
{
	font-size: 80%;
	margin-bottom: 6px;
}

.galleryimageinfo
{
	font-size: 80%;
}

.folder
{
	width: 80px;
}

.thumbnail
{
	height: auto;
	width: 99%;
	min-width: 99%;
	border: 1px solid white;
	border-radius: 10px;
}

.jscroll-inner
{
	overflow: hidden;
}

/* Media Queries */

/* For mobile devices */
@media only screen and (max-width: 767px)
{
	body
	{
		/* The file size can be smaller to improve page load or sizing */
		background-image: url(../Images/background.jpg);
	}

	.columnlogo
	{
		width: 30%;
	}

	.columncontent
	{
		width: 70%;
	}

	.logo
	{
		width: 96%;
		height: auto;
	}

	.imagelink
	{
		width: 100px;
	}

	.logoside
	{
		width: 60%;
		height: auto;
	}

	.gallerypath
	{
		font-size: 80%;
		margin-bottom: 6px;
	}

	.folder
	{
		width: 50px;
	}

	h2
	{
		font-size: 110%;
	}

	h1
	{
		font-size: 80%;
	}
}

@media only screen and (max-width: 340px)
{
	.columnlogo
	{
		width: 40%;
	}

	.columncontent
	{
		width: 60%;
	}

	.logo
	{
		width: 96%;
		height: auto;
	}

	.logoside
	{
		width: 40%;
		height: auto;
	}

	.imagelink
	{
		width: 100px;
	}

	.head
	{
		font-size: 16px;
	}

	.title
	{
		font-size: 12px;
		line-height: 18px;
	}

	.folder
	{
		width: 40px;
	}

	h2
	{
		font-size: 100%;
	}

	h1
	{
		font-size: 70%;
	}
}
