@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    margin:0;
    padding:0;
}

.side-container {
    min-height:100vh;
    display:flex;
    flex-direction:row;
    align-items:stretch;
}

.side {
    flex:1 1 auto;
}

.side-dark {
    background-color:black;
    text-align:right;
}

.side-light {
    background-color:white;
}

.top-spacer {
    height:10em;
}

@media (max-width: 700px) {
    .top-spacer {
        height:1em;
    }
}

.title img {
    height:56pt;
}

@media (max-width: 700px) {
    .title img {
        height:36pt;
    }
}

.item {
    height:1.2em;
    font:20pt 'Ubuntu', sans-serif;
    margin:1em;
}

.item img {
    height:100%;
}

.item a, .overflow-items a {
    color:black;
}

.overflow-items {
    font:italic 14pt 'Ubuntu', sans-serif;
    margin-left:1em;
}

.overflow-items ul {
    list-style: none;
    margin:0;
    padding:0;
}

.overflow-items li {
    margin:0.5em;
    margin-left:1.5em;
}
