body {
    background-color: #f2f2f2;
    color: black;
}

header {
    background-color: white
}


/* index.html */

ul {
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.1em;
}

li {
    display: inline;
    text-align: center;
}

@font-face {
    font-family: "VanityBold";
    src: url(Fonts/Vanity-Bold.ttf)
}

@font-face {
    font-family: "VanityLight";
    src: url(Fonts/Vanity-Light.ttf)
}

li a {
    font-family: "VanityLight";
    font-size: 120%;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 9px;
    text-decoration: none;
    color: black;
}

li a.home {
    font-family: "VanityBold";
    font-size: 250%;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 14px;
    text-align: justify
}

a {
    color: blue;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .7s;
}

li a:hover {
    color: darkgray;
    transform: scale(1.1);
}

li a.home {
    margin-top: 0.2em;
    margin-bottom: -90em;
    margin-left: 0.8em;
}

li a.dropbtn {
    float: right;
    margin-bottom: 1px;
    margin-right: em;
}

li a.portfolio {
    float: right;
    padding-left: 4%
}

li a.aboutme {
    float: right;
    margin-right: 9%;
    margin-left: 4%
}

li a.dropbtn,
a.portfolio,
a.aboutme {
    margin-right: 2.5em;
}

li a,
.dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    margin-top: 0.40em;
    text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {}

li.dropdown {
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 1.4em;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*----slideshow----*/

html,
body {
    margin: 0;
    padding: 0;
}

.slider {
    width: 100%;
}

.slider-wrapper {
    width: 100%;
    height: 900px;
    position: relative;
    margin-top: 2.7em;
}

.slide {
    float: left;
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 3s linear;
}

.slider-wrapper>.slide:first-child {
    opacity: 1;
}


/* shop */


/* -- GALLERIJ  --- */

div.gallery {
    margin: 0px;
    margin-top: 3%;
    margin-right: 2em;
    ;
    margin-left: 4%;
    margin-bottom: 4em;
    border: 0px solid #FFF;
    float: left;
    width: 300px;
}

div.gallery:hover {
    border: 1px solid #777;
    transform: scale(1.5);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

div.gallery img {
    width: 100%;
    height: auto;
    pointer-events: auto;
    cursor: zoom-in;
}

div.desc {
    padding: 3px;
    text-align: center;
    opacity: 0;
}

div.gallery:hover+div.desc:hover {
    opacity: 3;
}

div.gallery:hover div.desc {
    opacity: 1;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}


/*---- knoppen -----*/

.button {
    font-family: "VanityLight";
    border-radius: 2px;
    background-color: black;
    border: none;
    color: white;
    text-align: center;
    font-size: 17px;
    padding-top: 3px;
    0 width: 116px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    opacity: 0.4
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
    background-color: black;
    opacity: 1
}

.button:hover {
    opacity: 1;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}


/* Portfolio */

main {
    font-family: "Vanitylight";
}

.zoeken {
    margin: 4%;
    margin-left: 29%
}

.zoeken:hover {
    transform: scale(1.3);
    transition: 0.4s;
}


/* About me */

.overmij {
    margin: 2em
}

.contactme,
h2 {
    margin: 1.3em;
}

.name:focus,
.email:focus,
.comment:focus {
    background-color: cornsilk;
    transform: scale(1.05);
    font-size: 1.01em;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .7s;
}

.submitknop {
    margin-left: 5.5em;
}

.socialmedia {
    margin: 20px;
}

.fa.fa-facebook-official,
.fa.fa-instagram,
.fa.fa-pinterest-square,
.fa.fa-tumblr-square {
    font-size: 2em !important;
    color: black;
    text-decoration: none !important;
    padding: 24px;
}

.fa.fa-facebook-official:hover,
.fa.fa-instagram:hover,
.fa.fa-pinterest-square:hover,
.fa.fa-tumblr-square:hover {
    font-size: 2.5em !important;
    color: dodgerblue;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .7s;
}

h3 {
    font-size: 2em;
    margin-top: 0.2em;
}

.inspiratie {
    border-style: double
}

blockquote {
    margin: 2.4em;
}

table {
    margin: 2.4em;
}

.copyright {
    margin-left: 2.4em;
    margin-top: 3em;
}
