/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
    background-color: #0C0C0D;
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #727272;
}

body {
    background-color: #161617;
    margin: 0;
}

#header {
    position: relative;
    min-height: 65vh;
    max-height: 75vh;
}

#header .hexagon {
    position: absolute;
    top: calc(75vh - 1px);
    border-top: 10vh solid #0C0C0D;
    border-left: 49vw solid transparent;
    border-right: 49vw solid transparent;

    width: 100%;
}

#header .hexagonbottom {
    position: absolute;
    top: 75vh;
    border-top: 11vh solid #A6E0FF;
    border-left: 49vw solid transparent;
    border-right: 49vw solid transparent;

    width: 100%;
}

@media (min-width: 0px) and (max-width: 500px) {
    #header h1 {
        font-size: 350%;
    }
}

@media (min-width: 0px) and (max-width: 300px) {
    #header h1 {
        font-size: 300%;
    }
}

#header .name {
    position: absolute;
    padding-top: 15%;
    padding-left: 10%;
}

@media screen and (max-width: 430px) {
    #header .name #first-name {
        padding-top: 4rem;
        font-size: 300%;
    }

    #header .name #second-name {
        font-size: 300%;
    }

    #header .name .professional-profile {
        font-size: 150%;
    }
}

#projects {
    padding: 4rem 0;
    margin-top: 10rem;
    background-color: #161617;
}

#about-me {
    padding: 4rem;
    background-color: #1B1B1C;
}

#more-projects {
    background-color: #161617;
}


@media (max-width: 640px) {
    #about-me {
        padding: 2rem 0;
    }

    #projects {
        padding: 2rem 0;
    }

    #more-projects {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

p, h1, h2, h3, h4, h5, h6, a, label {
    color: white;
    font-family: 'Montserrat', sans-serif;
}


#footer {
    width: 100%;
    padding: 1rem 0 0.5rem 0;
    background: #000;
    text-align: center;
    border-top: #C8F8FF solid .1rem;
}


#footer .copyright {
    color: #bbb;
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
    padding: 0;
    text-align: center;
}

.bg-primary {
    background-color: #161617;
}

.bg-secondary {
    background-color: #A6E0FF;
}

.bg-footerheader {
    background-color: #0C0C0D;
}

.border-color-secondary {
    border-color: #A6E0FF;
}

.bg-color-primary {
    background-color: #0C0C0D;
}

.border-color-pink {
    border-color: #FFA3A7;
}


.border-color-green {
    border-color: #75CE9E;
}

#projects .border {
    border-width: .2rem;
}

#professionalWork .header, #personalAndSchoolWork .header {
    border-top: #00a1cb solid .1rem;
    border-bottom: #00a1cb solid .1rem;
}

#contact #small-links {
    display: none;
}

@media screen and (max-height: 590px) {
    #contact {
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 400px) {
    #contact .links {
        display: none;
    }

    #contact #small-links {
        display: block;
    }
}

.header-border {
    border-top-width: 2px;
    border-color: #C8F8FF;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .25s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.2);
}

#ProjectBanner {
    height: 50vh;
    border-bottom-width: .25rem;
    border-color: #C8F8FF;
}

#ProjectBanner img {
    width: 100%;
    object-fit: cover;
}

.centerImageText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centerImage {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.outlineText {
    color: white;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;

}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.centerSection {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}


.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}


/*Van emile is hieronder*/
.container {
    justify-content: left;
    max-width: 1000px;
}

@media screen and (max-width: 350px) {
    .container {
        width: 95%;
    }
}

@media screen and (min-width: 1100px) {
    .content-wrapper {
        flex-wrap: nowrap;
        gap: 50px;
    }

    .second {
        padding: 0;
    }

    .first {
        padding: 0;
    }

    .container {
        width: 600px;
    }

    .content .second {
        width: 200px;
    }
}


textarea {
    resize: none;
}

.content-wrapper {
    margin: 25px;
}

h2 {
    font-size: 1rem;
}

span, h3, p {
    font-size: 1rem;
}

.content-wrapper {
    max-width: 1450px;
    display: inline-flex;
    flex-wrap: wrap;
}

.content {
    text-align: left;
    margin: 0;
}

.second {
    padding-top: 50px;
}

.link-item div {
    padding-left: 0;
    padding-right: 30px;
    display: inline-flex;
    align-items: center;
}

.link-item img {
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    height: 50px;
}

.link-item:hover {
    background: rgba(1, 1, 1, .3);
}

.link-item p {
    display: none;
}

.link-item div p {
    display: block;
}


.link-item div h3,
.link-item div h3 span {
    display: block;
}

.link-item div img {
    width: 50px;
    height: 50px;
}

form, label {
    font-size: 1rem;
    font-weight: bold;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=text]:focus, textarea:focus {
    background-color: #e8e8e8;
}

form button {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit] {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.container {
    border-radius: 5px;
    justify-content: left;
    max-width: 1000px;
    margin: 0;
}

@media screen and (max-width: 350px) {
    .container {
        width: 95%;
    }
}

@media screen and (min-width: 1100px) {
    .content-wrapper {
        flex-wrap: nowrap;
        gap: 50px;
    }

    .second {
        padding: 0;
    }

    .first {
        padding: 0;
    }

    .container {
        width: 600px;
    }

    .content .second {
        width: 200px;
    }
}


@media screen and (max-width: 1100px) {
    .second {
        margin-bottom: 4rem;
    }
}

@media screen and (max-height: 900px) and (min-width: 1100px) {
    .main-container {
        margin-bottom: 3rem;
    }
}

#contact-form input:focus, #contact-form textarea:focus {
    outline: none !important;
    background-color: #d5d5d5;
}