body {
    font-size: 22px;
    line-height: 30px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Merriweather', serif;
}

a, a:hover, a:active, a:visited {
    color: gray;
    text-decoration: none;
    border-bottom: 1px dotted gray;
}
a:hover {
    color: inherit;
    border-color: inherit;
    background-color: ;
}

header {
    text-align: center;
    margin-top: 20px;
}
header h1 {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -1px;
}

header, #menu, section {
    margin-bottom: 60px;
}

section {
    padding-bottom: 59px;
    border-bottom: 1px solid lightgray;
}

section#portugal {
    border: none;
}

#menu ul {
    float: left;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

#menu ul li {
    float: left;
    width: 20%;
    display: inline-block;
}

h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

li {
    line-height: 30px;
}


