/* main #4FC3F7 */
*, ::after, ::before {
    box-sizing: inherit;
}

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}

body {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

body,
button,
input,
select,
textarea {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header,
section,
footer {
    padding: 3rem 1.5rem;
}

p {
    margin-bottom: 1rem;
}

ul {
    padding-left: 1.5rem;
    list-style: square;
}

ul ul {
    list-style-type: none;
}

ul ul > li:before {
    content: '-';
    color: #bbb;
    margin-right: .5rem;
}

li {
    margin: .5rem 0;
}

h2 {
    margin-bottom: 1rem;
}

h3 {
  margin-bottom: .8rem;
}

a {
    display: inline-block;
    position: relative;
    color: #01579B;
    text-decoration: none;
}

a:before {
    content: '';
    position: absolute;
    display: block;
    height: 6px;
    left: 0;
    bottom: 1px;
    right: 0;
    background-color: #B3E5FC;
    z-index: -1;
    transition: background-color .2s ease-in-out;
}
a:hover:before,
a:focus:before {
    background-color: #81D4FA;
}

hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 .5rem;
    position: relative;
}

.brand {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.brand img {
    margin-right: 1.5rem;
}

.is-hidden {
    display: none !important;
}

/* LISTS */
ul.list {
    list-style: none;
    padding-left: 0;
}
.list-item-horizontal {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}
.list-item-logo img {
    max-width: 100px;
    margin-right: 3rem;
}

/* STRUCTURE */
.intro {
    font-size: 1.2rem;
}

.contact {
    display: inline-block;
    padding: 1rem;
}

@media screen and (max-width: 640px) {
    .list-item-horizontal {
        flex-direction: column;
    }
    .list-item-logo img {
        max-width: 100px;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}
