 /* Global selectors */
 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    font-family: "CustomFont";
    src: url(Fonts/built\ titling\ bd.ttf);
    size: 20px;
    color: gray;
    background-color: black;
}
* p{
    display: block;
    line-height: 1.5;
    text-indent: 50px;
    text-align: left;
    font-size: 20px;
    padding: 5px 10% 5px;
    
}
/* ==== Phone Screen ==== (320px) */ 
@media only screen and (min-width: 320px) and (max-width: 490px){
    /* normal selectors */
    hr{
        height: 1PX;
        background-color: gray;
        border: none;
    }
    h3{
        margin: 15px 10px;
        background-color: transparent;
        color: white;
    }
    header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body{
        border: 1px solid black;
    }
    section{
        height:120vh ;
        display: flex;
        justify-content: center;
        text-align: center;
        border: 1PX solid BLACK;
    }
    div{
        display: block;
        width: 99%;
        justify-content: space-between;
    }
    nav{
        align-self: center;
        justify-content: center;
    }
    .nav_tab{
        background-color: black; ;
    }
    .home_button, .projects_button, .contact_button, .documentation_button{
        border-radius: 7.5px;
        border-width: 1px;  
        border-color: blueviolet;
        padding: 1.2% 12.5px 1.2%; /*inside the button*/
        margin: 0px 5px 5px;
        font-size: 16px;
    }
    /*buttons*/
    .jav_button{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        margin-top: 0px;
        padding: 5px 10px 5px;
        width: 40%;
        height: 5%;
        font-weight: bolder;
    } 
    .jav_button:active {
        background-color: green;
        animation: 2s;
        color: white;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }
    .enter_btn, .reset_btn{
        margin-top: 65px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .enter_btn{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        padding: 5px 10px 5px;
        width: 40%;
        height: 5%;
        font-weight: bolder;
    } 
    .reset_btn{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        padding: 5px 10px 5px;
        width: 30%;
        height: 5%;
        font-weight: bolder;
    } 
    .about{
        width: 50%;
        height: 90%;
    }
    .about_button{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        padding: 5px 10px 5px;
        width: 40%;
        height: 5%;
        font-weight: bolder;
    }
    .bio_wrapper{
        display: block;
        width: 99%;
        justify-content: space-between;
    }
    .project_wrapper{
        display: block;
        width: 99%;
        justify-content: space-between;

    }
    .game_wrapper.wrapper{
        display: block;
        width: 99%;
        justify-content: space-between;
    }
    .contact_wrapper{
        background-image: url(pictures/cyberpunk-blad.jpg);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .greeting{
        background-color: black;
        padding-top: 2.5px;
        padding-bottom: 2.5px;
        border-width: 1px;
        border-color: gray;
    }
    p.bio{
        padding-top: 10px;
        text-align: left;
    }
    p.hello{
        margin-top: 15px;
    }
    .was{
        text-decoration: none; /*disable line*/
    }
    .text_box > .Jubibani{
        font-size: 3rem;
        padding-top: 30px;
        padding-bottom: 25px;
    }
    div.text_box{
        display: contents;
        width: 40%;
        justify-content: space-between;
    }
    .project_box{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        justify-content: space-between;
        width: 95%;
        height: 85%;
        border-style: solid;
        border-radius: 16px;
        border-color: transparent;
        background-image: url(https://wallpaperaccess.com/full/9326678.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgb(31, 31, 31);
    }
    .box{
        display: contents;
        justify-content: space-between;
    }
    .project_list{
        display: block;
        color: transparent;
        align-items: center;
        justify-content: space-evenly;
    }
    ul > .web_list{
        font-size: 20px;
        color: green;
    }
    ul > .app_list{
        font-size: 20px;
        color: red;
    }
    ul > .game_list{
        font-size: 20px;
        color:  rgb(100, 100, 255);
    }
    .web_development, .app_development, .game_development{
        margin-top: 20%;
        margin-bottom: 20%;
        
    }
    .web_development{
        margin-top: 30px;
        margin-bottom: 20px;
        width: 70%;
        height: 25%;
        border-radius: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: green;
    }
    .app_development{
        margin-top: 30px;
        margin-bottom: 20px;
        width: 70%;
        height: 25%;
        border-radius: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: red;  
    }
    .game_development{
        margin-top: 30px;
        margin-bottom: 10px;
        width: 70%;
        height: 25%;
        border-radius: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(100, 100, 255);     
    }
    section > .my_description{
        display: block;
    }
    .contact_box{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        justify-content: space-between;
        width: 95%;
        height: 85%;
        border-style: solid;
        border-radius: 16px;
        border-color: transparent;
        background-color: transparent;
    }
    form{
        display: contents;
        padding: 10px 10px;
        justify-content: space-evenly;
        color: transparent;
    }
    .Name, .Name_label, .email, .Email_label, .number, .Number_label{
        font-family: "CustomFont";
        src: url(Fonts/built\ titling\ bd\ it.ttf);
        background-color: transparent;
        margin: 10% 10%;
        margin-left: 0px;
    }
    input{
        height: 30px;
        border-radius: 8px;
        background-color: rgb(146, 144, 144);
        width: 250px;
    }
    ::placeholder{
        color: black;
    }
    .input_box{
        height: 50%;
        background-color:black;
        opacity: 85%;
        border-radius: 20px;
        margin-top: 50px;
        padding-top: 0.5px;
    }
    .image{
        margin-top: 30px;
        width: 85%;
        height: 40%;
        border-radius: 45%;
    }

    .github_logo, .linkedin_logo{
        margin: 1% 5%;
        width: 11.5%;
        height: 10%;
        border-radius: 50%;
    }
    .socials{
        background-color: transparent;
    }
    a{
        text-decoration: none;
    }
    .social_links{
        margin: 1% 5%;
        width: 11.5%;
        height: 10%;
        border-radius: 50%;
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-color: black;
    }
}
/*==== for desktops =====*/
@media  (min-width: 1200px) {
  /* normal selectors */
    hr{
    height: 1PX;
    background-color: gray;
    border: none;
    }
    h3{
        margin: 15px 10px;
        background-color: transparent;
        color: white;
    }
    header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body{
        border: 1px solid black;
    }
    section{
        height:120vh ;
        display: flex;
        justify-content: center;
        text-align: center;
        border: 1PX solid BLACK;
    }
    div{
        display: block;
        width: 99%;
        justify-content: space-between;
    }
    nav{
        align-self: center;
        justify-content: center;
    }
    .nav_tab{
        background-color: black; ;
    }
    .home_button, .projects_button, .contact_button, .documentation_button{
        border-radius: 7.5px;
        border-width: 1px;  
        border-color: blueviolet;
        padding: 1.2% 12.5px 1.2%; /*inside the button*/
        margin: 0px 5px 5px;
        font-size: 16px;
    }
    /*buttons*/
    .jav_button{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        margin-top: 0px;
        padding: 5px 10px 5px;
        width: 40%;
        height: 5%;
        font-weight: bolder;
    } 
    .jav_button:active {
        background-color: green;
        animation: 2s;
        color: white;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }
    .enter_btn, .reset_btn{
        margin-top: 65px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .enter_btn{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        padding: 5px 10px 5px;
        width: 40%;
        height: 5%;
        font-weight: bolder;
    } 
    .reset_btn{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        padding: 5px 10px 5px;
        width: 30%;
        height: 5%;
        font-weight: bolder;
    } 
    .about{
        width: 50%;
        height: 90%;
    }
    .about_button{
        border-radius: 15px;
        border-width: 1px;
        background-color: blueviolet;
        border-color: blueviolet;
        color: white;
        padding: 5px 10px 5px;
        width: 40%;
        height: 5%;
        font-weight: bolder;
    }
    .bio_wrapper{
        display: block;
        width: 99%;
        justify-content: space-between;
    }
    .project_wrapper{
        display: block;
        width: 99%;
        justify-content: space-between;

    }
    .game_wrapper.wrapper{
        display: block;
        width: 99%;
        justify-content: space-between;
    }
    .contact_wrapper{
        background-image: url(pictures/cyberpunk-blad.jpg);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .greeting{
        background-color: black;
        padding-top: 2.5px;
        padding-bottom: 2.5px;
        border-width: 1px;
        border-color: gray;
    }
    p.bio{
        padding-top: 10px;
        text-align: left;
    }
    p.hello{
        margin-top: 15px;
    }
    .was{
        text-decoration: none; /*disable line*/
    }
    .text_box > .Jubibani{
        font-size: 3rem;
        padding-top: 30px;
        padding-bottom: 25px;
    }
    div.text_box{
        display: contents;
        width: 40%;
        justify-content: space-between;
    }
    .project_box{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        justify-content: space-between;
        width: 95%;
        height: 85%;
        border-style: solid;
        border-radius: 16px;
        border-color: transparent;
        background-image: url(https://wallpaperaccess.com/full/9326678.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgb(31, 31, 31);
    }
    .box{
        display: contents;
        justify-content: space-between;
    }
    .project_list{
        display: block;
        color: transparent;
        align-items: center;
        justify-content: space-evenly;
    }
    ul > .web_list{
        font-size: 20px;
        color: green;
    }
    ul > .app_list{
        font-size: 20px;
        color: red;
    }
    ul > .game_list{
        font-size: 20px;
        color:  rgb(100, 100, 255);
    }
    .web_development, .app_development, .game_development{
        margin-top: 20%;
        margin-bottom: 20%;
        
    }
    .web_development{
        margin-top: 30px;
        margin-bottom: 20px;
        width: 70%;
        height: 25%;
        border-radius: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: green;
    }
    .app_development{
        margin-top: 30px;
        margin-bottom: 20px;
        width: 70%;
        height: 25%;
        border-radius: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: red;  
    }
    .game_development{
        margin-top: 30px;
        margin-bottom: 10px;
        width: 70%;
        height: 25%;
        border-radius: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(100, 100, 255);     
    }
    section > .my_description{
        display: block;
    }
    .contact_box{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        justify-content: space-between;
        width: 95%;
        height: 85%;
        border-style: solid;
        border-radius: 16px;
        border-color: transparent;
        background-color: transparent;
    }
    form{
        display: contents;
        padding: 10px 10px;
        justify-content: space-evenly;
        color: transparent;
    }
    .Name, .Name_label, .email, .Email_label, .number, .Number_label{
        font-family: "CustomFont";
        src: url(Fonts/built\ titling\ bd\ it.ttf);
        background-color: transparent;
        margin: 10% 10%;
        margin-left: 0px;
    }
    input{
        height: 30px;
        border-radius: 8px;
        background-color: rgb(146, 144, 144);
        width: 250px;
    }
    ::placeholder{
        color: black;
    }
    .input_box{
        height: 50%;
        background-color:black;
        opacity: 85%;
        border-radius: 20px;
        margin-top: 50px;
        padding-top: 0.5px;
    }
    .image{
        margin-top: 30px;
        width: 55%;
        height: 40%;
        border-radius: 45%;
    }

    .github_logo, .linkedin_logo{
        margin: 1% 5%;
        width: 11.5%;
        height: 10%;
        border-radius: 50%;
    }
    .socials{
        background-color: transparent;
    }
    a{
        text-decoration: none;
    }
    .social_links{
        margin: 1% 5%;
        width: 11.5%;
        height: 10%;
        border-radius: 50%;
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-color: black;
    }
}
