@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:700);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* whole page*/
html, body {
    margin: 0;
    padding: 0;
	height: 100%;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#content {
	clear: both;
	height: 100%;
}

/*header */
.header {
	width: 100%;
}
#logo {
	background-color: #A08585;
	float: left;
	width: 8%;
	height: 100px;
}
#logo img {
	height: 100px;
} 
nav {
    background: #FFFFFF;
	width: 75%;
	float: right;
}
nav li {
    float: left;
    list-style-type: none;
}
nav li a {
    font-size: 21px;
    color: #999999;
    display: block;
	margin-top: 20px;
    padding: 0 30px;
    text-decoration: none;
    font-family: 'Arvo', serif;
}
nav li a:hover {
    color: #000000;
}
nav li a: active {
	color: #6F4849;
}
#options>a {
    background-image: url(triangle.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    padding-right: 42px;
}

/*subnav */
.subnav {
    visibility: hidden;
    position: relative;
    top: 100%;
    right: 0;
    width: 200px;
    height: 40px;
    opacity: 0;
    transition: all 0.1s;
    background: #232323;
}
.subnav li {
    float: none;
}
.subnav li a {
	padding: auto;
	padding-top: 5px;
}
#options:hover .subnav {
    visibility: visible;
    top: 100%;
    opacity: 1;
	z-index: 1;
}

/* big header image */
.big_image {
	height: 650px;
	width: 100%;
	position: relative;
	clear: both;
	background-image: url(afbeeldingen/transparentbackground.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.slogan {
	position: absolute;
	left: 100px;
	top: 70px;
}
.logos {
	width: auto;
}
.logos {
	top: 280px;
	left: 250px;
	position: absolute;
}
.logos img {
	width: 60px;
	margin: 10px;
}

/* big header image about*/
.big_image_about {
	height: 650px;
	width: 100%;
	position: relative;
	clear: both;
	background-image: url(afbeeldingen/transparentbackgroundtwo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.slogan {
	position: absolute;
	left: 100px;
	top: 70px;
}
.slogan h1{
	font-family: 'Arvo', serif;
	color: #514A4A;
	font-size: 50px;
	text-align: center;
	text-shadow: 2px 2px 8px #BBBBBB;
}
.slogan h3 {
	font-family: 'Arvo', serif;
	color: #DCD9D0;
	margin-left: 130px;
	font-style: italic;
}
.slogan p {
	width: 400px;
	font-family: 'Indie flower', cursive;
	font-size: 20px;
	font-weight: 300;
	margin-left: 130px;
}

/* footer */
footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 45px;
	background-color: #6F4849;
	width: 100%;
}
footer p {
	margin-left: 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	float: left;
	color: #131313;
}
/* search */
 #search {
    width: 357px;
	float: right;
	height: 35px;
	padding: 5px 2px;
}
#search_text{
    width: 300px;
    padding: 15px 0 15px 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border: 0 none;
    height: 35px;
    margin-right: 0;
    color: #000000;
    outline: none;
    background: #F1F1F1;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
}

#search_button {
    border: 0 none;
    background-image: url(afbeeldingen/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px;
    width: 35px;
	height: 35px;
    float: left;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

/* form */
#content #formwrap h3 {
	font-family: 'Montserrat', sans-serif; 
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000000;
}
#content #formwrap {
	clear: both;
	width: 800px;
	margin: 50px auto;
	padding: 0 0 10px 0;
}
#content form {
	width: 500px;
	margin: 20px auto;
}
#content label {
	display: block;
	margin: 5px 0 5px 20px;
	font: 18px sans-serif;
	color: #888;
	font-family: 'Pacifico', cursive;
}
#content input {
	width: 400px;
	margin: 0 0 0 40px;
}
#content input {
	font-family: 'Montserrat', sans-serif;
}
#content textarea {
	font-family: 'Montserrat', sans-serif;
}
#content textarea {
	width: 400px;
	height: 120px;
	margin: 0 0 0 40px;
}
#content fieldset {
	border: none;
	background-color: #f6f6f6;
	padding: 0 0 30px 0;
} 
#content .labelone {
	margin-top: 15px;
}
#content .btn {
	width: 180px;
}
#content form h4 {
	margin: 20px 0 0 30px;
	font: 24px sans-serif;
	font-weight: bold;
	color: #A7A7A7;
	font-family: 'Montserrat', sans-serif;
}
	
/*slider */
#hero {
	clear: both;
	width: 600px;
	height: 400px;
	position: relative;
	margin: 50px auto;
}
#slider {
	width: 600px;
	height: 400px;
	postion: absolute;
	overflow: hidden;
}
#hero img {
	 position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#next {
	text-align: center;
	line-height: 50px;
	color: #FFF;
	width: 50px;
	height: 50px;
	background-color: #4E4E4E;
	position: absolute;
	top: 175px;
	right: 0;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
}
#prev {
	text-align: center;
	line-height: 50px;
	color: #FFF;
	width: 50px;
	height: 50px;
	background-color: #4E4E4E;
	position: absolute;
	top: 175px;
	left: 0;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
}
#hero:hover #next {
	opacity: 1;
	transition: all .5s ease-out;
	webkit-transition: all .5s ease-out;
}
#hero:hover #prev {
	opacity: 1;
	transition: all .5s ease-out;
	webkit-transition: all .5s ease-out;
}

/* text wrap */
.textwrap {
	margin: 50px auto;
	height: auto;
	width: 800px;
}
.textwrap h3 {
	font-family: 'Montserrat', sans-serif; 
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.textwrap h2 {
	font-family: 'Montserrat', sans-serif; 
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}
.textwrap p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.textwrap a {
	font-style: italic;
	text-decoration: none;
	color: #A68787;
}
.textwrap a:hover {
	color: #846161;
}

/* table */
caption {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #000000;
}
table, th, td {
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    text-align: left;
	left: 20px;
}
th p, td p {
	margin-left: 25px;
	font-family: 'Montserrat', sans-serif;
}
th p {
	font-weight: bold;
	font-size: 18px;
}

/*gallery*/
.gallerywrap {
	margin: 50px auto;
	height: auto;
	width: 1100px;
}
.gallerywrap h3 {
	font-family: 'Montserrat', sans-serif; 
	padding: 5px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.gallerywrap h2 {
	font-family: 'Montserrat', sans-serif; 
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.gallerywrap p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.gallery {
	padding: 40px 0;
}
.gallery .text {
	position: absolute;
	left: 55px;
	top: 300px;
	height: 50px;
	width: 200px;
}
.gallery .outer {
	height: 250px;
	width: 340px;
	display: inline-block;
	margin: auto;
	text-align: center;
	position: relative;
	background-colour: #DBDBDB;
	padding: 2px;
}
.outer img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.outer:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.resize_fit_center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
	
/*--------MEDIA QUERIES----------*/

/* voor viewport 980px of minder */ 
@media screen and (max-width: 980px) {
/* whole page*/
html, body {
    margin: 0;
    padding: 0;
	height: 100%;
}
#wrapper {
	height: auto;
}
#content {
	clear: both;
	min-height: 100%;
}
#logo {
	width: 15%;
}
nav { 
	width: 60%;
}
#footer {
	width: 100%;
	clear: both;
	position: absolute;
}
#search {
	display: none;
}

/* big header image */
.big_image {
	max-width: 80%;
}
.slogan {
	position: absolute;
	max-width: 100%;	
	left: 10px;
	top: 0px auto;
}
.slogan h3 {
	margin-left: 0px;
}
.logos {
	width: auto;
}
.logos {
	top: 320px;
	left: 25%;
	position: absolute;
}
.logos img {
	max-width: 25%;
	margin: 10px;
}

/* big header image about*/
.big_image_about {
	max-width: 100%;
}
.slogan {
	position: absolute;
	max-width: 100%;	
	left: 10px;
	top: 0px auto;
}
.slogan h1 {
	margin: 0px auto;
}
.slogan h3 {
	margin-left: 0px auto;
}
.slogan p {
	width: auto;
	font-size: 20px;
	margin-left: 0px auto;
}

/* text wrap */
#content .textwrap {
	margin: auto;
	margin-bottom: 60px;
}
.textwrap {
	margin: auto;
	max-height: 100%;
	width: 90%;
	padding: auto;
}
/* form wrap */
#content #formwrap {
	clear: both;
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
	padding: auto;
}
#content form {
	max-width: 300px;
	margin: 0px auto;
}
#content input {
	width: 80%;
}
#content textarea {
	width: 80%;
}
/*work page*/
#hero {
	width: 100%;
	height: auto;
	margin: 0px;
}
#slider {
	width: 100%;
	postion: absolute;
	overflow: hidden;
}
/*gallery*/
.gallerywrap {
	margin: 0px;
	width: 100%;
	margin-bottom: 5px;
}
.gallerywrap h3 {
	margin-left: 5%;
}
.gallerywrap h2 {
	margin-left: 5%;
}
.gallerywrap p {
	margin-left: 5%;
}
.gallerywrap img {
	width: auto;
}
}

/* voor viewport 480px of minder */ 
@media screen and (max-width: 480px) {  
/* whole page*/
html, body {
    margin: 0;
    padding: 0;
	height: 100%;
}
#wrapper {
	height: auto;
}
#content {
	clear: both;
	min-height: 100%;
}
#logo {
	width: 15%;
}
nav { 
	width: 60%;
}
#footer {
	width: 100%;
	clear: both;
	position: absolute;
}
#search {
	display: none;
}

/* big header image */
.big_image {
	max-width: 80%;
}
.slogan {
	position: absolute;
	max-width: 100%;	
	left: 10px;
	top: 0px auto;
}
.slogan h3 {
	margin-left: 0px;
}
.logos {
	width: auto;
}
.logos {
	top: 320px;
	left: 25%;
	position: absolute;
}
.logos img {
	max-width: 25%;
	margin: 10px;
}

/* big header image about*/
.big_image_about {
	max-width: 100%;
}
.slogan {
	position: absolute;
	max-width: 100%;	
	left: 10px;
	top: 0px auto;
}
.slogan h1 {
	margin: 0px auto;
}
.slogan h3 {
	margin-left: 0px auto;
}
.slogan p {
	width: auto;
	font-size: 20px;
	margin-left: 0px auto;
}

/* text wrap */
#content .textwrap {
	margin: auto;
	margin-bottom: 60px;
}
.textwrap {
	margin: auto;
	max-height: 100%;
	width: 90%;
	padding: auto;
}
/* form wrap */
#content #formwrap {
	clear: both;
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
	padding: auto;
}
#content form {
	max-width: 300px;
	margin: 0px auto;
}
#content input {
	width: 80%;
}
#content textarea {
	width: 80%;
}
/*work page*/
#hero {
	width: 100%;
	height: auto;
	margin: 0px;
}
#slider {
	width: 100%;
	postion: absolute;
	overflow: hidden;
}
/*gallery*/
.gallerywrap {
	margin: 0px;
	width: 100%;
	margin-bottom: 5px;
}
.gallerywrap h3 {
	margin-left: 5%;
}
.gallerywrap h2 {
	margin-left: 5%;
}
.gallerywrap p {
	margin-left: 5%;
}
.gallerywrap img {
	width: auto;
}
}