@font-face{
    font-family: 'med';
    src:url('bundo.woff');
}
@font-face{
    font-family: 'light';
    src:url('bunda.woff');
}
@font-face{
    font-family: 'bold';
    src:url('bold.woff');
}

*{
    outline:none;
    font-family:sans-serif;
}

header{
    background:#ffcc00;
    font-family:med;
}

 

header .text-left img{
    width:140px;
}

.mobile a{
    color:black;
    font-family:med; 
}

.mobile img{
    width:24px;
    display:none;
}

body{
    padding:0;
    margin:0;
}



h3{
    display:inline-block;
    font-family:bold;
    padding:10px 0;
    margin:20px 0;
    border-bottom:4px solid #c5484f;
}




footer{
    margin:30px 0;
    font-size:0.7em;
}


.error{
    border:1px solid red;
}

@media screen and (max-width:700px){
 
    h3{
        font-size:1.2em;
        font-weight:bold;
    }
.mobile a{
    display:none;
}

.mobile img{
    display:inline-block;
}

}