/* blue / Cerulean #0e87d3 */
/* white / gray Athens Gray #f2f2f4 */

body {
    background-color: #f2f2f4;
    font-family: "SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*FLEXBOX*/
#container {
    margin: 0 10%;
    padding-top: 48pt;
}

.intro {
    width: 100%;
}

#inside-container {
    display: flex;
    flex-direction: row;
    padding-top: 24pt;
    max-width: 868pt;
}

.work-study {
    max-width: 392pt;
}

.side-projects {
    margin-right: 80pt;
    max-width: 392pt;
}

/*MOBILE*/
@media only screen and (max-width: 600px) {
    #inside-container {
        flex-direction: column;
    }

    .work-study {
        margin-right: 0;
    }
}

/*FONTS */

h1, h2, h3, h4, p, a {
    margin: 0;
    color: #333;
}

h1, h2 {
    color: #0e87d3;
    margin: 16pt 0;
    font-weight: 600;
}

h1 {
    font-size: 42pt;
}

h2 {
    font-size: 26pt;
}

h3, h4 {
    font-weight: 700;
}

h3 {
    font-size: 16pt;
    line-height: 26pt;
}

h4 {
    font-size: 13pt;
    line-height: 20pt;
}

p {
    font-size: 13pt;
    font-weight: 400;
    color: #000000;
    line-height: 21pt;
    max-width: 580pt;
    margin: 4pt 0;
}

p i {
    font-style: italic;
}

.until {
    font-weight: normal;
}

.date {
    margin: 0;
    font-size: 12pt;
    color: #404040;
}

section {
    padding: 16px 0;
}

/*LITTLEMOVINGTHINGS*/

.lmt-images {
    margin: 8pt 16pt 0 0;
}

.lmt-photo {
    margin-right: 8pt;
}

.lmt-insta {
    margin-left: 8pt;
}

/*READ MORE OR LESS*/

#moreLabs {
    display: none;
}

#moreMthd {
    display: none;
}

#readMoreBtnLabs, #readLessBtnLabs, #readMoreBtnMthd, #readLessBtnMthd {
    text-decoration: underline;
    cursor: pointer;
}

.footer {
    height: 48px;
}

.footer p {
    font-size: 10pt;
}

.footer a {
    font-weight: 600;
}

.m-t-32 {
    margin-top: 32pt;
}