body{
    font-family: 'Poppins', sans-serif;
    color: #393E46;
    background-color: #393E46;
}

#full{
    background-color: #F2E7D5;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 75px;
    border-radius: 10px;
    margin-bottom: 75px;
    padding-bottom: 60px;
}

#about{
    display: inline;
    flex-grow: 1;
}

#name{
    font-size: 72px;
    margin-top: 40px;
    font-weight: 700;
}

#portfolio{
    font-size: 24px;
    margin-top: -80px;
}

#address{
    padding-right: 200px;
    padding-top: 100px;
    display: inline;
    text-align: right;
    flex-grow: 1;
    font-size: 18px;
}

#contact{
    font-weight: 600;
}

#top{
    padding-left: 100px;
    padding-top: 25px;
    display: flex;
    width: 100%;
    height: 300px;
}

#middle-top{
    display: flex;
    margin-top: 50px;
}

#intro{
    flex-grow: 1;
    padding-left: 100px;
    font-size: 20px;
    padding-top: 40px;
}

#pic img{
    flex-grow: 1;
    margin-right: 100px;
    height: 250px;
    border: #6D9886 solid 2px;
    border-radius: 5px;
    float: right;
    margin-top: -40px;
}

#pic{
    min-width: 35%;
}

#title{
    color: #6D9886;
    font-weight: 700;
    font-size: 30px;
}

#middle-bottom{
    display: flex;
    margin-top: 50px;
    padding-left: 100px;
    flex-wrap: wrap;
}

#education{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
    font-size: 18px;
}

#skills{
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 28%;
    font-size: 16px;
    margin-left: 75px;
}

#inst-name{
    font-weight: 600;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: -10px;
}

#degree{
    font-weight: 600;
}

#study-year{
    margin-top: -10px;
}

#gpa-title{
    font-weight: 600;
}

#gpa{
    margin-top: -10px;
    padding-left: 30px;
}

#bold{
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
}

#projects{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
}

#project-title{
    font-size: 20px;
}

#project-desc{
    margin-left: 15px;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 15px;
}

#socials{
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 28%;
    font-size: 16px;
    margin-left: 75px;
}

#links{
    text-decoration: none;
    color: #393E46;
}

#links:hover{
    text-decoration: none;
    font-size: 18px;
    color: #393E46;
}

#icon-link-1,#icon-link-2,#icon-link-3{
    text-decoration: none;
    color: #393E46;
}

#icon-link-1:hover{
    text-decoration: none;
    color: #393E46;
    font-size: 18px;
}

#icon-link-2:hover{
    text-decoration: none;
    color: #393E46;
    font-size: 20px;
}

#icon-link-3:hover{
    font-size: 28px;
}

@media only screen and (max-width: 1400px) {
    #full{
        background-color: #F2E7D5;
        margin-left: 75px;
        margin-right: 75px;
        margin-top: 75px;
        border-radius: 10px;
        margin-bottom: 75px;
        padding-bottom: 60px;
    }
    
    #about{
        display: inline;
        flex-grow: 1;
    }
    
    #name{
        font-size: 64px;
        margin-top: 40px;
        font-weight: 700;
    }
    
    #portfolio{
        font-size: 24px;
        margin-top: -60px;
    }
    
    #address{
        padding-right: 200px;
        padding-top: 80px;
        display: inline;
        text-align: right;
        flex-grow: 1;
        font-size: 16px;
    }
    
    #contact{
        font-weight: 600;
    }
    
    #top{
        padding-left: 100px;
        padding-top: 25px;
        display: flex;
        width: 100%;
        height: 300px;
    }
    
    #middle-top{
        display: flex;
        margin-top: 50px;
    }
    
    #intro{
        flex-grow: 1;
        padding-left: 100px;
        font-size: 18px;
        padding-top: 40px;
    }
    
    #pic img{
        flex-grow: 1;
        margin-right: 80px;
        height: 225px;
        border: #6D9886 solid 2px;
        border-radius: 5px;
        float: right;
        margin-top: -40px;
    }
    
    #pic{
        min-width: 35%;
    }
    
    #title{
        color: #6D9886;
        font-weight: 700;
        font-size: 28px;
    }
    
    #middle-bottom{
        display: flex;
        margin-top: 50px;
        padding-left: 100px;
        flex-wrap: wrap;
    }
    
    #education{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        font-size: 16px;
    }
    
    #skills{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 28%;
        font-size: 15px;
        margin-left: 120px;
    }
    
    #inst-name{
        font-weight: 600;
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: -10px;
    }
    
    #degree{
        font-weight: 600;
    }
    
    #study-year{
        margin-top: -10px;
    }
    
    #gpa-title{
        font-weight: 600;
    }
    
    #gpa{
        margin-top: -10px;
        padding-left: 30px;
    }
    
    #bold{
        font-weight: 600;
        margin-left: 10px;
        font-size: 20px;
    }
    
    #projects{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }
    
    #project-title{
        font-size: 20px;
    }
    
    #project-desc{
        margin-left: 15px;
        margin-top: -15px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    #socials{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 28%;
        font-size: 15px;
        margin-left: 120px;
    }
    
    #links{
        text-decoration: none;
        color: #393E46;
    }
    
    #links:hover{
        text-decoration: none;
        font-size: 17px;
        color: #393E46;
    }
    
    #icon-link-1,#icon-link-2,#icon-link-3{
        text-decoration: none;
        color: #393E46;
    }
    
    #icon-link-1:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 17px;
    }
    
    #icon-link-2:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 17px;
    }
    
    #icon-link-3:hover{
        font-size: 28px;
    }
    
}

@media only screen and (max-width: 1200px) {
    #full{
        background-color: #F2E7D5;
        margin-left: 75px;
        margin-right: 75px;
        margin-top: 25px;
        border-radius: 10px;
        margin-bottom: 75px;
        padding-bottom: 60px;
    }
    
    #about{
        display: inline;
        flex-grow: 1;
    }
    
    #name{
        font-size: 52px;
        margin-top: 40px;
        font-weight: 700;
    }
    
    #portfolio{
        font-size: 20px;
        margin-top: -50px;
    }
    
    #address{
        padding-right: 100px;
        padding-top: 80px;
        display: inline;
        text-align: right;
        flex-grow: 1;
        font-size: 14px;
    }
    
    #contact{
        font-weight: 600;
    }
    
    #top{
        padding-left: 50px;
        padding-top: 25px;
        display: flex;
        width: 100%;
        height: 300px;
    }
    
    #middle-top{
        display: flex;
        margin-top: 20px;
    }
    
    #intro{
        flex-grow: 1;
        padding-left: 50px;
        font-size: 16px;
        padding-top: 40px;
    }
    
    #pic img{
        flex-grow: 1;
        margin-right: 80px;
        height: 200px;
        border: #6D9886 solid 2px;
        border-radius: 5px;
        float: right;
        margin-top: -40px;
    }
    
    #pic{
        min-width: 40%;
    }
    
    #title{
        color: #6D9886;
        font-weight: 700;
        font-size: 26px;
    }
    
    #middle-bottom{
        display: flex;
        margin-top: 50px;
        padding-left: 50px;
        flex-wrap: wrap;
    }
    
    #education{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        font-size: 16px;
    }
    
    #skills{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 30%;
        font-size: 14px;
        margin-left: 40px;
    }
    
    #inst-name{
        font-weight: 600;
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: -10px;
    }
    
    #degree{
        font-weight: 600;
    }
    
    #study-year{
        margin-top: -10px;
    }
    
    #gpa-title{
        font-weight: 600;
    }
    
    #gpa{
        margin-top: -10px;
        padding-left: 30px;
    }
    
    #bold{
        font-weight: 600;
        margin-left: 10px;
        font-size: 20px;
    }
    
    #projects{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }
    
    #project-title{
        font-size: 18px;
    }
    
    #project-desc{
        margin-left: 15px;
        margin-top: -15px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    #socials{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 30%;
        font-size: 15px;
        margin-left: 40px;
        margin-top: -80px;
    }
    
    #links{
        text-decoration: none;
        color: #393E46;
    }
    
    #links:hover{
        text-decoration: none;
        font-size: 16px;
        color: #393E46;
    }
    
    #icon-link-1,#icon-link-2,#icon-link-3{
        text-decoration: none;
        color: #393E46;
    }
    
    #icon-link-1:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 17px;
    }
    
    #icon-link-2:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 15px;
    }
    
    #icon-link-3:hover{
        font-size: 25px;
    }
    
}

@media only screen and (max-width: 1020px) {
    #full{
        background-color: #F2E7D5;
        margin-left: 75px;
        margin-right: 75px;
        margin-top: 15px;
        border-radius: 10px;
        margin-bottom: 75px;
        padding-bottom: 60px;
    }
    
    #about{
        display: inline;
        flex-grow: 1;
    }
    
    #name{
        font-size: 48px;
        margin-top: 40px;
        font-weight: 700;
    }
    
    #portfolio{
        font-size: 20px;
        margin-top: -40px;
    }
    
    #address{
        padding-right: 50px;
        padding-top: 70px;
        display: inline;
        text-align: right;
        flex-grow: 1;
        font-size: 14px;
    }
    
    #contact{
        font-weight: 600;
    }
    
    #top{
        padding-left: 25px;
        padding-top: 25px;
        display: flex;
        width: 100%;
        height: 300px;
    }
    
    #middle-top{
        display: flex;
    }
    
    #intro{
        flex-grow: 1;
        padding-left: 25px;
        font-size: 16px;
        padding-top: 40px;
    }
    
    #pic img{
        flex-grow: 1;
        margin-right: 50px;
        height: 200px;
        border: #6D9886 solid 2px;
        border-radius: 5px;
        float: right;
        margin-top: -40px;
    }
    
    #pic{
        min-width: 45%;
    }
    
    #title{
        color: #6D9886;
        font-weight: 700;
        font-size: 26px;
    }
    
    #middle-bottom{
        display: flex;
        margin-top: 50px;
        padding-left: 25px;
        flex-wrap: wrap;
    }
    
    #education{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        font-size: 15px;
    }
    
    #skills{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 35%;
        font-size: 14px;
        margin-left: 60px;
    }
    
    #inst-name{
        font-weight: 600;
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: -10px;
    }
    
    #degree{
        font-weight: 600;
    }
    
    #study-year{
        margin-top: -10px;
    }
    
    #gpa-title{
        font-weight: 600;
    }
    
    #gpa{
        margin-top: -10px;
        padding-left: 30px;
    }
    
    #bold{
        font-weight: 600;
        margin-left: 10px;
        font-size: 20px;
    }
    
    #projects{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }
    
    #project-title{
        font-size: 18px;
    }
    
    #project-desc{
        margin-left: 15px;
        margin-top: -15px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    #socials{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 30%;
        font-size: 15px;
        margin-left: 50px;
    }
    
    #links{
        text-decoration: none;
        color: #393E46;
    }
    
    #links:hover{
        text-decoration: none;
        font-size: 16px;
        color: #393E46;
    }
    
    #icon-link-1,#icon-link-2,#icon-link-3{
        text-decoration: none;
        color: #393E46;
    }

    #icon-link-1{
        font-size: 14px;
    }
    
    #icon-link-1:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 15px;
    }
    
    #icon-link-2:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 15px;
    }
    
    #icon-link-3:hover{
        font-size: 26px;
    }
    
}

@media only screen and (max-width: 780px) {
    #full{
        background-color: #F2E7D5;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 25px;
        border-radius: 10px;
        margin-bottom: 75px;
        padding-bottom: 60px;
    }
    
    #about{
        display: inline;
        flex-grow: 1;
    }
    
    #name{
        font-size: 48px;
        margin-top: 40px;
        font-weight: 700;
    }
    
    #portfolio{
        font-size: 20px;
        margin-top: -40px;
    }
    
    #address{
        padding-right: 50px;
        padding-top: 70px;
        display: inline;
        text-align: right;
        flex-grow: 1;
        font-size: 12px;
    }
    
    #contact{
        font-weight: 600;
    }
    
    #top{
        padding-left: 25px;
        padding-top: 25px;
        display: flex;
        width: 100%;
        height: 300px;
    }
    
    #middle-top{
        display: flex;
    }
    
    #intro{
        flex-grow: 1;
        padding-left: 25px;
        font-size: 15px;
        margin-top: -50px;
    }
    
    #pic img{
        flex-grow: 1;
        margin-right: 50px;
        height: 180px;
        border: #6D9886 solid 2px;
        border-radius: 5px;
        float: right;
        margin-top: -40px;
    }
    
    #pic{
        min-width: 45%;
    }
    
    #title{
        color: #6D9886;
        font-weight: 700;
        font-size: 24px;
    }
    
    #middle-bottom{
        display: flex;
        margin-top: 50px;
        padding-left: 25px;
        flex-wrap: wrap;
    }
    
    #education{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        font-size: 14px;
    }
    
    #skills{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 35%;
        font-size: 14px;
        margin-left: 60px;
    }
    
    #inst-name{
        font-weight: 600;
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: -10px;
    }
    
    #degree{
        font-weight: 600;
    }
    
    #study-year{
        margin-top: -10px;
    }
    
    #gpa-title{
        font-weight: 600;
    }
    
    #gpa{
        margin-top: -10px;
        padding-left: 30px;
        font-size: 16px;
    }
    
    #bold{
        font-weight: 600;
        margin-left: 10px;
        font-size: 20px;
    }
    
    #projects{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }
    
    #project-title{
        font-size: 16px;
    }
    
    #project-desc{
        margin-left: 15px;
        margin-top: -15px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    #socials{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 30%;
        font-size: 15px;
        margin-left: 60px;
    }
    
    #links{
        text-decoration: none;
        color: #393E46;
    }
    
    #links:hover{
        text-decoration: none;
        font-size: 16px;
        color: #393E46;
    }
    
    #icon-link-1,#icon-link-2,#icon-link-3{
        text-decoration: none;
        color: #393E46;
    }

    #icon-link-1{
        font-size: 14px;
    }
    
    #icon-link-1:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 15px;
    }
    
    #icon-link-2:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 13px;
    }
    
    #icon-link-3:hover{
        font-size: 26px;
    }
    
}

@media only screen and (max-width: 696px) {
    #full{
        background-color: #F2E7D5;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 25px;
        border-radius: 10px;
        margin-bottom: 75px;
        padding-bottom: 60px;
    }
    
    #about{
        display: inline;
        flex-grow: 1;
    }
    
    #name{
        font-size: 48px;
        margin-top: 40px;
        font-weight: 700;
    }
    
    #portfolio{
        font-size: 20px;
        margin-top: -40px;
    }
    
    #address{
        padding-right: 50px;
        padding-top: 70px;
        display: inline;
        text-align: right;
        flex-grow: 1;
        font-size: 12px;
    }
    
    #contact{
        font-weight: 600;
    }
    
    #top{
        padding-left: 25px;
        padding-top: 25px;
        display: flex;
        width: 100%;
        height: 300px;
    }
    
    #middle-top{
        display: flex;
    }
    
    #intro{
        flex-grow: 1;
        padding-left: 25px;
        font-size: 15px;
        margin-top: -50px;
    }
    
    #pic img{
        flex-grow: 1;
        margin-right: 25px;
        height: 160px;
        border: #6D9886 solid 2px;
        border-radius: 5px;
        float: right;
        margin-top: -40px;
    }
    
    #pic{
        min-width: 45%;
    }
    
    #title{
        color: #6D9886;
        font-weight: 700;
        font-size: 24px;
    }
    
    #middle-bottom{
        display: flex;
        margin-top: 50px;
        padding-left: 25px;
        flex-wrap: wrap;
    }
    
    #education{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        font-size: 14px;
    }
    
    #skills{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 35%;
        font-size: 14px;
        margin-left: 60px;
    }
    
    #inst-name{
        font-weight: 600;
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: -10px;
    }
    
    #degree{
        font-weight: 600;
    }
    
    #study-year{
        margin-top: -10px;
    }
    
    #gpa-title{
        font-weight: 600;
    }
    
    #gpa{
        margin-top: -10px;
        padding-left: 30px;
        font-size: 16px;
    }
    
    #bold{
        font-weight: 600;
        margin-left: 10px;
        font-size: 20px;
    }
    
    #projects{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }
    
    #project-title{
        font-size: 16px;
    }
    
    #project-desc{
        margin-left: 15px;
        margin-top: -15px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    #socials{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 30%;
        font-size: 15px;
        margin-left: 60px;
    }
    
    #links{
        text-decoration: none;
        color: #393E46;
    }
    
    #links:hover{
        text-decoration: none;
        font-size: 16px;
        color: #393E46;
    }
    
    #icon-link-1,#icon-link-2,#icon-link-3{
        text-decoration: none;
        color: #393E46;
    }

    #icon-link-1{
        font-size: 14px;
    }
    
    #icon-link-1:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 15px;
    }
    
    #icon-link-2:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 13px;
    }
    
    #icon-link-3:hover{
        font-size: 26px;
    }
    
}

@media only screen and (max-width: 560px) {
    #full{
        background-color: #F2E7D5;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 25px;
        border-radius: 10px;
        margin-bottom: 75px;
        padding-bottom: 60px;
    }
    
    #about{
        display: inline;
        flex-grow: 1;
    }
    
    #name{
        font-size: 48px;
        margin-top: 40px;
        font-weight: 700;
    }
    
    #portfolio{
        font-size: 20px;
        margin-top: -40px;
    }
    
    #address{
        padding-right: 50px;
        padding-top: 70px;
        display: inline;
        text-align: right;
        flex-grow: 1;
        font-size: 12px;
    }
    
    #contact{
        font-weight: 600;
    }
    
    #top{
        padding-left: 25px;
        padding-top: 25px;
        display: flex;
        width: 100%;
        height: 300px;
    }
    
    #middle-top{
        display: flex;
    }
    
    #intro{
        flex-grow: 1;
        padding-left: 25px;
        font-size: 15px;
        margin-top: -50px;
    }
    
    #pic img{
        flex-grow: 1;
        margin-right: 25px;
        height: 160px;
        border: #6D9886 solid 2px;
        border-radius: 5px;
        float: right;
        margin-top: -40px;
    }
    
    #pic{
        min-width: 45%;
    }
    
    #title{
        color: #6D9886;
        font-weight: 700;
        font-size: 24px;
    }
    
    #middle-bottom{
        display: flex;
        margin-top: 50px;
        padding-left: 25px;
        flex-wrap: wrap;
    }
    
    #education{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        font-size: 14px;
    }
    
    #skills{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 40%;
        font-size: 14px;
        margin-left: 25px;
    }
    
    #inst-name{
        font-weight: 600;
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: -10px;
    }
    
    #degree{
        font-weight: 600;
    }
    
    #study-year{
        margin-top: -10px;
    }
    
    #gpa-title{
        font-weight: 600;
    }
    
    #gpa{
        margin-top: -10px;
        padding-left: 30px;
        font-size: 16px;
    }
    
    #bold{
        font-weight: 600;
        margin-left: 10px;
        font-size: 20px;
    }
    
    #projects{
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }
    
    #project-title{
        font-size: 16px;
    }
    
    #project-desc{
        margin-left: 15px;
        margin-top: -15px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    #socials{
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 35%;
        font-size: 15px;
        margin-left: 25px;
    }
    
    #links{
        text-decoration: none;
        color: #393E46;
    }
    
    #links:hover{
        text-decoration: none;
        font-size: 16px;
        color: #393E46;
    }
    
    #icon-link-1,#icon-link-2,#icon-link-3{
        text-decoration: none;
        color: #393E46;
    }

    #icon-link-1{
        font-size: 14px;
    }
    
    #icon-link-1:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 15px;
    }
    
    #icon-link-2:hover{
        text-decoration: none;
        color: #393E46;
        font-size: 13px;
    }
    
    #icon-link-3:hover{
        font-size: 26px;
    }
    
}