body {
    font-family: 'PT Sans', sans-serif;
    background: #ffefc8;
}

article {
    padding: 10px;
    text-align: justify;
}

footer {
    /*width: 90%;*/
    margin: 30px auto;
    text-align: center;
    font-size: 9pt;
    border-radius: 3px;
    line-height: 200%;
}

h1 {
    display: block;
    font-family: 'Courgette', cursive;
    color: #cc784d;
    margin-left: 20px;
}

h2 {
    font-family: 'Courgette', cursive;
    color: #cc784d;
    font-size: 15pt;
}

h3 {
    font-family: 'Courgette', cursive;
    color: #624849;
    font-size: 12pt;
}

#text {
    margin-top: 20px;
}

#motto {
    padding: 40px;
    color: #cc784d;
    font-family: 'Courgette', cursive;
    font-size: 17pt;
    text-align: center;
}

#mapa {
    width: 100%;
    height: 300px;
}

.table-nonfluid {
    width: auto;
}

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}