body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    background: #292929;
    color: rgb(105, 195, 158);
    margin-top: 145px;
}
.ui.header {
    color: rgb(105, 195, 158);
}
i.circular.icon{
    box-shadow: 0 0 0 0.1em rgba(105, 195, 158,.1) inset;
    -webkit-box-shadow: 0 0 0 0.1em rgba(105, 195, 158,.1) inset;
}
section {
    padding-bottom: 5%;
    padding-top: 5%;
    margin-left: 120px;
    margin-right: 120px;
}

.row-partition {
    margin-left: 120px;
    margin-right: 120px;
}
ul, ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.fa-user-graduate {
    font-size: 2rem;
}
.fa-circle {
    font-size: 1rem;
}
a i{
    font-size: 1.3rem;
}

a {
    color: rgb(105, 195, 158);
    text-decoration: none;
}

#ul-nav {
    list-style-type: none;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    background-color: #292929;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#li-nav {
    float: left;
    font-size: 2rem;
    padding: 2% 1%;
}

#li-nav a:not(#ignore):not(#resume) {
    display: block;
    color: rgb(105, 195, 158);
    text-align: center;
    padding: 14px 16px;
    font-size: 1rem;
    text-decoration: none;
}

#li-nav a:hover {
    color: rgba(105, 195, 158, 0.5);
}

#li-nav > #resume {
    padding: 14px 16px;
    display: block;
    text-align: center;
    background: rgb(105, 195, 158);
    font-size: 1rem;
    border-radius: 8%;
    text-decoration: none;
    color: #292929;
}
#li-nav > .resume:hover {
    background: rgba(105, 195, 158, 0.8);
    color: #29292966;
}
.social {
    width: 40px;
    position: fixed;
    bottom: 0px;
    left: 40px;
}

.social-items {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.social-item {
    margin-bottom: 2rem;
}

.social-item a {
    color: rgb(168, 178, 209);
}
.social-item a:hover {
    color: rgb(105, 195, 158);
}

.social-items::after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background-color: rgb(168, 178, 209);
    margin: 0px auto;
}

.nav-items {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.nav-item {
    margin-bottom: 2rem;
}

.nav-item a {
    color: rgb(168, 178, 209);
}
.nav-item a:hover {
    color: rgb(105, 195, 158);
}

.nav-items::after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background-color: rgb(168, 178, 209);
    margin: 0px auto;
}

.projects i{
    color: rgb(105, 195, 158);
}
td{
    width: 20%;
}


@media screen and (max-width: 1200px) {
    #ul-nav{
        height: 110px;
    }
    .social {
        left: 10px;
    }
    
    section {
        margin-left: 50px;
        margin-right: 0px;
    }
    
    .row-partition {
        margin-left: 50px;
        margin-right: 0px;
    }
}
