/* Media Queries */

@media only screen and (max-width: 480px) {
    body {
        margin-left: 2%!important;
        margin-right: 2%!important;
    }
    /* -- OVER MIJ -- */
    #OverMij h1 {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .Content {
        width: 100%;
    }
    /* -- EINDE -- */
    /* -- TIJDLIJN -- */
    /* -- EINDE -- */
    /* -- HOME 2.0 -- */
    #h1 {
        font-size: 30px;
    }
    #h2 {
        font-size: 26px;
    }
    /*-- Algemeen -- */
    .Nav {
        align-content: center;
        padding: 0;
        justify-content: center;
        margin-top: 2%;
    }
    .Nav a {
        width: 55%;
    }
    .Nav li {
        border-bottom: 1px solid #eeeeee;
        font-size: 24px;
        border-right: none;
    }
    /* -- Contact -- */
    .ContactHeader h2 {
        position: relative;
        width: 100%;
        margin: 0;
        margin-top: 2%;
        padding: 0;
        top: 0;
        left: 0;
        text-align: center;
        background-color: #D8D8D8;
        color: #6E6E6E;
        opacity: 0.8;
    }
    .Block {
        width: 48%;
    }
    #Twitter {
        width: 100%;
    }
    /* -- Over Mij -- */
    .Row {
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .SidePicture {
        width: auto;
        min-width: 80%;
        display: flex;
        align-items: center;
        flex-direction: column!important;
        max-height: 100%!important;
    }
    .FirstIntroduction {
        width: 100%;
    }
    .container::after {
        left: -1.5%;
    }
    .right {
        left: 0;
    }
    .container {
        min-width: 100%;
    }
    .content {
        padding: 10px 10px;
    }
    #NavOverMij {
        margin-bottom: 2%;
    }
    /* -- OVER MIJ -- */
    .Intro h2 {
        font-size: 35px;
        text-align: center;
    }
    .imageRow {
        min-height: 0px;
        max-height: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
    .imageRow {
        min-height: 0px;
        max-height: 100%;
    }
}