body {
    background-color: #ffffff;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

p {
    font-size: 1rem;
    line-height: 150%;
    color: #444444;
    margin: 1.25rem 0;
}

a {
    color: #444 !important;
}

.name {
    margin-bottom: 0;
}

.username {
    color: #666;
    font-weight: 500;
}

.status {
    color: #24292e;
    font-size: 12px;
    margin: 0;
}

.bio {
    font-size: 14px;
    margin: 0.75rem 0;
}

.bio-small {
    font-size: 14px;
    margin: 0.5rem 0;
}

.icon {
    min-width: 1rem;
    display: inline-block;
    text-align: center;
    margin-right: 0.5rem;
}

.bio-item {
    font-size: 14px;
    margin: 0;
}

.bio-item a {
    color: #444 !important;
    font-weight: 700;
}

.container-body {
    margin: 3rem auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.container-sidebar {
    width: 16rem;
}

.container-profile {
    width: 100%;
    margin-bottom: 1.25rem;
}

.container-profile-small {
    width: 8rem;
    margin-bottom: 1.25rem;
}

.container-status {
    border-left: 1px solid #e1e4e8;
    border-bottom: 1px solid #e1e4e8;
    border-right: 1px solid #e1e4e8;
    border-radius: 0 0 0.25rem 0.25rem;
    padding: 0.5rem;
}

.container-status-busy {
    background-color: #fffbdd !important;
    border-left: 1px solid #ffdf5d !important;
    border-bottom: 1px solid #ffdf5d !important;
    border-right: 1px solid #ffdf5d !important;
}

#profile {
    width: 16rem;
    height: 16rem;
    /* border-radius: 0.25rem 0.25rem 0 0; */
    border-radius: 0.25rem;
}

#profile-small {
    width: 8rem;
    height: 8rem;
    border-radius: 0.1rem;
}

.post {
    width: 100%;
    margin-bottom: 2.5rem;
}

.post-url {
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
}

.post-url a {
    color: #444 !important;
    margin-left: 0.15rem;
}

.post-description {
    margin: 1rem 0;
}

.post-person-detail {
    font-size: 13px;
    margin: 0 0.5rem 0.25rem 0;
    display: inline-block;
}

.post-person-detail a {
    color: #444 !important;
    margin-left: 0.15rem;
}

.post-image {
    width: 100%;
    border-radius: 0.15rem;
}

.section-title {
    margin: 0 0 1.25rem 0;
}

.section-subtitle {
    font-size: 18px;
    margin: 0 0 1.25rem 0;
}

.section-subtitle a {
    color: #444 !important;
    font-weight: 700;
}

.home {
    width: 100%;
    margin-bottom: 0.5rem;
}

.home-row {
    margin-top: 1.25rem;
}

.home p {
    margin-top: 0;
}

.home-image, .home img {
    width: 100%;
    border-radius: 0.15rem;
}

.home-image {
    margin-bottom: 30px;
}

.hicrypt {
    width: 100%;
    margin-bottom: 2.5rem;
}

.hicrypt-item-detail {
    font-size: 13px;
    margin: 0 0.5rem 0.25rem 0;
    display: inline-block;
}

.hicrypt-item-detail a {
    color: #444 !important;
}

.hicrypt-item-detail i {
    margin-right: 0.15rem;
}

.hicrypt-image, .hicrypt img {
    width: 100%;
    border-radius: 0.15rem;
    border: 1px solid #e1e4e8;
}

.publication {
    width: 100%;
    margin-bottom: 2.5rem;
}

.publication-item-detail {
    font-size: 13px;
    margin: 0 0.5rem 0.25rem 0;
    display: inline-block;
}

.publication-item-detail a {
    color: #444 !important;
}

.publication-item-detail i {
    margin-right: 0.15rem;
}

.publication-detail {
    font-size: 13px;
    margin: 0 0.5rem 0.25rem 0;
    white-space: nowrap;
}

.publication-detail a {
    color: #444 !important;
    margin-left: 0.15rem;
}

.publication-description {
    margin: 1rem 0;
}

.menu-item {
    margin: 0 0.75rem 2rem 0;
    display: inline-block;
}

.menu-item a {
    color: #444 !important;
}

.menu-item-active a {
    font-weight: 700;
}

.experience {
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
}

.experience-logo {
    width: 4.5rem;
}

.experience-logo img {
    width: 100%;
    border-radius: 0.15rem;
}

.experience-details {
    flex: 1;
    margin-left: 1rem;
}

.experience-description {
    margin: 0;
    font-size: 13px;
}

.experience-details-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.experience-details-right {
    text-align: right;
}

.experience-location {
    margin: 0 0 0.25rem 0;
}

.experience-location a {
    color: #212529 !important;
}

.experience-title {
    margin: 0 0 0.5rem 0;
}

.experience-place {
    margin: 0;
    font-size: 14px;
}

.experience-dates {
    margin: 0;
    font-size: 14px;
}

.experience-child {
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    display: flex;
}

.experience-child-logo {
    width: 3.5rem;
}

.experience-child-logo img {
    width: 100%;
    border-radius: 0.1rem;
}

.experience-child-details {
    flex: 1;
    margin-left: 1rem;
}

.experience-child-description {
    margin: 0;
    font-size: 12px;
}

.experience-child-details-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.experience-child-details-right {
    text-align: right;
}

.experience-child-location {
    margin: 0 0 0.25rem 0;
    font-size: 16px;
    line-height: 18px;
}

.experience-child-location a {
    color: #212529 !important;
}

.experience-child-title {
    margin: 0 0 0.25rem 0;
    font-size: 14px;
    line-height: 16px;
}

.experience-child-place {
    margin: 0;
    font-size: 13px;
}

.experience-child-dates {
    margin: 0;
    font-size: 13px;
}

#map {
    height: 500px;
    margin-bottom: 2.5rem;
}

.trip {
    width: 100%;
    margin-bottom: 1rem;
}

.stat {
   display: inline-block;
}

.stat-distance {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-right: 1rem;
    font-size: 20px;
}

.project {
    width: 100%;
    margin-bottom: 2.5rem;
}

.project-url {
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
}

.project-url a {
    color: #444 !important;
    margin-left: 0.15rem;
}

.project-description {
    margin: 0 0 1rem 0;
}

.project-image, .project img {
    width: 100%;
    border-radius: 0.15rem;
}

.codehilite {
    display: grid !important;
    background: none !important;
}

pre {
    background-color: #fcfcfc;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #e1e4e8;
    padding: 1rem;
}

.language {
    display: inline-block;
    margin-right: 2rem;
}

.container-picture {
    width: 100%;
    margin-bottom: 2rem;
}

.container-picture img {
    width: 100%;
    border-radius: 0.15rem 0.15rem 0 0;
}

.container-picture-caption {
    border-left: 1px solid #e1e4e8;
    border-bottom: 1px solid #e1e4e8;
    border-right: 1px solid #e1e4e8;
    border-radius: 0 0 0.15rem 0.15rem;
    padding: 1rem;
}

.container-picture-caption span {
    font-size: 12px;
    text-transform: uppercase;
}