@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html {
    font-size: 14pt;
}

body {
    margin: 0;
    background: #1f1f24;
    font-family: 'Roboto', 'source sans pro';
    width: 100%;
}

/* homepage */

.logo {
    height: 100%;
}

.logo img {
    height: 100%;
    margin-bottom: 0px;
    transition: 0.3s;
}

.logo img:hover {
    transition: 0.8s;
    transform: scale(1.1);
}

header {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1em 2em;
    height: 4em;
    background-color: #1f1f24;
    position: fixed;
    z-index: 9999;
    width: calc(100% - 4em);
    line-height: 2em;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
    margin: 0;
}

header h1 a {
    font-size: 1.5em;
}

header ul {
    display: flex;
    list-style: none;
}

header ul li {
    margin-right: 40px;
}

header ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

header ul li a.active {
    color: #5884ed;
    border-bottom: 1px solid #5884ed;
}

header ul li a.active:hover {
    color: #5884ed;
}

header ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid #5884ed;
}

.dropbtn {
    background-color: transparent;
    color: white;
    border: none;
    text-decoration: none;
    transition: 0.5s;
  }

  .dropbtn a {
    transition: 0.5s;
  }

  .dropbtn a:hover {
    transition: 0.5s;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    color: white;   
    z-index: 1;
  }
  

  .dropdown-content a {
    color: white;
    padding: 4px 50px 4px 20px;
    background-color: #4166bb7c;
    text-decoration: none;
    display: block;
    transition: 0.5s;
  }
  
  .dropdown-content a:hover {
    /* background-color:#4166bb; */
    background-color: #5885edb0;
    color: white;
    transition: 0.5s;
}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: transparent;}

.container {
    display: flex;
    width: calc(100% - 4em);
    gap: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 6em;
    padding-bottom: 7em;
}

.container .hero {
    width: 50%;
    margin-top: 4em;
}

.container .hero a {
    text-decoration: none;
    color: #5884ed;
}

.container .hero a:hover {
    text-decoration: none;
    transition: 0.7s;
    color: #ffffff;
}

.container .profile {
    width: 50%;
    margin-top: 4em;
}


.container .profile>div {
    width: 60%;
    margin: 0 auto;
}

.container .profile img {
    border-radius: 15px;
    width: 100%;
}

.profile .img.is-preload {
    opacity: 0;
    transform: translateY(2.5rem);
}

.profile .img {
    transition: opacity 1.8s ease-in-out, transform 1.10s ease-in-out;
}

.container .hero h1 {
    color: #fff;
    font-size: 4em;
    margin-bottom: 0;
    text-decoration: none;
}

.container .hero h2 {
    color: #5884ed;
    font-size: 3em;
    margin-top: 0;
}

.container .hero p {
    color: #fff;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 4em;
}

.container .hero .btn {
    background: transparent;
    color: rgb(255, 255, 255);
    border: 2px solid #5884ed;
    padding: 10px 40px;
    font-size: 1.5em;
    margin-top: 4em;
    cursor: pointer;
    border-radius: 15px;
    margin-right: 1.9em;
    margin-bottom: 2em;
    text-decoration: none;
    transition: 0.3s;
}

.container .hero .btn:hover {
    background: #5884ed;
    transition: 0.8s;
    color: #000000;
}

.skills {
    border-top: 2px solid #5884ed;
    margin-left: 10em;
    margin-right: 10em;
    padding-top: 7em;
    padding-bottom: 4em;
}

.skills .txt4 h1 {
    color: #fff;
    font-size: 2em;
    border-bottom: 1px solid #5884ed;
    display: inline;
    margin-bottom: 3em;
}

.skills .txt4 {
    margin-bottom: 3em;
}

.skills .head1 {
    margin-left: 3em;
    margin-bottom: 2em;
}

.skills .head1 h4 {
    color: #afafaf;
}

.skills .head2 {
    display: flex;
}

.skills .info {
    margin-left: 2em;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.skills .info h3 {
    color: #fff;
    font-size: 1.3em;
    padding-left: 1.01em;
    border-left: 1px solid #5884ed;
}

.skills .info p {
    color: #9c9c9c;
    font-size: 1.2;
}

.projecten1 {
    border-top: 2px solid #5884ed;
    margin-left: 10em;
    margin-right: 10em;
    padding-top: 7em;
    padding-bottom: 5em;
    margin-top: 7em;
    margin-bottom: 2em;
}

.projecten1 .head3 {
    margin-bottom: 3em;
}

.projecten1 .head3 h1 {
    color: #fff;
    font-size: 2em;
    border-bottom: 1px solid #5884ed;
    display: inline;
}

.content3 {
    width: 100%;
    margin-bottom: 5em;
    display: flex;
    justify-content: space-evenly;
}

.content3.a {
    align-items: start;
}

.content3 h1 {
    color: #fff;
    text-align: center;
}

.content3 .pc2 {
    width: 18%;
    border: 1px solid #5884ed;
    border-radius: 15px;
    transition: 0.3s;
}

.pc2 {
    background-color: #1f1f24;
    border: #5884ed;
    padding: 1.5em 1.5em 2em 1.5em;
}

.content3 .pc2 img {
    width: 100%;
    padding: 0px 0px 15px 0px;
}


.content3 .pc2 a:hover {
    color: white;
    transition: 0.3s;
}

.content3 .pc2:hover {
    border-color: white;
    transform: scale(1.05);
    transition: 0.8s;
}

.content3 a {
    padding: 2em;
    text-align: center;
    text-decoration: none;
}

.content3 .pc2 h3 {
    color: white;
    text-decoration: none;
}

/* Over mij */


.cv {
    background-color: #1f1f24;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cv .txt {
    width: 40%;
    margin-top: 4em;
}

.cv .img {
    margin-top: 8em;
    width: 35%;
    padding-right: 4em;
}


.cv img {
    margin-top: 4em;
    width: 100%;
    transition: 0.3s;
}

.cv img:hover {
    transition: 0.5s;
    border: 2px solid #5884ed;}

.cv h1 {
    margin-top: 4em;
    color: #fff;
    font-family: 'roboto';
    font-size: 1.8em;
    border-left: 1px solid #5884ed;
    padding-left: 1.1em;
}

.cv .txt p {
    margin-top: 1.5em;
    color: #ffffff;
    font-family: 'Source Sans 3';
    font-size: 1.15em;
}

.download {
    color: white;
}

.download .button a {
    color: #fff;
}

.download .button {
    background: #4166bb;
    color: black;
    border: none;
    padding: 10px 40px 10px 40px;
    font-size: 1.15em;
    margin-top: 125px;
    margin-left: 75px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}

.download .button:hover {
    background: transparent;
    transition: 0.8s;
    transform: scale(1.05);
    color: #ffffff;
    border: 1px solid #5884ed;
}

.download .button a {
    text-decoration: none;
}

.txt {
    margin-left: 75px;
    margin-right: 150px;
}

.page {
    color: #fff;
    margin-top: 250px;
    text-align: center;
    font-family: 'roboto';
    font-size: 1.09em;
}

/* projecten */

.txt2 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.txt2 h1 {
    color: #fff;
    margin: 0;
    margin-top: 3em;
    /* margin-left: 2em; */
    text-align: center;
    /* border-left: 1px solid #5884ed;
    padding-left: 1.1em; */
}

.txt3 h2 {
    color: #fff;
    margin: 0;
    font-size: 1.7em;
    margin-left: 3em;
    border-left: 1px solid #5884ed;
    padding-left: 1.1em;
    margin-bottom: 3em;
}

.projecten {
    text-align: center;
}

.content2 {
    width: 100%;
    margin-bottom: 5em;
    display: flex;
    justify-content: space-evenly;
}

.content2.a {
    align-items: start;
}

.content2 h1 {
    color: #fff;
    text-align: center;
}

.content2 .pc {
    width: 22%;
    border: 1px solid #5884ed;
    border-radius: 15px;
    transition: 0.3s;
}

.pc {
    background-color: #1f1f24;
    border: #5884ed;
    padding: 1.5em 1.5em 2em 1.5em;
}

.content2 .pc img {
    width: 100%;
    padding: 0px 0px 15px 0px;
}


.content2 .pc a:hover {
    color: white;
    transition: 0.3s;
}

.content2 .pc:hover {
    border-color: white;
    transform: scale(1.05);
    transition: 0.8s;
}

.content2 a {
    padding: 2em;
    text-align: center;
    text-decoration: none;
}

.content2 .pc h2 {
    color: white;
    text-decoration: none;
}

/* pc.html */

.pc1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 8em;
}


.pc1 h1 {
    color: #fff;
    font-family: 'roboto';
    font-size: 2em;
    border-left: 1px solid #5884ed;
    padding-left: 1.1em;
}

.pc1 p {
    color: white;
    font-family: 'Source Sans 3';
    padding-top: 1em;
    padding-bottom: 5em;
    border-bottom: 1px solid #4166bb;
}

.pc1 h2 {
    color: white;
}

.pc1 .txt a {
    text-decoration: none;
    color: #5884ed;
    transition: 0.3s;
}

.pc1 .txt a:hover {
    transition: 0.8s;
    color: #0011ff;
}

.pc1 .txt {
    width: 60%;
}

.pc1 .img {
    width: 40%;
    padding-right: 2em;
    padding-top: 1em;
}

.pc1 img {
    border: 2px solid #5884ed;
    width: 100%;
}

/* setup.html */

.pc1 .img2 {
    width: 40%;
    padding-right: 2em;
    padding-top: 17em;
}

/* contact */

.center {
    display: flex;
    justify-content: center;
    padding-top: 7em;
}

.links {
    display: flex;
    justify-content: space-between;
}

.center h1 {
    color: #fff;
    font-size: 2.5em;
}

.border {
    width: 33.3%;
    margin-top: 150px;
    margin-left: 30px;
    margin-right: 30px;
    border: 2px solid #5884ed;
    border-radius: 5px;
    padding: 60px 50px 60px 50px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    background-color: #12121275;
    transition: 0.3s;
}

.border:hover {
    transition: 0.8s;
    transform: scale(1.1);
    background-color: #273d703f;
}

.border img {
    height: 100px;
}

.contact h1 {
    color: #fff;
    margin-top: 75px;
    text-align: center;
}

.contact h2 {
    color: #fff;
    margin-top: 25px;
    text-align: center;
}

/* footer */

footer {
    background-color: #28282c4f;
    color: white;
    width: 100%;
    margin-top: 15em;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 0.75em;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

footer .contact1 {
    color: white;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1.5em;
}

footer p {
    border-left: 1px solid #5884ed;
    padding-left: 1.1em;
}



@media screen and (max-width: 600px) {

    header .logo {
        display: none;
    }

    header ul li a {
        font-size: 0.55em;
    }

    header ul li {
        margin: 0 auto;
    }

    header ul {
        padding: 0;
        justify-content: space-evenly;
    }

    header {
        width: 100%;
        padding: 0;
        display: block;
        position: fixed;
    }

    .dropdown {
        display: block;
    }

    .container {
        flex-direction: column;
        width: calc(100% - 2em);
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: unset;
        padding-top: 2em;
        gap: unset;
    }

    .container .hero h1 {
        font-size: 3em;
        margin-top: unset;
    }

    .container .hero h2 {
        font-size: 1.5em;
    }

    .container .hero p {
        font-size: 0.75em;
    }

    .container .hero .flex {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding-left: 0.3em;
        padding-right: 0.3em;
    }

    .container .hero .btn {
        font-size: 0.65em;
        margin-top: 1em;
        margin-top: 0.1em;
    }

    .container .hero {
        width: 100%;
    }

    .container .profile {
        width: 100%;
        margin-top: 0.75em;
    }

    .container .profile .img {
        padding-top: 1em;
        padding-bottom: 1em;
        width: 80%;
    }

    .skills {
        width: calc(100% - 2em);
        margin-left: 1em;
        margin-right: 1em;
        padding-bottom: 3em;
        padding-top: 2em;
    }

    .skills .info {
        width: 80%;
    }

    .skills .info h3 {
        font-size: 0.85em;
    }

    .skills .info p {
        font-size: 0.75em;
    }

    .skills .n {
        display: flex;
        flex-direction: row;
    }

    .skills .txt4 {
        font-size: 0.65em;
    }

    .head2 {
        flex-direction: column;
    }

    .content3 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .content3 .pc2 {
        width: 75%;
        margin-bottom: 1.5em;
    }

    .content3 .pc2 img {
        width: 100%;
    }

    .content3 .pc2 a:hover {
        color: unset;
        transition: unset;
    }

    .content3 .pc2:hover {
        border-color: unset;
        transform: unset;
        transition: unset;
    }

    .cv {
        padding-left: 1em;
        padding-right: 1em;
    }

    .cv .txt h1 {
        font-size: 1.1em;
        margin-top: 1em;
        padding-bottom: 0.5em;
        padding-left: 0.75em;

    }

    .cv .txt p {
        font-size: 0.75em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .cv {
        flex-direction: column;
        width: calc(100% - 5em);
        padding-left: 1em;
        padding-right: 1em;
    }

    .cv .txt {
        width: 100%;
        margin-left: 1em;
        margin-right: 1em;
    }

    .cv .txt .flex {
        display: flex;
        justify-content: space-between;
    }

    .cv .txt .button {
        font-size: 0.75em;
        margin-top: 1em;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .cv img {
        width: 100%;
        height: 100%;
        margin-bottom: 1em;
        margin-left: 1em;
        margin-right: 1em;
    }

    .cv .img {
        width: 100%;
    }

    .cv img:hover {
        transform: unset;
        border: unset;
    }

    .txt2 h1 {
        font-size: 1.3em;
    }

    .content2 {
        flex-direction: column;
        width: calc(100% - 2em);
        padding-left: 1em;
        padding-right: 1em;
        /* padding-bottom: 1em; */
        margin-bottom: unset;
    }

    .content2 .pc {
        margin-bottom: 1em;
        width: unset;
    }

    .border {
        width: unset;
        text-align: center;
        font-size: 0.8em;
    }

    .content2 .pc a:hover {
        color: unset;
        transition: unset;
    }
    
    .content2 .pc:hover {
        border-color: unset;
        transform: unset;
        transition: unset;
    }


    .links {
        flex-direction: column;
        width: calc(100% - 2em);
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 5em;
        padding-top: 2em;
    }

    .pc1 {
        flex-direction: column;
        width: calc(100% - 4em);
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .pc1 .txt {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .pc1 .txt h1 {
        margin: 0;
        font-size: 1.5em;
        text-align: center;
    }

    .pc1 .txt h2 {
        font-size: 1.1em;
        text-align: center;
    }

    .pc1 .txt p {
        margin: 0;
        margin-top: 2em;
        font-size: 0.75em;
    }

    .pc1 .img {
        width: 100%;
        height: 70%;
        margin: 0 auto;
    }

    .pc1 .img2 {
        width: 100%;
        height: 70%;
        margin: 0 auto;
        padding-top: 1em;
    }

    .txt3 h2 {
        font-size: 1.1em;
        margin-left: 1.1em;
    }

    footer {
        font-size: 0.65em;
    }



}