/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* Stylesheet: reset Modified On 2015-10-28 13:49:32 */
@font-face { 
  font-family: 'Gandhi'; 
  src: url('../../otf/GandhiSans-Regular.otf');
}
@font-face {   
  font-family: 'Alegreya';
  src: url('../../otf/AlegreyaSansSC-Regular.otf');
} 

div.section {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: row; 
  flex-direction: row;
}


/* vlakindeling --------------------------------*/
div.aside {
    flex: 0 0 12%;
}
nav.vertical, div.logo, figure.people {
    flex: 0 0 20%;
}
header.banner {
    flex: 0 0 36%;
    background-color: white;
}
figure.gallery {
    flex: 0 0 56%;
}
nav.horizontal, footer {
  flex: 0 0 76%;
}



/* kleurinstellingen --------------------------------*/
html { 
  /*  background: url(images/bg.jpg) no-repeat center center fixed; vlakvullende foto*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffe3af;
}
body {
  background-color: #fff4e3;
  color: #9b9791;
}
main a {
  color: #4c453b;
}
.top {
  background-color: white;  
}
div.dark {
  background-color: #ffe3af;
}
nav.vertical {
  border-bottom-right-radius: 5vw;
  background-color: #185073;
  font-weight: normal;  
  font-size: 1.5vw;
}
nav.horizontal {
  background-color: #185073;
  font-weight: normal;  
  font-size: 2.5vw;
}
nav a {
  color: white;
}
div.box-light {
  background-color: white;
}


/* font instellingen --------------------------*/
body {
  font-family: 'Gandhi', Verdana;
}
* {
  font-family: inherit;
}
main h1, nav.vertical {
  font-family: 'Alegreya';
}


/* ronde hoeken --------------------------------*/
figure.gallery img {
  border-bottom-left-radius: 5vw;
}
div.left {
  border-top-right-radius: 5vw;  
}
div.right {
  border-top-left-radius: 5vw;  
}
div.box-light {
  border-radius: 3vw;
}

/* instellingen per element --------------------------------*/
div.logo {
  align-self: center;
}
div.logo img, figure img {
  width:100%;
  display: block; /* nodig om ruimte onderkant te onderdrukken */
}

header.banner h1, header.banner h2 {
  padding: 1vw 1vw;
  font-weight: normal;
}
header.banner h1 {
  font-size: 2vw;
  margin-top: 5.7vw;
}
header.banner h2 {
  font-size: 1.6vw;
}

main {
  min-height: 250px;
  font-weight: normal;
  color: #4c453b;
}
main header, main article {
  padding: 1vw 1vw 0vw 3vw;
  float: left;
  margin-top: 2vw;
}
main h3 { padding-top: 1.5vw; padding-bottom: 1vw;}
main table td { padding-right: 1vw; padding-bottom: 0.5vw;}
main h2, main h3 {font-weight: 500; }
main h2 { font-size: 1.6em;}
main h3 { font-size: 1.1em;}

main ul { list-style-type: none; padding-bottom: 1vw; }
main ul li {
    background-image: url("../../images/li_bullet.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 5vw;
    padding-bottom: 1.3vw;
}
div.box-light {
  margin-top: 1em;
  padding: 0 1em 1em 1em;
  font-size: 0.9em;
}
footer article {
  margin: 2vw 3vw 1vw 3vw;
  color: #9b9791;
}
footer article.worksfor {
  text-align: center;
  border-top: 1px dotted rgb(10, 10, 10);
  border-top: 1px dotted rgba(10, 10, 10, .5);
}
footer article.worksfor ul {
  float: left;
  width: 100%;
}
footer article.worksfor ul li {
    display: inline;
    padding: 0 0.5em;
}
footer article.worksfor img {
  max-width: 70%; height:auto;
}
footer article.worksfor span {
  position: relative;
  top: -10px;
  opacity: 1;
  background-color: #fff4e3;
  padding: 0 1vw;
}


/* navigatie verticaal --------------------------------*/
nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0px solid #292929;
}
nav ul li  {
    list-style-type: none;
    background-color: #185073;
}
nav.horizontal ul li {
  float: left;
  padding-right: 3vw;
  padding-bottom: 0.1vw;
}
nav ul li a  {
    display: block;
    padding: 1.0vw 1.7vw;
    color: #fff;
    text-decoration: none;
}
nav ul li a:active, nav ul li a.current, nav ul li a:hover  {
    background: -webkit-linear-gradient(-90deg, #185073, #fdb827); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #185073, #fdb827); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #185073, #fdb827); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #185073, #fdb827); /* Standard syntax (must be last) */  
}
nav.vertical ul li a:active, nav.vertical ul li a.current  {      
    -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 0px #292929;
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 0px #292929;
}
nav ul li a:hover {
    color: #000;
}


/* media instellingen --------------------------------*/
@media all and (min-width: 600px) {
  div.xs { display: none; } 
  main header, main article {
    font-size: 1.6vw;
  }
} 
@media all and (max-width: 600px) {
  div.md, div.aside, article.worksfor { display: none; } 

  nav.vertical, div.logo, figure.people { flex: 0 0 20%; }
  header.banner { flex: 0 0 60%; }
  nav.horizontal, footer { flex: 0 0 100%; }  
  nav.horizontal ul li { padding-right: 1vw; padding-left: 0vw; }  
  nav.horizontal ul li a  { padding: 1.0vw 6vw; }  
  main, footer { font-size: 2.5vw;}
  main h2 { font-size: 1.5em;}
  main h3 { font-size: 1.2em;}
  main ul li {
    background-image: url("../../images/li_bullet_small.gif");
    padding-left: 4vw;
    padding-bottom: 1vw;    
  }
} 
@media all and (min-width: 800px) {
  main > header, main > article {
    width: 44%;
  }
  main > header, main > article, footer {
    font-size: 1.2vw;
  }
  main {
    min-width: 76%;
  }
}

/* Stylesheet: scherm_flex Modified On 2015-10-29 20:10:46 */
main { line-height: 140%;}
main h2 { padding-top: 2vw; padding-bottom: 0.5vw; line-height: 1.1;}
main p { padding-bottom: 0.5vw;}

/* media instellingen --------------------------------*/
@media all and (min-width: 600px) {
  main > header { width: 92%; }
  main {
    min-width: 76%;
  }
}
@media all and (max-width: 600px) {
  main > header { padding-right: 5vw; }
}

/* Stylesheet: scherm_flex_detail Modified On 2015-10-28 20:13:20 */
