body {
    font-family: 'Open Sans', serif;
    padding-top: 54px;
    color: #868e96;
}

@media (min-width: 992px) {
    body {
        padding-top: 0;
        padding-left: 17rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Saira Extra Condensed', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
}

h1 {
    font-size: 6rem;
    line-height: 5.5rem;
}

.capitalize{
    font-size: 9rem;
}

h2 {
    font-size: 3.5rem;
}

.subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Saira Extra Condensed', serif;
    font-size: 1.35rem;
}

.education_group{
    font-size: 15px;
    list-style: none;
}

.education_group td{
    padding: 0 2em 0.5em 0;
}

.timeline-item {
    position: relative;
    padding-left: 30px;
}

.timeline-item::before {
    background-color: #333;
    content: '';
    width: 1px;
    position: absolute;
    height: 95%;
    left: 7px;
    top: 25px;
}

.circle-dot {
    background-color: #333;
    position: relative;
    left: -30px;
    top: 25px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.education_group li{
    padding-top: 3px;
}

.list-social-icons a {
    color: #495057;
}

.list-social-icons a:hover {
    color: royalblue;
}

.list-social-icons a .fa-lg {
    font-size: 1.75rem;
}

.list-icons {
    font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
    color: royalblue;
}

#sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    #sideNav {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 15rem;
        height: 100vh;
    }

    #sideNav .navbar-brand {
        display: flex;
        margin: auto auto 0;
        padding: 0.5rem;
    }

    #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2);
    }

    #sideNav .navbar-collapse {
        display: flex;
        align-items: flex-start;
        flex-grow: 0;
        width: 100%;
        margin-bottom: auto;
    }

    #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

    #sideNav .navbar-collapse .navbar-nav .nav-item {
        display: block;
    }

    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
    }
}

section.resume-section {
    border-bottom: 1px solid #dee2e6;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

section.resume-section .resume-item .resume-date {
    min-width: 0;
}

@media (min-width: 768px) {
    section.resume-section {
        min-height: 100vh;
    }

    section.resume-section .resume-item .resume-date {
        min-width: 10rem;
        font-size: 13px;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    section.resume-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}


.bg-primary {
    background-color: #333 !important;
}

.text-primary {
    color: #bd5d38 !important;
}

a {
    color: #bd5d38;
}

a:hover, a:focus, a:active {
    color: #bd5d38;
}

#projects #project-container .repo-logo{
    margin-right: .5rem;
    min-width: 16px;
}
#projects #project-container .repo-name{
    line-height: 2.5;
    color: #24292e;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#projects #project-container .repo-description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

#projects #project-container .project-card-in{
    background-color: #fff;
    box-shadow: 0 10px 30px -15px #0003;
    color: #586069;
    cursor: pointer;
    transition: all .3s ease;
}

#projects #project-container .project-card-in:hover {
    box-shadow: 0 20px 30px -10px #0003;
}

#projects #project-container .repo-stats {
    color: #6a737d;
    font-size: 13px;
}

#projects #project-container #languages{

}

#projects #project-container .language-color{
    height: 10px;
    width: 10px;
}

#more_projects{
    transition: all .3s ease 0s;
}

#more_projects:focus{
    box-shadow: none;
}

#more_projects:hover{
    transform: translateY(-3px);
    transition: all .3s ease 0s;
}

#skills .prog_lang_tools i{
    font-size: 3em;
}


#skills .devicons:hover{
    color: royalblue;
    cursor: pointer;
}

#skills .prog_lang_tools i.devicons-react, .prog_lang_tools i.devicons-aws{
    font-size: 2.9em;
}

#skills .prog_lang_tools svg{
    cursor: pointer;
}

#awards .img-fluid{
    transition: transform 0.5s ease;
    cursor: pointer;
}

#awards .img-fluid:hover{
    transform: scale(1.1);
}


.prog_lang_tools .progress-bar{
    transition: all .3s ease 0s;
    background-color: royalblue;
}