@charset "UTF-8";
/* CSS Document */

body, html{
    height: 100%;
	width: 100%;
 	background: rgba(190,139,70,1.0);
	overflow-x: hidden;
	overflow-y: visible;
}

img {
	height: 300px;
	width: auto;
	position: static;
	top: 0%;
	left: 0%;
	/*transform: translate(-50%, -50%);*/
}
@font-face {
    font-family: Suisse BP;
    src: url(http://versmaat.com/font/SuisseIntl-Regular.eot), url(http://versmaat.com/font/SuisseIntl-RegularItalic.eot) format("truetype");	
}
h1 {
	font-size: 24px;
 	font-family: "Suisse BP Int'l Regular", "Suisse BP Int'l Regular Italic", Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	font-stretch: extra-expanded;
	text-align: left;
	line-height: 1.0;
	letter-spacing: 1.25px;
	cursor: default;
}

h2 {
	font-size: 24px;
 	font-family: "Suisse BP Int'l Regular", "Suisse BP Int'l Regular Italic", Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	font-stretch: extra-expanded;
	text-align: left;
	letter-spacing: 0px;
	cursor: default;
}

a, a:link, a:visited {
	font-family: inherit;
	cursor: default;	
	text-decoration: none;
	font-size: inherit;
	line-height: 1;
	color: #000000;
}

a:hover {
	font-family: inherit;
	cursor: default;	
	text-decoration: underline;
	font-size: inherit;
	line-height: 1;
	color: #000000;
}

a:focus {
  pointer-events: auto;
  }

p {
	margin-top: -12px;
	padding-top: 0px;
	cursor: default;
}

button {
    background-color: transparent;
    border: none;
    color: white;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: list-item;
    font-size: 22px;
    cursor: default;
}

button:hover {
	background-color: transparent;
    border: none;
    color: white;
    padding: 0px;
    text-align: center;
    text-decoration: none;
	border-bottom:2px solid white;
	display: list-item;
	line-height: 0.85;
    font-size: 22px;
    cursor: default;
}

ul {
	list-style-type: none;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.top-left{
	z-index: 9;
	text-align: center;
	vertical-align:middle;
	position: fixed;
	height: 25%;
	width: 100%;
	top: 0px;
	margin-top: 60px;
	margin-left: 60px;
}

.align-bottom {
	height: auto;
	width: 100%;
	position: absolute;
	margin: auto;
	text-align: center;
	bottom: 30px;
}

.align-top {
	height: auto;
	width: 100%;
	position: absolute;
	margin: auto;
	text-align: center;
	top: -6px;
	line-height: 0px;
}
.bottom-center{
	text-align: center;
	vertical-align: top;
	position: absolute;
	height: 25%;
	width: 100%;
	bottom: 0px;
	padding-top: 0;
	line-height: 0px;
	cursor: pointer;
}

.bottom-center-info {
	text-align: center;
	vertical-align: center;
	position: absolute;
	height: auto;
	width: 75%;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.container-upper {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 25%;
}

.container-bottom{
	position: absolute;
	top: 100%;
	height: 100%;
	width: 100%;
}

#slider {
    opacity:1;
    transition: opacity 0.1s; 
}

#slider.fadeOut {
    opacity:0;
}

.inline-image > img {
	float: left;
	display: inline-block;
	vertical-align: top;
}

.image-border {
	height: 36px;
	border: 4px solid #000000;
}