/*-----------------------------------------------*/
/*-------------------CSS RESET-------------------*/
/*-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

*:focus, *:hover {
outline: none;
}

a {
text-decoration:none;
}

hr {
color:#444;
background-color:#444;
height:2px;
border:0;
}

/*-----------------------------------------------*/
/*-------------------CSS RESET-------------------*/
/*-----------------------------------------------*/

html {
background-image:url("pictures/background.jpg");
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
font-family: 'Lato', sans-serif;
font-weight:400;
}

#wrapper {
width:1250px;
overflow:hidden;
margin: 0 auto;
box-shadow: 0px 0px 50px black;
display: none;
}

/*-----------------------------------------------*/

#header {
width:1250px;
height:90px;
position:fixed;
border-bottom: 1px solid #ccc;
background-color:transparent;
z-index:99;
}

#logoicon {
width:70px;
height:70px;
position:absolute;
top:10px;
left:25px;
}

#logotext {
font-family: 'Dancing Script', cursive;
font-size:35pt;
color:white;
margin-left:100px;
line-height:90px;
}

#headernav {
width:550px;
height:90px;
position:fixed;
top:0px;
left:1027px;
line-height:90px;
text-align:center;
}

.headernava {
color:white;
transition:0.3s !important;
-webkit-transition:0.3s !important;
-moz-transition:0.3s !important;
padding-left:5px;
padding-right:5px;
margin-left:15px;
margin-right:15px;
font-size:13pt;
font-weight:400;
}

.headernava:hover {
color:#037749 !important;
}

/*-----------------------------------------------*/

#slider {
width:100%;
height:650px;
overflow:hidden;
background-color:black;
}

.sliderimg {
width:100%;
height:700px;
}

#sliderbutton1 {
position:absolute;
top:307.5px;
width:35px;
height:35px;
background:rgba(0, 0, 0, 0.6);
border-radius:2px;
transition:0.2s;
-webkit-transition:0.2s;
-moz-transition:0.2s;
}

#sliderbutton2 {
position:absolute;
top:307.5px;
left:1542px;
width:35px;
height:35px;
background:rgba(0, 0, 0, 0.6);
border-radius:2px;
transition:0.2s;
-webkit-transition:0.2s;
-moz-transition:0.2s;
}

/*-----------------------------------------------*/

#content1 {
width:100%;
height:750px;
background-color:white;
}

#text {
width:1000px;
height:500px;
margin: 0 auto;
padding-top:75px;
color:#676767;
}

#titletext {
font-size:19pt;
font-weight:400;
padding-left:15px;
color:#444;
}

#normaltext {
font-size:13pt;
}

#upcylingpicture {
width:240px;
height:320px;
}

/*-----------------------------------------------*/

#content2 {
background-color:#444;
width:100%;
}

#gallerybar {
width:100%;
height:70px;
background-color:#444;
color:white;
line-height:70px;
text-align:center;
font-size:18pt;
font-weight:400;
}

.content2img {
width:414.6px;
height:216px;
cursor:pointer;
}

#zoomin1,#zoomin2,#zoomin3,#zoomin4,#zoomin5,#zoomin6,#zoomin7,#zoomin8,#zoomin9 {
position:fixed;
top:200px;
left:327px;
display:none;
z-index:9999999;
}

/*-----------------------------------------------*/

#content3 {
width:100%;
height:750px;
background-color:white;
}

#upcylingpicture2 {
width:320px;
height:320px;
}

/*-----------------------------------------------*/

#content4 {
width:100%;
height:750px;
background-color:white;
}

#logboek {
width:1000px;
height:400px;
font-size:13pt;
}

th {
font-weight:700;
line-height:50px;
}

td {
border: 2px solid #444;
line-height:50px;
padding-left:10px;
}

.td1 {
width:100px;
height:50px;
}

/*-----------------------------------------------*/

#footer {
width:100%;
height:60px;
background:rgba(0, 0, 0, 0.6);
color:white;
line-height:60px;
}

/*-----------------------------------------------*/

#bottom {
width:35px;
height:35px;
background:rgba(0, 0, 0, 0.6);
position:absolute;
top:585px;
border-radius:2px;
transition:0.2s;
-webkit-transition:0.2s;
-moz-transition:0.2s;
}

#top {
width:35px;
height:35px;
background:rgba(0, 0, 0, 0.6);
position:fixed;
top:105%;
left:97%;
border-radius:2px;
transition:0.2s;
-webkit-transition:0.2s;
-moz-transition:0.2s;
}

.buttonicon {
margin-top:12.3px;
width:15.6px;
height:10.4px;
}

#bottom:hover, #top:hover, #sliderbutton1:hover, #sliderbutton2:hover {
background-color:#037749 !important;
}

#contactbutton {
width:48px;
height:48px;
background-color:#333;
position:fixed;
top:105px;
left:97.4%;/*87%*/
}

#contactcontent {
width:185px;
height:80px;
color:#676767;
background-color:white;
position:fixed;
top:100px;
left:100%;/*89.6%*/
padding-left:15px;
font-size:13pt;
font-weight:400;
/*box-shadow:inset 0px 0px 5px #333;*/
}

#zoombackground {
width:100%;
height:100%;
background-color:black;
opacity:0.6;
z-index:99;
display: none;
position:fixed;
top:0px;
}