html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
}

img {
	border: 0;
}

p {
	margin: 0 0 1em 0 !important;
}

p, ul, li {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer, .region-page-closure {
	overflow: visible;
	word-wrap: break-word;
}

#page-wrapper, #page, #header {
	height: 100%;
	background-attachment: scroll;
	background-position: center center;
}

#page-wrapper, body {
	background: url("../images/hogge-bg.jpg");
	background-size: cover;
	background-attachment: fixed;
        min-height: 500px;
}

#skip-link, #page {
	font-size: 0.765em;
	line-height: 1.586em;
}

#navigation {
	font-size: 12px;
	margin-top: 20px;
	padding: 20px 0px 32px;
	background: none;
	overflow: hidden;
	word-wrap: break-word;
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -100%;
	height: 2.3em;
}

#navigation ul {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

#navigation li {
	display: inline-block;
	margin: 0 8px;
}

#navigation li a {
	color: #a69257;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
	display: block;
	padding: 8px 18px;
	border: 2px solid #a69257;
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 500;
}

#navigation.sticky-nav {
	position: fixed;
	z-index: 90;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	margin-top: 0;
	transition: background 0.6s;
}

#name-and-slogan {
	position: relative;
	padding-top: 230px;
}

h1#site-name, div#site-name {
	margin: 0;
	font-size: 2em;
	line-height: 1.3em;
}

h1#site-name {
	text-align: center;
	padding: 30px 0 10px;
	font-family: "Arial", "sans-serif";
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 10px;
	text-rendering: optimizeLegibility;
}

h1#site-name a {
	color: #f7eee6 !important;
}

h2 {
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3em;
	margin-top: 0.667em;
	margin-bottom: 60px;
	letter-spacing: 2px;
}

#site-name a:link, #site-name a:visited {
	color: #000;
	text-decoration: none;
}

#site-slogan {
	font-family: "Arial", sans-serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 3px;
	color: #a2abb2;
	text-align: center;
	font-size: 16px;
	padding-top: 24px;
	background: url(/public/images/line.png) center top no-repeat;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main-wrapper {
	position: relative;
}

#content {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -100%;
	padding: 0;
}

#main #content .section {
	background: #dee6ec;
}

#content .section, .no-sidebars #content .section {
	margin: 0;
	padding: 0;
}

.region-content-top {
	width: 960px;
	margin: 0 auto;
	padding: 75px 0 80px;
}

.block {
	margin-bottom: 1em;
}

.view-thumbnails {
	height: 595px;
	margin-bottom: 40px;
}

.block, .view-thumbnails {
	margin-bottom: 0;
}

.view-thumbnails .views-row {
	width: 260px;
	float: left;
	margin: 0 10px 0 40px;
	position: relative;
	height: 265px;
}

.view-thumbnails h2.title {
	font-family: "Arial", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	color: #222;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	top: 159px;
	letter-spacing: 0;
	margin-bottom: 1em;
	margin-top: 0;
}

.view-thumbnails p {
	color: #5e5e5e;
	font-family: "Arial", sans-serif;
	font-style: italic;
	font-weight: 400;
	margin-top: 0;
	width: 260px;
	padding-bottom: 5px;
	padding-top: 45px;
	text-transform: none;
	font-size: 14px;
}

#content-area .views-row {
	background: #15191d;
}

.node-type-page, .node-type-webform {
	color: #5e5e5e;
	padding: 30px 35px 14px;
	margin: 0 0 40px 40px;
}

.node-type-page p {
	text-align: justify;
}

#node7.node-type-page {
	padding-bottom: 0 !important;
}

#aboutme.node-type-page {
	width: 880px;
	margin: 0 auto;
	padding: 120px 40px;
}

.node-type-page h2.title, .node-type-webform h2.title {
	padding-bottom: 15px;
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
	background: url(/public/images/line.png) center bottom no-repeat;
	padding-bottom: 30px;
}

#aboutme .content {
	text-transform: none;
	font-size: 18px;
	line-height: 26px;
	color: #6c6d6e;
}

#aboutme .content .left-text {
	margin-right: 40px;
}

#aboutme .content div {
	width: 420px;
	float: left;
	margin-bottom: 20px;
}

#footer-text {
	color: #ccc;
	padding: 35px 0 35px 50px;
	font-family: "Arial", sans-serif;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	background: url(/public/images/footer-pattern.png);
}

a[data-href] {
	cursor: pointer;
}


div#project-display {
	width: 870px;
	padding-bottom: 80px;
	margin-left: 40px;
	margin-right: 50px;
}

.project-slideshow {
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	font-family: Arial, Helvetica, sans-serif;
}

.empty {
	height: 0px;
}

.occupied {
	height: 325px;
}

.platform {
	font-size: 9px;
	color: gray;
}

.release {
	font-size: 9px;
	color: gray;
	margin-top: 3px;
}

.text-container  p {
	width: 450px;
	text-align: justify;
	margin: 8px 0 8px 0;
	color: #121212;
	font-size: 15px;
}


.text-container h2 {
  margin: 0px 0px 5px 0px;
}

.button-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: background-color .25s,color .15s, box-shadow .15s, opacity .25s, -webkit-filter .25s border .25s;
  transition: background-color .25s,color .15s, box-shadow .15s, opacity .25s, filter .25s border .25s;
  transition: background-color .25s,color .15s, box-shadow .15s, opacity .25s, filter .25s border .25s,-webkit-filter .25s border .25s;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.button-left {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-right {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image-container {
  position: relative;
  width: 400px;
  height: 300px;
  margin-right: 20px;
  overflow: hidden;
  float: left;
}

.text-container {
  width: 450px;
  float: left;
  height: auto;
  overflow: hidden;
  text-transform: none;
  line-height: normal;
}























































