a{
    text-decoration: none;
    color:black;
    border-bottom: 1px solid black;
    padding: 5px 10px;
}
.topmenu {
    align-content: start;
    text-align: start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid black 10px;
}
.menubackground{
    width: 80%;
    margin-left: 10%;
    background-image: url("../files/foto aerea.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.logo{
    display: inline-block;
}
.logo a{
    border: 0px;
}
.logo img{
    margin: 20px 20px 0 0;
    width: 100px;
    display: inline-block;
}
.logo h1{
    display: inline-block;
}
.botao {
    flex: 1;
    width: 100%;
    margin: 50px 0px;
    padding: 10px 10px;
    text-decoration: none;
    color: black;
}
.botao img{
    width: 50%;
}
.botao:hover {
    flex: 1;
    color: black;
}
.menu{
    align-content: center;
    text-align: center;
    width: 50%;
    display: inline-flex;
    justify-content: center;
}
.footer{
    width: 100%;
    margin-top: 3%;
    border-top: solid black 10px;
}
.terco{
    width: 33%;
    display: inline-block;
    text-align: left;
}
.footer img{
    height: 60px;
}
.sobre{
    position: relative;
    margin: 50px 100px;
}
.sobre h2{
    width: 50%;
    text-align: start;
}
.sobre a{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.sobrepage{
    text-align: left;
    width: 90%;
    margin-left: 5%;
    align-items: center;
}
.end p{
    text-align: end;
}
body{
    text-align: center;
    align-content: center;
}
.apresentacao{
    position: relative;
    background-color: #eee;
    width: 100%;
    display: inline-block;
}
.apresentacao h2{
    text-align: left;
    margin-left: 5%;
}
.apresentacao_1,.apresentacao_2{
    padding: 10px 100px;
    width: 75%;
    text-align: start;
    float: left;
}
.apresentacao_2{
    float: right;
}
.apresentacao_2 iframe {
    text-align: right;
    float: right;
}
.terco_meio {
    margin: 50px;
}
.destaque {
    background-color: black;
    padding: 15px;
}
.destaque a {
    text-decoration: none;
    color:white;
    border-bottom: 1px solid white;
    padding: 5px 10px;
}
.destaque h2 {
    color:white;
}
.botoes a{
    text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
    .botao{
        margin: 10px 0px;
        width: unset;
        min-width: 100px;
        max-width: 2000px;
    }
    .menu{
        width: 100%;
    }
}