@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #242525;
    color: white;
}

img{
    pointer-events: none;
}

hr{
    margin-left: 5%;
    margin-right: 5%;
}

::-webkit-scrollbar{
    width: 5px;
}

::-webkit-scrollbar-thumb{
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover{
    background: rgba(136, 136, 136, 0.561);
}

::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.664);
}

.mobile-header-container{
    position: sticky;
    top: 0;
}

#mobile-header{
    right: 0px;
    display: none;
}

.nav-container{
    background: black;
    width: 100%;
    text-align: center;
    position: sticky;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    top: 0;
}

.nav-container li{
    display: inline-block;
    margin: 20px;
    margin-right: 20vh;
    margin-left: 20vh;
}

#logo{
    transition: .5s;
    font-family: 'Open Sans', sans-serif;
}

#logo a{
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
    color: white;
    text-decoration: none;
}

#logo a:hover{
    color: rgba(136, 136, 136, 0.76);
    transition: .5s;
}

#logo a:active {
    color: white;
    font-weight: 900;
    transition: .5s;
}

#logo h3{
    font-weight: 200;
    letter-spacing: 2px;
}

#button a{
    background: grey;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    transition: .5s;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#button a:hover{
    background: white;
    color: black;
    font-weight: 900;
    transition: .5s;
}

#list-mobile-button{
    display: none;
}

.intro-section{
    width: 100%;
    height: 100%;
}

.introduction{
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.introduction h1{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0px;
}

.profile-pic img{
    border-radius: 100%;
    width: 25vh;
    margin-left: 5%;
    margin-right: 5%;
    float: right;
    margin-top: 100px;
}

#download-link, #p-link{
    color: white;
    font-weight: 800;
}

.education{
    background: rgb(6, 80, 37);
    color: white;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.education h1{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0px;
}

.education li{
    list-style: none;
    padding-top: 5px;
}

#content, #content2{
    margin: 2em;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.skills {
    background: rgb(121, 104, 7);
    color: white;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.skills h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0px;
}

.skills li {
    list-style: none;
    padding-top: 5px;
}

.experience{
    background: rgb(85, 39, 122);
    color: white;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.experience h1{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0px;
}

.experience li{
    list-style: none;
    padding-top: 5px;
}

#exp-content{
    margin: 2em;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.software-projects{
    background: rgb(21, 57, 114);
    color: white;
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
    padding-top: 75px;
}

.software-projects h1{
    text-align: center;
    text-transform: uppercase;
    margin-left: 5%;
    margin-right: 5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0px;
}

.software-projects li{
    padding-top: 5px;
}

#software-content1, #software-content2, #software-content3, #software-content4, #software-content5{
    margin: 2em;
    font-size: 15px;
    letter-spacing: 0.5px;
}

#programming-languages{
    float: right;
}

.coursework{
    background: rgb(122, 10, 10);
    color: white;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.coursework h1{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 0px;
}

.coursework li{
    list-style: none;
    padding-top: 5px;
}

#coursework-content{
    margin: 2em;
    font-size: 15px;
    letter-spacing: 0.5px;
}

footer{
    background: black;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

#footer-container{
    text-align: center;
    align-items: center;
}

#copyright{
    margin-left: 10%;
    margin-right: 10%;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 0.5px;
}

#last-updated{
    font-weight: 200;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

#social-media-links{
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 600;
}

#social-media-links a{
    color: white;
    padding: 5px 10px;
    margin: 10px;
    text-decoration: none;
    transition: .5s;
}

#social-media-links a:hover{
    background: white;
    color: black;
    font-weight: 900;
    border-radius: 20px;
    transition: .5s;
}

#copyright, #last-updated, #social-media-links{
    display: inline-block;
    align-items: center;
    padding: 5px;
}

@media screen and (max-width: 1025px)
{
    html{
        scroll-behavior: smooth;
    }
    img{
        text-align: center;
        justify-content: center;
    }
    #container{
        text-align: center;
    }
    #mobile-header{
        display: inline-block;
        width: 100%;
        height: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: black;
    }
    .nav-container{
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .nav-container li{
        margin: 0;
    }
    #logo{
        margin-left: 0%;
        margin-right: 0%;
    }
    #button{
        display: none;
    }
    #button-task{
        display: none;
    }
    #list-mobile-button{
        display: inline-block;
        margin-left: 35px;
    }
    #mobile-button a{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 20px;
        text-decoration: none;
        color: white;
        background: grey;
        font-weight: 300;
    }
    .introduction{
        margin-left: 7%;
        margin-right: 7%;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: left;
        font-size: 15px;
    }
    .introduction h1{
        margin-left: 0%;
        margin-right: 0%;
        font-size: 30px;
    }
    .profile-pic img{
        width: 17.5vh;
        text-align: center;
        align-items: center;
        margin-top: 30px;
    }
    .education{
        width: 100%;
    }
    #content{
        margin-left: 3%;
        margin-right: 3%;
    }
    #content2{
        margin-left: 3%;
        margin-right: 3%;
    }
    #content li{
        font-size: 15px;
        text-align: left;
    }
    #content2 li{
        font-size: 15px;
        text-align: left;
    }
    .education h1{
        font-size: 30px;
    }
    #univ{
        font-size: 17px;
        text-align: left;
    }
    #college{
        font-size: 17px;
        text-align: left;
    }
    #city{
        font-size: 15px;
        margin: 1.75px;
    }
    #degree{
        font-size: 14px;
        text-align: left;
    }
    #grad{
        font-size: 15px;
        text-align: left;
        float: unset;
    }
    #org{
        text-align: left;
    }
    .experience h1{
        font-size: 30px;
    }
    #exp-content{
        margin-left: 3%;
        margin-right: 3%;
    }
    #workplace{
        text-align: left;
        font-size: 14px;
    }
    #position{
        text-align: left;
        font-size: 17px;
    }
    #date{
        text-align: left;
    }
    .software-projects h1{
        font-size: 30px;
    }
    .software-projects li{
        text-align: left;
        font-size: 15px;
    }
    #software-content1, #software-content2, #software-content3, #software-content4, #software-content5{
        margin-left: 3%;
        margin-right: 3%;
    }
    #programming-languages{
        float: none;
        text-align: left;
    }
    #project-title{
        text-align: left;
    }
    .coursework h1{
        margin-left: 2%;
        margin-right: 2%;
        font-size: 30px;
    }
    .coursework li{
        font-size: 15px;
    }
    #copyright{
        font-size: 15px;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 4%;
        margin-right: 4%;
    }
    #last-updated{
        margin-left: 4%;
        margin-left: 4%;
        font-size: 15px;
    }
    #social-media-links{
        margin: 0;
        text-align: left;
        float: none;
        font-size: 15px;
    }
}