/* Same as .c-screen-education__image */
.c-screen-highlights__image {
    height: 100%;
    position: relative;
    display: none;
}
@media (min-width: 600px) {
    .c-screen-highlights__image {
        display: inherit;
    }
}
.c-screen-highlights__image img {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}


.o-screen-highlights {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .o-screen-highlights__col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      @media (min-width: 600px) {
        .o-screen-highlights__col {
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%; } }
      @media (min-width: 900px) {
        .o-screen-highlights__col {
          -ms-flex-preferred-size: 55%;
              flex-basis: 55%; } }
      .o-screen-highlights__col--narrow {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
        @media (min-width: 600px) {
          .o-screen-highlights__col--narrow {
            -ms-flex-preferred-size: 40%;
                flex-basis: 40%; } }
        @media (min-width: 900px) {
          .o-screen-highlights__col--narrow {
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%; } }




/* CUSTOM */
.o-screen-about__col,
.c-timeline__body,
.c-article__text,
.c-tabs__list li {
    text-align: justify;
}


/* Tabs without JS */
.c-tabs__content {
    position: relative;
}
@media (min-width: 600px) {
    .c-tabs__content {
        width: 300%;
    }
    .c-tabs__item:nth-child(2) > .c-tabs__content {
        left: -100%;
    }
    .c-tabs__item:nth-child(3) > .c-tabs__content {
        left: -200%;
    }
}

/* No side bar image for <900 px */
.c-timeline__item {
    padding-right: 0px;
}
@media (max-width: 899px) {
    .o-screen-education__col--narrow,
    .c-screen-education__image,
    .o-screen-highlights__col--narrow,
    .c-screen-highlights__image {
        display: none;
    }

    .o-screen-education__col,
    .o-screen-highlights__col {
        padding-right: 0;
        flex-basis: 100%;
    }
}
@media (min-width: 900px) {
    .o-screen-education__col--narrow,
    .c-screen-education__image {
        display: block;
    }
    .c-timeline__item {
        padding-right: 20px;
    }
}

@media (min-width: 900px) {
    .c-screen-highlights .c-timeline__item {
        padding-left: 140px;
        padding-right: 0px;
    }
}

@media (min-width: 600px) {
    .c-article__body {
    width: calc(100% - 4px);
    }
}

/* the same as .o-screen-teaching */
.o-screen-lectures {
    display: -ms-flexbox;
    display: flex;
}
.o-screen-lectures__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (min-width: 900px) {
    .o-screen-lectures__col {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
}

.c-socials__item.github {
    position: relative;
    top: 8px;
}
.c-socials__item.google-scholar {
    position: relative;
    top: 5px;
}

.c-screen-education__image img {
    left:auto
}


.copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0,0.5);
    color: white;
    padding: 0 2px;
}

  

@media (min-width: 600px) and (max-width: 899px) {
.c-timeline__item {
    padding-left: 185px;
    padding-bottom: 50px;
    padding-right: 0;
}
}