@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap');

html {
    margin: 0;
    padding: 0;
    background-color: #fdfbf5;
}

body {
    max-width: 1200px;
    margin: 1cm auto 0;
    padding: 0 2em;
    font-family: Arial, sans-serif;
    font-size: 14pt;
}

a,
a:active,
a:visited {
    color: #75c144;
    font-weight: bold;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

.bb {
    font-weight: bold;
    color: #2c76a0;
}

/** HEADER **/
header {
    font-family: 'Kumbh Sans', Arial, sans-serif;
    padding-bottom: 1em;
    border-bottom: 2px solid #111;
    font-size: 16pt;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}

header > h1 {
    margin: 0;
    padding: 0;
    font-size: 18pt;
    font-weight: normal;
    flex-grow: 1;
}

h1, h2 {
    font-family: 'Kumbh Sans', Arial, sans-serif;
}

.social {
    margin-left: 14px;
}

.social img {
    height: 1em;
}

/** INTRO **/
#intro p {
    text-align: center;
}

/** PROJECTS **/
#projects > article {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 1em;
    box-shadow: 0 0 5px #111;
}

.text {
    flex-basis: 450px;
    flex-grow: 1;
}

.titleWrap {
    display: flex;
    flex-flow: row wrap;
}

.title {
    font-weight: bold;
    color: #ac2d12;
    flex-grow: 1;
}

.lang {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 10px;
}

.more {
    font-size: 0.8em;
    text-align: right;
    font-weight: bold;
    color: #ac2d12;
}

#projects img {
    float: left;
    width: 90px;
    margin-right: 15px;
}

/** EXTENSION INSTALLATION **/
.install {
    display: none;
}