* {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.container {
    width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
    overflow: auto;
}

span.bold-text {
	font-weight: 900;
}

span#divider {
    height: 5px;
    width: 200px;
    position: relative;
    background: #f3d60e;
    display: block;
    margin: 25px 0;
}

/*SCROLLBAR*/
body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #f3d60e;
  outline: 1px solid #f3d60e;
}

/*CONTENT*/

section.all-content {
    width: 100%;
    position: relative;
    float: left;
}

section.web-left {
    position: fixed;
    width: 25%;
    float: left;
    background: #fff;
    clear: both;
    height: 100vh;
    -webkit-box-shadow: 0px 0 30px -10px #000;
    box-shadow: 0px 0 30px -10px #000;
}

#fixed-content {
    padding: 50px;
    text-align: center;
    position: relative;
    clear: both;
    top: 25vh;
    display: block;
}

.web-left img {
    width: 250px;
    height: 250px;
    border-radius: 265px;
    -webkit-box-shadow: 0 0 5px 0px #000;
    box-shadow: 0 0 5px 0px #000;
}

#fixed-content h3 {
    font-size: 24px;
    font-weight: 900;
    padding: 10px 0;
}

#fixed-content p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-style: italic;
    font-weight: lighter;
}

#fixed-content a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: #f3d60e;
    padding: 15px;
    margin: 10px 5px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #f3d60e;
    border-radius: 50%;
    transition: 0.7s;
}

#fixed-content a:hover {
    transform: translateY(-0.125em);
    -webkit-box-shadow: 0 0.625em 1.25em -0.3125em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.625em 1.25em -0.3125em rgba(0, 0, 0, 0.5);
	
}

#fixed-content i {
    font-size: 18px;
}

section.web-right {
    float: right;
    width: 75%;
    position: relative;
    clear: both;
    overflow: hidden;
    top: 5vh;
}
.info {
	width: 100%;
    float: left;
    position: relative;
    overflow: auto;
}
.info h1 {
    font-size: 40px;
    font-weight: lighter;
}

.info p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    font-weight: lighter;
}

.info ul {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    font-weight: lighter;
    margin: 10px 0;
}
.info a {
    color: #f3d60e;
    font-weight: 700;
    text-decoration: none;

}

.fotos {
    width: 100%;
    float: left;
    position: relative;
    overflow: auto;
    padding-top: 50px;
}

.fotos h2 {
    font-size: 30px;
    font-weight: lighter;
}

.fotos span#divider {
	width: 150px;
}

.my-gallery {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

figure {
    width: 31%;
    float: left;
    position: relative;
    margin: 10px;

}

figure:first-child {
	margin-left: 0;
}

figure:nth-child(-n+3) {
	margin-top: 0;
}

figure:nth-child(4n) {
	margin-left: 0;
}

.my-gallery img {
    width: 100%;
    height: 200px;
    display: block;
    transition: 0.7s;
    filter: grayscale(100%);

}

.my-gallery img:hover {
	filter: grayscale(0%);
    transform: translateY(-0.125em);
    -webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.5);
}

.my-gallery figcaption {
  display: none;
}

/*CONTACT*/

.contact {
    position: relative;
    width: 100%;
    float: left;
    overflow: auto;
    padding: 40px 0;
}

.contact-gegevens {
    height: auto;
    overflow: auto;
    position: relative;
    width: 100%;
}

.contact span {
    font-weight: 700;
    padding-right: 15px;
    color: #000;
}

.contact h2 {
    font-size: 30px;
    font-weight: lighter;
}

.contact p {
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
}

.contact span#divider {
	width: 120px;
}

.contact table {
    width: 100%;
    line-height: 1.5;
    font-weight: lighter;
    table-layout: fixed;
    font-size: 14px;
}

.contact a {
    color: #f3d60e;
    text-decoration: none;
}

.contact table td, th {
  border: none;
}

.contact th {
    padding-bottom: 10px;
    font-size: 18px;
}
.contact td, th {
    padding: 0;
    text-align: left;
}

/*.contact td:first-child, th:first-child {
    text-align: left;
}

.contact td:last-child, th:last-child {
    text-align: right;
}*/

@media only screen and (max-width: 1400px) and (min-width: 980px) {
    
    section.web-left {
        position: fixed;
        width: 100%;
        clear: both;
        overflow: hidden;
        z-index: 1000;
        height: auto;
    }

    section.web-right {
        float: left;
        width: 100%;
        position: relative;
        clear: both;
        overflow: hidden;
        margin-top: 350px;
        top: 0;
    }
    #fixed-content {
        top: 0;
        margin: 0 auto;
        width: 100%;
        position: relative;
        overflow: auto;
    }

    .web-left img {
        width: 200px;
        height: 200px;
    }

    .fixed-content-img {
        width: 48%;
        float: left;
        text-align: right;
    }

    .fixed-content-txt {
        width: 48%;
        float: left;
        text-align: left;
        padding-left: 25px;
        padding-top: 30px;
    }

    #fixed-content h3 {
        font-size: 30px;
    }

    #fixed-content p {
        font-size: 20px;
    }

    #fixed-content a {
        padding: 10px;
        font-size: 10px;
    }



}

@media only screen and (max-width: 980px) and (min-width: 800px) {

    .container {
        max-width: 800px;
    }

    section.web-left {
        position: fixed;
        width: 100%;
        clear: both;
        overflow: hidden;
        z-index: 1000;
        height: auto;
    }

    section.web-right {
        float: none;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        overflow: hidden;
        margin-top: 350px;
        top: 0;
    }
    #fixed-content {
        top: 0;
        margin: 0 auto;
        width: 100%;
        position: relative;
        overflow: auto;
    }

    .web-left img {
        width: 200px;
        height: 200px;
    }

    .fixed-content-img {
        width: 48%;
        float: left;
        text-align: right;
    }

    .fixed-content-txt {
        width: 48%;
        float: left;
        text-align: left;
        padding-left: 25px;
        padding-top: 30px;
    }

    #fixed-content h3 {
        font-size: 30px;
    }

    #fixed-content p {
        font-size: 20px;
    }

    #fixed-content a {
        padding: 10px;
        font-size: 10px;
    }

    .info h1 {
        font-size: 30px;
    }

    .fotos figure {
        width: 47%;
        margin: 10px;
    }

    .my-gallery img {
        height: 223px;
    }
    figure:first-child {
        margin-left: 10px;
    }

    figure:nth-child(-n+3) {
        margin-top: 10px;
    }

    figure:nth-child(4n) {
        margin-left: 10px;
    }

    

}

@media only screen and (max-width: 800px) {

    .container {
        max-width: 800px;
    }

    section.web-left {
        position: fixed;
        width: 100%;
        clear: both;
        overflow: hidden;
        z-index: 1000;
        height: auto;
    }

    section.web-right {
        float: none;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        overflow: hidden;
        margin-top: 375px;
        top: 0;
    }
    #fixed-content {
        top: 0;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        position: relative;
        overflow: auto;
    }

    .web-left img {
        width: 150px;
        height: 150px;
    }

    .fixed-content-img {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 20px;
    }

    .fixed-content-txt {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0;
        padding-bottom: 20px;
    }

    #fixed-content h3 {
        font-size: 24px;
    }

    #fixed-content p {
        font-size: 18px;
    }

    #fixed-content a {
        font-size: 10px;
        padding: 10px;
    }

    .info h1 {
        font-size: 26px;
    }

    .fotos h2 {
        font-size: 26px;
    }

    .contact h2 {
        font-size: 26px;
    }

    .fotos figure {
        width: 100%;
        margin: 10px 0;
    }

    .my-gallery img {
        height: auto;
    }
    figure:first-child {
        margin-left: 0;
    }

    figure:nth-child(-n+3) {
        margin-top: 12px;
    }

    figure:nth-child(4n) {
        margin-left: 0;
    }

    span#divider {
        width: 125px;
        height: 5px;
        margin: 15px 0;
    }

    .fotos span#divider {
        width: 100px;
    }

}

@media only screen and (max-width: 500px) {
    .fotos figure {
        width: 100%;
        margin: 12px 0;
    }

    .my-gallery img {
        height: auto;
    }

    section.web-left {
        position: fixed;
        width: 100%;
        clear: both;
        overflow: hidden;
        z-index: 1000;
        height: auto;
    }

    section.web-right {
        float: none;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        overflow: hidden;
        margin-top: 350px;
        top: 0;
    }
    #fixed-content {
        top: 0;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        position: relative;
        overflow: auto;
    }

    .web-left img {
        width: 150px;
        height: 150px;
    }

    .fixed-content-img {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 20px;
    }

    .fixed-content-txt {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0;
        padding-bottom: 20px;
    }

    #fixed-content h3 {
        font-size: 20px;
    }

    #fixed-content p {
        font-size: 16px;
    }

    #fixed-content a {
        font-size: 8px;
        padding: 8px;
    }

    span#divider {
        width: 125px;
        height: 3px;
        margin: 10px 0;
    }

    .fotos span#divider {
        width: 100px;
    }
    
}




