:root {
    --limegreen: rgb(27, 173, 112);
    --font: 'Gill Sans', 'Gill Sans MT','Trebuchet MS', sans-serif;
    --shadow: 10px 10px;
}

header {
    margin: 0;
    padding: 15px;
    position: relative;
    background-color: var(--limegreen);
    display: flex;
    justify-content: space-between; 
    background-size: cover;

}

#name {
    font-family: var(--font);
    font-size: 70px;
    color: white;
    font-weight: 100;
    text-align: center;
    position: relative;
    right: 60px;
}

.header nav {
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 10;
    float: right;
    display: flex;
    justify-content: space-evenly;
    font-family: var(--font);
    list-style-type: none;
    padding-right: 85px;
    width: 10;
    overflow-y: hidden;
}

.header nav :hover {
 color:white;
 cursor: pointer;
 
}

.header nav ul li {
    display: inline-block;
    margin-left: 45px;
    padding-top: 110px;
    right: 50px;
}

label {
    display: none;
    margin: 40px 40px 0 0;
    font-size: 26px;
    line-height: 70px;
}


#Profile-Pic {
   height: 150px;
   border-radius: 50%;
   padding-left: 10px;
}

body {
    background-color: lightgray;
    margin: 0%;
    padding: 0%
}

.vl {
    border-left: 6px solid rgb(27, 173, 112);
    height: 1100px;
    position: absolute;
    left: 270px;
    max-width: 0;
    overflow: hidden;
}

#about-me {
    width: 20%;
   display: flex;
   justify-content: center;
   position: absolute;
   top: 400px;
   left: 0;
   font-family: var(--font);
}

#about-me1 {
    padding-left: 400px;
    position: absolute;
    top: 400px;
    font-family: var(--font);
    }

#Work {
    width: 20%;
   display: flex;
   justify-content: center;
   position: absolute;
   top: 600px;
   left: 0;
   font-family: var(--font);
}

#github-link1 {
    position: absolute;
    left: 420px;
    top: 910px;
}

#github-link2 {
    position: absolute;
    left: 820px;
    top: 910px;
}

#github-link3 {
    position: absolute;
    left: 420px;
    top: 1210px;
}

#github-link4 {
    position: absolute;
    left: 820px;
    top: 1210px;
}

#work-box1 {
    margin: 0%;
    border:rgb(18, 52, 73) solid;
    border-radius: 10%;
    left: 400px;
    width: 350px;
    height: 250px;
    position: absolute;
    top: 650px;
    font-family: var(--font);
    text-align: center;
    color: cornsilk;
    font-size: 1.5em;
    text-decoration: underline;
    background-image: url("../Images/main-page-background.jpg");
    background-size: 120%;
    opacity: 0.5;

}

#work-box2 {
    margin: 0%;
    border:rgb(18, 52, 73) solid;
    border-radius: 10%;
    left: 800px;
    width: 350px;
    height: 250px;
    position: absolute;
    top: 650px;
    font-family: var(--font);
    text-align: center;
    color: cornsilk;
    font-size: 1.5em;
    text-decoration: underline;
    background-image: url("../Images/NewsMedia\ Aggregator.jfif");
    background-size: 120%;
    opacity: 0.5;

}

#work-box3 {
    margin: 0%;
    border:rgb(18, 52, 73) solid;
    border-radius: 10%;
    left: 400px;
    width: 350px;
    height: 250px;
    position: absolute;
    top: 950px;
    font-family: var(--font);
    text-align: center;
    color: cornsilk;
    font-size: 1.5em;
    text-decoration: underline;
    background-image: url("../Images/Day\ planner.jpeg");
    background-size: 120%;
    opacity: 0.5;

}

#work-box4 {
    margin: 0%;
    border:rgb(18, 52, 73) solid;
    border-radius: 10%;
    left: 800px;
    width: 350px;
    height: 250px;
    position: absolute;
    top: 950px;
    font-family: var(--font);
    text-align: center;
    color: cornsilk;
    font-size: 1.5em;
    text-decoration: underline;
    background-image: url("../Images/weather-dashboard.jfif");
    background-size: 120%;
    opacity: 0.5;

}

#work-box1:hover {
    opacity: 1;
    box-shadow: var(--shadow) darkgray;
    transform: scale(1.05);
    cursor: pointer;
}

#work-box2:hover {
    opacity: 1;
    box-shadow: var(--shadow) darkgray;
    transform: scale(1.05);
    cursor: pointer;
}


#work-box3:hover {
    opacity: 1;
    box-shadow: var(--shadow) darkgray;
    transform: scale(1.05);
    cursor: pointer;
}

#work-box4:hover {
    opacity: 1;
    box-shadow: var(--shadow) darkgray;
    transform: scale(1.05);
    cursor: pointer;
}

#work-link1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0)
}

#work-link2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0)
}

#work-link3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0)
}

#work-link4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0)
}

#contact {
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 1300px;
    left: 0;
    width: 20%;
    font-family: var(--font);
}

.list-inline {
    position: absolute;
    left: 400px;
    top: 1300px
}

.list-inline-item {
    font-size: 25px;
    padding: 30px
}

/*CSS for Ipad Pro*/
@media screen and (max-width: 1024px) {
    * {
        padding-bottom: 20px;
    }
    #name {
        position: absolute;
        right: 130px;
        font-size: 60px;
    }
    label {
        display: block;
        position: absolute;
        right: 5px;
        top: 0;
        cursor: pointer;
        height: 18px;
        font-size: 50px;
        line-height: 70px;
    }
    .header nav ul li {
        border: 5px solid black;
        background-color: var(--limegreen);
        padding-top: 110px;
        right: 15px;
        display: none;
    }
    #toogle:checked + .nav {
        display: block;
        border: 5px solid black;
        background-color: var(--limegreen);
        padding-top: 110px;
        right: 15px;
    }
    
     #about-me1 {
        padding-left: 300px;
     }
     #about-me {
        width: 30%;
     }
     #Work {
        width: 30%;
     }
     #work-box1 {
        left: 300px;
        opacity: 1;
        box-shadow: var(--shadow) darkgray;
     }
     .contact-details {
        right: 120px;
        font-size: 20px;
        width: 50%;
        padding-bottom: 50px;
     }

}

/* CSS for Iphones */
@media screen and (max-width: 414px){
    #name {
        font-size: 30px;
        text-align: right;
        position: absolute;
        left: 80px;
        bottom: 5px;
    }
    label {
        display: block;
        position: absolute;
        top: 12px;
        right: 5px;
        cursor: pointer;
        height: 18px;
        font-size: 35px;
        line-height: 70px
    }
    .header nav ul li {
        border: 5px solid black;
        background-color: var(--limegreen);
        padding-top: 110px;
        right: 15px;
        display: none;
    }
    #toogle:checked + .header nav ul li {
        display: block;
    }
    #about-me {
        font-size: 15px;
        position: absolute;
        top: 250px;
    }
    #about-me1 {
        font-size: 12px;
        right: 0;
        width: 250px;
        position: absolute;
        top: 250px;
    }
    #Work {
        font-size: 15px;
        position: absolute;
        top: 450px;
    }
    #work-box1 {
        width: 200px;
        height: 100px;
        font-size: 20px;
        color: white;
        text-decoration: underline black;
        position: absolute;
        right: 120px;
        left: 150px;
        top: 500px;
    }
    #contact {
        font-size: 15px;
        position: absolute;
        top: 750px;
        left: 20px;
    }
    .contact-details {
        position: absolute;
        top: 750px;
        right: 50px;
        font-size: 13px;
    }
    .vl {
        height: 550px;
        left: 120px;
        position: absolute;
        top: 250px;
    }
}
