/*basis html styles*/
html {
    font-family: "Love ya like a sister";
}

@font-face {
    font-family: "Love ya like a sister";
    src: url('/lettertype/LoveYaLikeASister-Regular.eot');
    src: url('/lettertype/LoveYaLikeASister-Regular.eot') format('embedded-opentype'),
        url('/lettertype/loveyalikeasister-regular-webfont.woff2') format('woff2'),
        url('/lettertype/loveyalikeasister-regular-webfont.woff') format('woff'),
        url('/lettertype/LoveYaLikeASister-Regular.ttf') format('truetype');
}

h1 {
    color: #04aa6d;
    font-size: 30px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

h2 {
    color: #009cab;
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
}

h3 {
    color: #009cab;
}

p {
    color: #111111;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    line-height: 1.5;
}

/*foto's en video styles*/
.fotostartpagina {
    max-width: 100%;
    display: grid;
    margin: 10px auto;
}

img {
    max-width: 240px;
    margin-left: 2px;
}

.content h1 {
    font-size: 50px;
    text-align: left;
    color: white;
    text-shadow: 0 0 2px black;
}

.content {
    color: #f1f1f1;
    width: 100%;
    margin-left: 10px;
}

.buttonstart {
    background-color: green;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

video {
    max-width: 100%;
    grid-area: video;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
}

.linkedinimage {
    max-width: 40px;
    margin: auto;
    padding: 0px 10px;
}

.gitimage {
    max-width: 30px;
    margin: auto;
    padding: 0px 10px;
}

.github {
    padding: 12px 0px !important;
    width: 100%;
}

.linkedin {
    padding: 9px 0px !important;
    width: 100%;
}

.fotowerkplekleren {
    text-align: center;
    display: block;
}

.GirlImage {
    max-width: 100%;
    text-align: center;
}

.learnbydoing {
    margin-top: 0;
    max-width: auto;
    -moz-border-radius: 50px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background-color: aquamarine;
    padding: 10px;
    margin: 2px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/*table styles*/
table {
    text-align: center;
    margin: auto;
    border-spacing: 20px;
    font-size: 20px;
}

th {
    text-transform: uppercase;
    font-size: 90%;
}

/*classe styles*/
header {
    display: grid;
    text-align: center;
}

footer {
    display: grid;
    text-align: center !important;
    background-color: #04AA6D;
    font-size: 18px;
    position: bottom;
    bottom: -10px;
    width: 100%;
    height: 4rem;
    display: inline-block;
}

.container5 main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        ".fotostartpagina"
        "pre";
}

pre p {
    font-family: "Love ya like a sister";
    font-size: 18px;
    color: white;
    margin-top: 300px;
}

.firstpage {
    background-image: url('/styles/Weareallmadsmall.jpg');
    background-repeat: repeat-x;
    position: relative;
    min-height: 100vh;
    padding-bottom: 2.5rem;
    margin-bottom: 10px;
}

small {
    text-align: center;
}

.container2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "p"
        "video";
}

.container3 main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-areas:
        "opleiding" "ervaring" "weekendwerk";
}

.container4 main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "p"
        "form";
}

/*formulier styles*/
form {
    margin: 20px auto;
    width: auto;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 1em;
}

form ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

form li+li {
    margin-top: 1em;
}

label {
    display: inline-block;
    width: 90px;
    text-align: right;
}

input,
textarea {
    font: 1em sans-serif;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #999;
}

input:focus,
textarea:focus {
    border-color: #000;
}

.knopje {
    width: 100px !important;
    float: right;
    margin-right: 10px;
    font-family: "Love ya like a sister";
}

textarea {
    vertical-align: top;
    height: 5em;
}

.button {
    padding-left: 90px;
}

button {
    margin-left: 0.5em;
}

/*grid*/
.container1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "header"
        "main"
        "footer";
}

.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "a" "b" "c";
    padding: auto;
    margin-bottom: 25px;
}

.a {
    grid-area: a;
}

.b {
    grid-area: b;
}

.b img {
    margin: 0px 50px 0px 50px;
}

.c {
    grid-area: c;
}

.c img {
    margin: 0px 50px 0px 50px;
}

.a img {
    margin: 0px 50px 0px 50px;
}

/*navbar*/
.navbar {
    margin: 0;
    overflow: hidden;
    background-color: lightblue;
    height: auto;
    padding: 0;
    left: 0;
    width: 100%;

}

.navbar ul {
    margin: auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.navbar li {
    width: 100%;
}

.topnav #myLinks {
    display: none;
}


.navbar .logo {
    display: block;
    float: left;
}

.toggle {
    right: 9px;
    display: none;
    position: absolute;
    width: min-content;
    text-align: center;
    background-color: lightblue;
    top: 8rem;
    z-index: 1;
}

.navbar a {
    float: right;
    color: #04aa6d;
    padding: 18px;
    text-decoration: none;
    font-size: 17px;
    background-color: lightblue;
    display: flex;
}

.navbar a:hover:not(.nav-icon) {
    background-color: #ddd;
    color: #04aa6d7d;
    width: 75%;
}

.navbar a.active {
    background-color: #04aa6d8c;
    color: black;
    width: 75%;
}

@media screen and (min-width: 1080px) {
    .firstpage {
        background-image: url('265984282_3063831737223172_1964712961243936140_n.jpg');
    }

    .content {
        width: 100%;
    }

    .content h1 {
        font-size: 110px;
        text-align: left;
        color: white;
        text-shadow: 0 0 2px black;
    }
}

@media screen and (min-width: 760px) {
    .nav-icon {
        display: none !important;
    }

    h1 {
        margin-bottom: 10px;

    }

    .navbar a {
        color: #04aa6d;
        text-align: center;
        padding: 18px 16px;
        text-decoration: none;
        font-size: 17px;
        margin-bottom: -6px;
        background-color: lightblue;
    }

    .toggle {
        display: block;
        position: static;
        width: 100%;
    }

    .navbar {
        margin: 0;
        overflow: hidden;
        background-color: lightblue;
        height: auto;
        padding: 0;
        left: 0;
        width: 100%;
    }

    .navbar ul {
        float: right;
    }

    .navbar li {
        float: left;
        width: auto;
    }

    .navbar a.active {
        background-color: #04AA6D;
        color: white;
        width: auto;
    }

    footer {
        height: auto;
        padding: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .fotostartpagina {
        max-width: 240px;
        margin: 15.5px 0px 0px 20px;
    }

    .GirlImage {
        width: 300px;
        margin: 0;
    }

    video {
        max-width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }

    body {
        min-height: 80vh;
        margin: 0;
    }

    .container5 main {
        display: grid;
        grid-template-columns: 1fr 4.5fr;
        grid-template-areas:
            ".fotostartpagina p";
    }

    .container3 main {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        grid-template-areas:
            "opleiding ervaring weekendwerk";
    }

    .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "a b c";
        padding: auto;
    }

    .container1 main {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "fotowerkplekleren"
            "pre";
    }

    .navbar li:first-of-type {
        margin-left: 270px;
    }

    .container5 p {
        margin-bottom: none;
    }

    p,
    h2 {
        margin: 20px;
    }

    .github {
        width: auto;
    }

    .linkedin {
        width: auto;
    }

    main p {
        margin-bottom: 0;
    }

    .learnbydoing {
        margin-top: 100px;
        max-width: 500px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
    }

}