html, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}
body {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.5em;
    background: #fafafa;
}

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

h2 {
    font-size: 48px;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    /* padding: 5px; */
}

.heading {
    font-weight: 400;
    background: linear-gradient(to bottom right, rgb(240, 149, 29) 0%, #5713aa 100%);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.subheading {
    font-weight: 400;
    color: #777;
    font-size: 24px;
}

.container > .left {
    flex: 1;
}

.container > .right {
    flex: 2;
}

@media all and (min-width: 1000px) {
    .container {
        flex-direction: row;
    }
}

.content-column {
    background: #fafafa; 
    border-radius: 5px;
}

.background {
    background: #fafafa;
}

@media all and (min-width: 1000px) {
    .content-column {
        margin: 8px;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
        padding-bottom: 4px;
    }

    .right > .content-column {
        padding-top: 4px;
    }

    .background {
        background-color: #eee;
    }

    .image-container > img {
        border-radius: 5px 5px 0px 0px;
    }
}

.image-container {
    position: relative;
}

.content-container {
    width: 100%;
    margin: 1.5em 16px;
}

.content-container > .heading
{
    padding-top: 10px;
    margin: 0;
    margin-bottom: 16px;
    font-size: 40px;
    height: 54px;
}

.content-container > p {
    font-weight: 500;
    color: #444;
    margin: 8px 0px;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #444;
}

a:hover {
    background: linear-gradient(to bottom right, #5713aa 0%, rgb(240, 149, 29) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-description {
    font-size: 20px;
    margin: 16px 0px 16px 0px;
    color: #888;
}

.fas, .far, .fab {
    background: linear-gradient(to bottom right, rgb(240, 149, 29) 0%, #5713aa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 10%;
}

hr {
    width: 50%;
    border: 0;
    border-top: 1px solid #bbb;
}

.workplace {
    font-weight: 600;
    font-size: 28px;
    color: #333;
    display: block;
}

.job-title {
    font-weight: 400;
    font-size: 24px;
    color: #444;
    display: block;
    margin-left: 16px;
    padding-right: 24px;
}

.job-subheading {
    margin: 8px 0px;
    font-size: 18px;
    color: #444;
}

.hide-icon {
    visibility: hidden;
    width: 0%;
}

@media all and (min-width: 999px) {
    .hide-icon {
        width: 3%;
        visibility: visible;
    }

    .workplace, .job-title {
        display: inline-block;
        /* margin-left: 0; */
    }
}

.work-time {
    background: linear-gradient(to bottom right, rgb(240, 149, 29) 0%, #5713aa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.work-location {
    padding-right: 16px;
    margin-left: 8px;
}

.work-description > ul {
    padding-left: 8px;
    margin: 8px 28px 8px 8px;
}

.greek {
    font-size: 20px;
}

.highlight {
    background: linear-gradient(to bottom right, rgb(240, 149, 29) 0%, #5713aa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}