/* -------------- Reglas generales -------------- */

@import url('https://fonts.googleapis.com/css?family=Karla|Merienda+One');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    margin: 1em;
    background: linear-gradient(#FFFF, rgba(244,152,25,20%), rgba(229,0,77,80%))  no-repeat bottom
}

ul {
    list-style: none
}

a {
    text-decoration-line: none;
    color: black
}

img {
    max-height: 100%;
    width: 15em;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(34, 34, 32, 0.40);
    display: block;
    margin: auto;
    margin-top: .6em;
}    

div i {
    font-size: 1.6em;
    margin-top: .5em;
    margin-bottom: .5em;
    color: mediumvioletred
}

h1 {
    font-family: 'Merienda One', sans-serif;
    font-size: 1.8em;
    color: rgb(229,0,77);
    text-align: center
} 

h2 {
    font-family: 'Karla', sans-serif;
    font-size: .9em;
    color: rgb(45,46,44);
    text-align: center
}

h3{
    font-family: 'Karla 700', sans-serif;
    font-size: 1.2em;
}

.materias {
    font-family: 'Karla', sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 1em
}

main {
    background-color: rgb(255,235,201);
    border-radius: 1em;
    box-shadow: 0 1px 6px rgba(34, 34, 32, 0.50);
    padding: 1.2em
}

/* -------------- header -------------- */

header button {
    font-size: 1em;
    position: relative;
    z-index: 9999;
    background: rgb(242,146,148);
    border-radius: .5em;
    border: 0
}

header i {
    color: black;
    font-size: 1em;
    margin: .8em
}

#menu {
    left: -60%;
    background-color: rgba(244,152,25,30%);
    width: 60%;
    z-index: 9995;
    position: fixed;
    transition: all .4s;
    top: 0;
    bottom: 0;
}
#menu.menuvisible {
    left: 0;
}

.links {
    margin-top: 6em;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    font-size: .9em;
    line-height: 2em;
    margin-left: 1.2em;
}

#rotulo {
    border-bottom: solid 1.2px black;
    padding-right: 3em   
}

#plan {
    border-bottom: solid 1.2px black;
    padding-right: 3em
}

#mapa {
    border-bottom: solid 1.2px black;
    padding-right: 7.5em
}

#orne {
    border-bottom: solid 1.2px black;
    padding-right: 3em
}

#sil {
    border-bottom: solid 1.2px black;
    padding-right: .6em
}

a:hover { 
    color: rgb(244,152,25); 
}

/* -------------- Footer -------------- */

footer {
    margin-top: 3em;
    margin-bottom: 1em;
    font-family: 'Karla 700', sans-serif;
    font-size: .8em;
}