﻿body {
    background-color: lightsteelblue;
    width: auto;
    height: auto;
    display: block;
    position: relative;
}


main {
    font-family: Verdana, sans-serif;
}

subheader {
    font-size: 30px;
}


#links {
    width: 500px;
}

#rechts {
    width: 25%;
}

#midden {
    padding-top: 110px;
}

#recensies {
    margin-top: 20px;
}

button {
    background-color: #326da8;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

tekstheader {
    font-size: 20px;
    height: 100px;
}

#startImage{
    width:65%
}
#openBek{
    height:245px;
}
#andereKatten{
    margin-top:450px;
}
#Cateryname {
    font-style: italic;
    font-size: 60px;
    height: 100px;
    position: fixed;
    background-color: lightsteelblue;
    top: 0;
    padding-left: 5%;
    padding-top: 10px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    #Cateryname {
        position: relative;
        font-size: 30pt;
    }

    #links, #rechts {
        width: 0;
    }

    #homeImage {
        margin-left: 0px;
    }
    #startImage{
        width:100%;
    }
    #midden{
        padding-top:20px;
    }
    #openBek{
        height: 88px;
    }
    #andereKatten{
        margin-top:150px;
    }
}

nav {
    text-align: right;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: 1000px;
}

    nav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: right;
        padding: 22px 18px;
        text-decoration: none;
        font-size: 19px;
    }

        nav a:hover {
            background: #ddd;
            color: black;
        }


nav1 {
    position: fixed;
    top: 0;
    margin-left: 10%;
    margin-top: 200px;
}

    nav1 a {
        text-decoration: none;
        font-size: 19px;
        padding: 22px 18px;
    }

        nav1 a:hover {
            color: blue;
        }

* {
    box-sizing: border-box
}

body {
    margin: 0
}


img {
    width: 20%;
    float: left;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

#italic {
    font-style: italic;
}

.imageContainer > img:active {
    transform: scale(3);
}
