* {
    margin:0;
    padding:0;
}

body {
    height:100%;
    width:100%;
    background-color:burlywood;
}

.menu-ul {
    width:100%;
    height:100%;
    list-style:none;
    text-align:center;
}

.btn {
    width:60%;
    padding: 20% 0px;
    margin: 30% auto;
    border:  solid 3px #000;
    border-radius: 5px;
}

.btn-a {
    text-decoration: none;
}

.btn-txt {
    color:#fff;
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:20px;
    margin:auto 0;
}

#Consul {
    background-color: #d07814;
}
#Oeste {
    background-color: #1874c4;
}

@media only screen and (min-width:700px){
    .btn-txt{
        font-size:25px;
    }
    .btn{
        border-radius: 10px;
        padding: 10% 0px;
        margin: 20% auto;
    }
}

@media only screen and (min-width:800px){
    .btn-txt{
        font-size:30px;
    }
}
@media only screen and (min-width:900px){
    .btn-txt{
        font-size:35px;
    }
    .btn{
        border-radius: 10px;
        padding: 2% 0px;
        margin: 10% auto;
    }
}

