/* 

    Auteur: Tim Kleuver
    Datum: 26-8-2024
    beschrijving: stylesheet.css

*/

*{
    cursor: none;
}

.light.active {
    position: absolute;
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgb(131, 224, 255) 50%, rgba(28, 185, 196, 0) 100%);
    border-radius: 50%;
    pointer-events: none; 
    z-index: 16;
    transform: translate(-50%, -50%);
    animation: fade-in 1s forwards;
}

.light.inactive {
    position: absolute;
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgb(131, 224, 255) 50%, rgba(28, 185, 196, 0) 100%);
    border-radius: 50%;
    pointer-events: none; 
    z-index: 16;
    transform: translate(-50%, -50%);
    animation: fade-out 1s forwards;
}

.light.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.light.inactive {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
}

@keyframes fade-out {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.5);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.5);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

section
{
    width: 100%;
    position: relative;
    margin-top: 50px;
    color: white;
    height: 90px;
    justify-content: center;
    display: flex;
}

#software-developer{
    width: 10%;
    position: relative;
    background-color: rgb(98, 98, 98);
    border-radius: 30%;
    background-size: 100%;
    background-image: linear-gradient(rgba(80, 80, 80, 0.5), rgba(0, 0, 0, 0.5)), url(../images/code.jpeg);
    background-repeat: no-repeat;
    height: 90px;
    text-align: left;
    /*align-content: center;*/
    font-size: 45px;
    font-weight: 400;
    font-family: 'Courier New', Courier, monospace;
}

#software-developer > a{
    text-decoration: none;  
    color: white;
    background-color: white;
}


p
{
    color: white;
}

.titles
{
    font-size: 30px;
    color: white;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

html, body 
{
    margin: 0;
    height: inherit;
    background: linear-gradient(rgb(5, 17, 46), rgb(19, 15, 47), rgb(2, 2, 2), rgb(1, 1, 1));
    overflow-x: hidden;
}

.item-text
{
    color: white;
}

#pages-title
{
    width: auto;
}

#info-container
{
    color: white;
    margin: 0px;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
    height: 90%;
    justify-self: center;
}

a
{
    z-index: 8;
}

header
{
    height: 80px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

main
{
    width: 100%;
    min-height: calc(100vh - 150px - 80px);
}

footer
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 140px;
    height: 340px;
    border-top: 2px solid white;
    width: 100%;
    position: relative;
    display: flex;
    background-color: black;
}


#page-container
{
    display: flex;
    width: 7%;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.item-link
{
    margin-top: 20px;
    color: rgb(4, 0, 255);
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

nav
{
    background-color: rgb(46, 46, 105);
    transition: all 0.3s;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

nav > .nav
{
    margin-top: 25px;
    border-radius: 25%;
    width: 150px;
    height: 45px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    justify-content: center;
    padding-top: 0px;
    display: none;
    text-decoration: underline;
}

.mobile_nav
{
    display: none;
    z-index: 5;
    background-color: rgb(24, 0, 61);
    border-radius: 25%;
    width: 150px;
    height: 45px;
    text-decoration: none;
    border: 2px solid white;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    box-shadow: black 2px 2px 2px 2px;
    padding-top: 15px;
}

nav > .nav:hover
{
    margin-top: 25px;
    border-radius: 10%;
    width: 150px;
    height: 45px;
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    padding-top: 0px;
}

.code
{
    width: 100%;
    height: 180px;
    opacity: 80%;
}

#text-container{
    display: grid;
    width: 100%;
    height: 290px;
    grid-template-columns: 34.5% 31% 34.5%;
    background-color: black;
    justify-items: center;
    align-items: center;
    justify-content: space-evenly;
}

p
{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.tim
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#mobile
{
    transition: all 0.3s;
    padding-left: 0px;
    padding-right: 5px;
    width: 130px;
    height: 50px;
    margin-right: 250px;
    justify-content: space-around;
    flex-direction: column;
    z-index: 5;
}

#mobilebutton
{
    border: transparent;
    color: rgb(255, 255, 255);
    background-color: transparent;
    background-size: cover;
    box-shadow: black 0px 0px 0px 0px;
    width: 10px;
    height: 80px;
    padding: 0px;
    line-height: 90px;
}

#pages
{
    font-size: 94px;
    background-color: black;
    height: 70px;
}

#close
{
    font-size: 94px;
    background-color: black;
    height: 70px;
}

#contact-container
{
    transition: all 0.5s;
    width: 75%;
    height: 75px;
    color: blue;
    align-self: flex-start;
    margin-top: 0px;
    background-color: transparent;
    font-size: 25px;
    margin-left: 9%;
    margin-right: 9%;
    font-weight: bolder;
}

#button
{
    text-decoration: underline;
    color: blue;
}

@media screen and (min-width: 500px) and (max-width: 1100px) and (max-height: 1400px) { /*phone landscape*/
    
    #software-developer{
        width: 90%;
        position: relative;
        background-color: rgb(98, 98, 98);
        background-size: 100%;
        background-image: linear-gradient(rgba(80, 80, 80, 0.5), rgba(0, 0, 0, 0.5)), url(../images/code.jpeg);
        height: 70px;
        background-repeat: no-repeat;
        text-align: center;
        /*align-content: center;*/
        font-size: 45px;
        font-weight: 400;
        font-family: 'Courier New', Courier, monospace;
    }

    section
{
    width: 100%;
    position: relative;
    margin-top: 50px;
    color: white;
    height: 70px;
    justify-content: center;
    display: flex;
}

    nav
    {
        width: 100%;
        height: 70px;
        display: flex;
        position: fixed;
        z-index: 10;
        flex-direction: row;
        justify-content: space-evenly;
    }

    footer
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    height: 480px;
    border-top: 2px solid white;
    width: 100%;
    position: relative;
    display: flex;
    background-color: black;
}

header
{
    height: 70px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

#page-container
{
    display: flex;
    justify-content: space-evenly;
    border-bottom: none;
    width: 200px;
    padding-bottom: 100px;
    flex-direction: column;
}

#text-container{
    display: grid;
    grid-template-columns: 32% 36% 32%;
    width: 100%;
    height: 400px;
    background-color: black;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#info-container
{
color: white;
margin: 0px;
width: 200px;
height: 55%;
padding-top: 0px;
font-size: 26px;
padding-right: 50px;
padding-bottom: 150px;
border-bottom: none;
}

#contact-container
{
    transition: all 0.5s;
    padding: 50px;
    height: 250px;
    color: blue;
    margin-top: 10px;
    align-self: self-start;
    border-radius: 50%;
    font-size: 30px;
    margin-left: 15px;
    border-left: 15px solid lightblue;
    border-top: 15px solid lightblue;
    border-bottom: 0px solid lightblue;
    border-right: 0px solid lightblue;
    font-weight: bolder;
    text-decoration: underline;
}

nav > .nav
{
    margin-top: 12px;
    border-radius: 25%;
    width: 95px;
    height: 25px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    padding-top: 10px;
    display: none;
    text-decoration: underline;
}

nav > .nav:hover
{
    margin-top: 12px;
    border-radius: 25%;
    width: 95px;
    height: 35px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-align: center;
    padding-top: 15px;
}

}

@media screen and (max-width: 480px) and (max-height: 1000px) {

    #pages-title
    {
        margin-left: 0%;
        width: auto;
    }

    #software-developer{
        width: 90%;
        position: relative;
        background-color: rgb(98, 98, 98);
        border-radius: 30%;
        height: 70px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: linear-gradient(rgba(80, 80, 80, 0.5), rgba(0, 0, 0, 0.5)), url(../images/code.jpeg);
        text-align: center;
        /*align-content: center;*/
        font-size: 30px;
        font-weight: 400;
        font-family: 'Courier New', Courier, monospace;
    }

    section
    {
        width: 100%;
        position: relative;
        margin-top: 50px;
        color: white;
        height: 70px;
        justify-content: center;
        display: flex;
    }
    

    .item-link
    {
        margin-top: 20px;
        color: rgb(4, 0, 255);
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
    }

    nav > .nav
{
    margin-top: 10px;
    border-radius: 25%;
    width: 95px;
    height: 35px;
    text-decoration: underline;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    justify-content: center;
    padding-top: 15px;
    display: none;
}

nav > .nav:hover
{
    margin-top: 10px;
    border-radius: 25%;
    width: 95px;
    height: 35px;
    text-decoration: none;
    color: rgb(108, 108, 207);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-align: center;
    padding-top: 15px;
}

    #contact-container
{
    transition: all 0.5s;
    width: 100%;
    height: 225px;
    color: blue;
    grid-column: 1/3;
    margin-top: 0px;
    border-radius: 50%;
    font-size: 30px;
    padding-top: 100px;
    padding-left: 200px;
    margin-right: 0px;
    border-top: 15px solid lightblue;
    font-weight: bolder;
    text-decoration: underline;
}
    
    #page-container
    {
        display: flex;
        justify-content: space-evenly;
        border-right: none;
        align-self: center;
        width: 100%;
        padding-bottom: 59px;
        flex-direction: column;
    }

    p
    {
        font-size: 18px;
    }

    #text-container{
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
        height: 500px;
        background-color: black;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    #info-container
{
    color: white;
    width: 100%;
    height: 81%;
    padding-right: 0px;
    padding-left: 0px;
    border-right: none;
    border-left: none;
}

.item-text
{
    color: white;
    width: auto;
}

    header
{
    height: 80px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

footer
{
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: 15px solid white;
    margin-top: 70px;
    height: 650px;
    width: 100%;
    position: relative;
    display: flex;
    background-color: black;
}

    nav
    {
        width: 100%;
        height: 80px;
        display: flex;
        position: fixed;
        z-index: 10;
        flex-direction: row;
        justify-content: space-evenly;
        background-color: black;
    }

}