/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    width: 800px;
    margin: auto;
    font-family: "Open sans", "Helvetica", sans-serif;
}

.top {
    height: 74px;
    border-bottom: 1px solid black;
}

.portret {
    float: left;
    margin-top: 20px;
    height: 330px;
}

.social, nav {
    display: inline-block;
}

.social {
    margin-top: 30px;
    margin-bottom: 20px;
}


.linkedin, .mail, .phone {
    width: 25px;
    height: 25px;
    background: black;
    float: left;
    color: white;
    margin-right: 8px;
}

.fa-linkedin {
    margin: 4px 0px 0px 6px;
}

.fa-envelope-o {
    margin: 4px 0px 0px 4.5px;
}
.fa-phone {
    margin: 5px 0px 0px 6px;
}

/*nav {
    float: right;
}

.menu {
    overflow: auto;
    margin-top: 40px;
    font-size : 18px;
}

ul li {
    float: left;
    list-style: none;
    margin-left: 40px;
}

nav li a {
    text-decoration: none;
    color: rgb(55,55,83);
}*/






/*nav {
  background-color: #fff;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: 600;
  padding: 10px;
  float: right;
  margin-right: 25px;
  width: 80%;
}

figure {
  border: 1px solid white;
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: 2%;
}

ul {
  float: right;
  list-style-type: none;
  /*margin: 0;
  padding: 0;
}

li {
  float: left;
}

li a {
  font-size:1.1em;
  display: block;
  color: #222;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

.trigger {
  display: none;
}

label {
  display: none;
  float: right;
  background-image: url("http://tekeye.biz/wp-content/uploads/2015/06/menu-hamburger-icon.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 620px) {
  label {
    display: block;
    margin: 10px 0px;
  }
  .trigger:checked ~ ul {
    display: none;
  }
  .menu-ham {
    display: block;
  }
  ul {
    float: none;
  }
  li {
    float: none;
  }
}*/

/* Top navigation*/
.topnav {
  /*overflow: hidden;
  background-color: #333;*/
    overflow: hidden;
    background-color: #fff;
    margin-top: -4em;
}

.topnav a {
  float: right;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #fff;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: none;
    font-size: 1em;
  }

}


















.title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 82px;
    white-space: nowrap;
    margin-left: -5px;
}

.portret {
    float: left;
}
main{
    margin-bottom: 20px;
}
.info {
    width: 64%;
    font-size: 1.2em;
    float: right;
    margin: 0 18px;
    margin-top: 6%;
}

section {
    display: inline-block;
}

strong {
    font-size: 33px;
    width: 356px;
    color: rgb(55,55,83);
    float: right;
    font-style: italic;
    margin-top: 23px;
}

.left-column {
    width: 387.5px;
    float: left;
    margin-right: 25px;
}

.right-column {
    width: 387px;
    float: right;
}

.both-column{
    width: 830px;
    float: left;
}

.werk {
    margin-top: 0px;
    margin-bottom: 0px;
}

.stedelijk {
    margin-top: 20px;
}

.fundatie {
    width: 100%;
    zoom: 1.6;
    margin-top: 10px;
    margin-bottom: 20px;
}

.projecten {
    margin-top: 0px;
    }

.betrokkenbij {
    margin-top: 10px;
    }


img {
    max-width: 100%;
}

/* ==========================================================================
   Typography
   ========================================================================== */

.description {
    border-bottom: none;
    font-size: 17px;
    margin-top: 0;
}

h2 {
    font-size: 22px;
    color: rgb(55,55,83);
    font-weight: 700;
    border-bottom: 1px solid black;
    clear: both;
    /* margin-top: 45px; */
}

h3 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

p {
    /* margin-top: 5px; */
    line-height: 1.8;
    font-size: 0.9em;
}

a {
    color: rgb(0,0,0);
    }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

















/*media query for responsive*/
 @media screen and (max-width: 768px) {
    body{
        margin: 0 20px 20px 20px;
        width:  auto;
        max-width: 100%;
    }
    .title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 2.0em;
    white-space: nowrap;
    margin-left: 0px;
}

.portret {
    float: left;
    height: initial;
}

.info{
    width: 100%;
    font-size: 1em;
    float: left;
    margin-top: 34px;
    margin-inline-start: 0 !important;
    margin-block-start: 1em !important;
}

section {
    display: inline-block;
}

strong {
    font-size: 1.8em;
    width: 100%;
    color: rgb(55,55,83);
    float: left;
    font-style: italic;
    margin-top: 0;
}

.left-column {
    width:100%;
    float: left;
}

.right-column {
    width: 100%;
   
}

.both-column{
    width: 100%;
    float: left;
}

.werk {
    margin-top: 0px;
    margin-bottom: 0px;
}

.stedelijk {
    /* margin-top: 10px; */
    margin-top: 10px;
    margin-bottom: 20px;
}

.fundatie {
    width: 100%;
    zoom: 1.6;
    /* margin-top: 10px; */
    margin-bottom: 20px;
}

.projecten {
    margin-top: 0px;
    }

.betrokkenbij {
    margin-top: 10px;
    }


img {
    width: 100%;
}

/* ==========================================================================
   Typography
   ========================================================================== */

.description {
    border-bottom: none;
    font-size: 1em;
    margin-top: 0;
}

h2 {
    font-size: 1.4em;
    color: rgb(55,55,83);
    font-weight: 700;
    border-bottom: 1px solid black;
    clear: both;
    /* margin-top: 45px; */
}

h3 {
    margin-bottom: 0;
    /* margin-top: 10px; */
    font-size: 20px;
}

p {
    /* margin-top: 5px; */
    line-height: 1.8;
    font-size: 1em;
    /* width: 70%; */
}

a {
    color: rgb(0,0,0);
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
    }