/* Regras no contexto do Mobile First */

@import url('https://fonts.googleapis.com/css?family=Denk+One|Orbitron|Varela+Round');
body {
    background-color: rgb(242,214,121);
    font-family: "Varela Round", Arial, Verdana, sans-serif;
}
/* Ressetando manualmente alguns elementos do site */
h1, h2, h3, p, figure, #menu ul {
    margin: 0;
    padding: 0;
}
#container{ padding: 1%;}
h1 {
    text-align: center;
    padding-top: 5px;
}

#conteudo { margin: 1% 0; }
#conteudo h1, #conteudo h2, #conteudo p {
    margin: 1%;
    padding: 1%;
}
#topo, #destaques, #geral {
    border-radius: 5px;
    margin-bottom: 1%;
}
#rodape {
    background-color: rgb(248,199,25);
    border-radius: 5px;
    padding: 1%;
    text-align: center;
    font-size: 0.8em;
    color: white;
}
img, video, audio, iframe {
    max-width: 100%;
    margin: auto;
    display: block;
}
/* Tornando imagensm controle de video, audio e iframe responsivos */
h2 {
    font-family: Orbitron, Tahoma, sans-serif;
    text-align: center;
    color: rgb(186,53,63);
}
#conteudo h3 {
    font-family: "Denk One", Verdana, sans-serif;
    border-bottom: 1px solid;
    padding: 1%;
}
figcaption {
    text-align: center;
    font-weight: bold;
}
form {
    width: 90%;
    max-width: 750px;
    margin: auto;
}
input, textarea {
    border: solid 2px navy;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.4) 2px 2px 10px;
    padding: 1%;
}
#nome, #email, #telefone, #assunto {
    height: 40px;
    width: 100%;
}
#mensagem {
    width: 100%;
}
button {
    border: none;
    padding: 2%;
    background-color: navy;
    color:white;
    font-weight: bold;
}

}
/* Breakpoints */
/* 420px */
/* 600px */
/* 1000px */

/* Media Queries */

    #menu a:link, #menu a:visited {
        /* Forçando alinhamento do link (valor igual ao do menu) */
        line-height: 45px;
    }
    #container {
        max-width: 1000px;
        margin: auto;
    }
}
