@charset "utf-8";
/* Simplify width and height calculations */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	background-color: #EFF5F8;
	animation: fadeInAnimation ease 5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	background-color: white;
	text-align: left;
}
h1, h2 {
	color: #1E1E1E;
	font-style: normal;
	font-weight: 400;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 2.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	margin-top: 0.5em;
	font-size: 2.25em;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #dfb56b;
}
a:visited {
	color: #FF944C;
}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#menulink {
	background-color: #1E1E1E;
	margin: 0;
	text-align: center;
}
#menulink a {
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	/* [disabled]display: block;
*/
	font-weight: 200;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-family: source-sans-pro;
	font-style: normal;
}
#navlinks {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #000000;
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#navlinks.displayed {
	top: 135px;
	z-index: 1;
	opacity: 1;
}
#navlinks.start {
	display: none;
}
#navlinks.collapsed {
	top: -12em;
	opacity: 0;
}
#navlinks a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
	color: #dfb56b;
}
main, aside, section {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
	max-width: 100%;
	display: block;
}
#hero p {
	color: #dfb56b;
	font-weight: 600;
	font-size: 1.5em;
	text-transform: uppercase;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 20px;
	font-family: source-sans-pro;
	font-style: normal;
	animation: fadeInAnimation ease 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
}
figure {
	width: 445px;
	max-width: 92%;
	display: block;
}
figure img {
	max-width: 100%;
}
figcaption {
	display: block;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-transform: uppercase;
}
.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grayscale:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1E1E1E;
	color: white;
	font-size: 0.8em;
	text-align: center;
}

@media (min-width: 700px) {
#menulink {
	display: none;
}
#navlinks {
	max-width: 1000px;
	position: static;
	background-color: transparent;
}
#navlinks.collapsed {
	opacity: 1;
}
#navlinks a {
	width: 20%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	float: left;
	color: #1E1E1E;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	z-index: 99;
	height: 150px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#placeholder {
	height: 150px;
	width: 100%;
	background-color: #FFF;
}
#placeholder2 {
	height: 180px;
	width: 100%;
	position: relative;
}

#hero p {
	width: 47%;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 200px;
	padding-top: 20px;
	position: absolute;
	top: 180px;
	right: 33px;
	animation: fadeInAnimation ease 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
}
#hero {
	position: relative;
	height: 500px;
}
main {
	width: 60%;
}
section {
	width: 92%;
}
aside {
	width: 28%;
	margin-left: 0px;
}
main, aside, section {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	font-size: 0.875em;
	text-align: left;
}
footer {
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
}
}

@media (min-width: 900px) {
.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 15px;
}

.floatleft {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
}
.floatleftklein {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	width: 291px;
}

.example2 {
	height: 70px;
	overflow: hidden;
	position: relative;
	font-family: "Montserrat ExtraLight";
	font-weight: bold;
	width: 300px;
}
#logo {
	animation: fadeInAnimation ease 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	width: 365px;
	height: 255px;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
}


.example2 h3 {
	position: absolute;
	width: 360px;
	height: 65px;
	margin: 0;
	line-height: 50px;
	text-align: left;
	/* Apply animation to this element */	
	animation: example2 6s ease-out;
}
/* Move it (define the animation) */
@keyframes example2 {
 0%   { 
 transform: translateY(200%); 		
 }
 100% { 
 transform: translateY(0%); 
 }
}
