/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('./fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
    url('./fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;


    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 160%;
    overflow-wrap: break-word;

    /*
     Source: https://www.toptal.com/designers/subtlepatterns/symphony
     CC BY-SA 3.0 - Subtle Patterns © Toptal Designers. Irfan iLias.
    */
    background: url('./images/toptotal_subtlepatterns_symphony.png')
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgb(107, 0, 73);
}
h1 { font-size: 3.5rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.5rem; }

a {
    color: rgb(203, 0, 146);
}

.header,
.section {
    margin: 0 auto;
    max-width: 60rem;
    padding: 1rem;
}

.section {
    margin: 2rem auto;
    background-color: rgba(256,256,256, 0.5);
}

.menu {
    padding: 1rem;

    background-color: rgba(256,256,256,0.65);
    border-top: 0.1rem solid #ccc;
    border-bottom: 0.1rem solid #ccc;
}

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

.menu a {
    text-decoration: none;
}
.menu a:hover {
    text-decoration: underline;
}

.bank-account dt {
    font-weight: 600;
}

.mafalda {
    display: none;
}

@media only screen and (min-device-width: 700px) {
    .menu ul {
        display: flex;

        max-width: 60rem;
        margin: 0 auto;
        padding: 0;

    }

    .menu li {
        flex: 1 0;
        text-align: center;
    }

    dl.bank-account  {
        margin-left: 5rem;
    }
    .bank-account dt {
        float: left;
        width: 10rem;
    }

    .mafalda {
        position: fixed;
        display: block;
        width: 10rem;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
}
