body {
    padding: 0;
    margin: 0;
}
.ccd{
    font-family: showcard gothic;
    margin-top: -155px;
    color: black;
}

.logo{
    border: none;
    width: 100px;
    height: 90px;
    margin-left: 5%;
    border-radius: 0px;
    margin-top: 3px;
}
.usuario {
    border: none;
    margin-top: -180px;
    width: 150px;
    height: 150px;
    margin-left: 85%;
}
header{
    text-align: center;
    font-size: 40px;
    color: white;
    width: 100%;
    background-image: url(../IMG/HEADER\ AGENDA.png);
}
li{
    list-style: none;
}
*{  
    margin:0;
    padding:0;
}
.menu ul {
    list-style:none;
    position:relative;
}
.menu{
    margin-top: -50px;
    width: 100%;
    height:70px; 
    background-color:black;
    font-family:arial;
}
.menu li a{
    padding:26px;
    display:block;
    text-decoration:none;
    text-align:center;
    background-color:white;
    color:black;
} 
.menu a:hover{ 
    color: rgb(14, 192, 44);
}
.menu ul li{ 
    width: 20%;
    float: left;
}
.caixa{
    background-color: rgb(125, 240, 140);
    width: 98%;
    height: 500px;
    border-radius: 50px;
    margin-left: 1%;
}

.tituloagenda{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 55px;
    color: rgb(18, 128, 36);
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(2, 44, 25);
}
footer{
    background-image: url(../img/header.png);
    font-family: showcard gothic;
}
.visitas{
    color: black;
    margin-top: 2%;
}
.endereco{
     color: black;
    margin-top: 2%;
}
img{
    display: block;
    margin:auto;
    border-style: solid;
    border-color: gray;
    height: 400px;
    width: auto;
}
.icon{
    display: inline;
    margin: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border-style: none;
}
.wpp{
    border: none;
    height: 75px;
    width: 75px;
}
.email{
    border: none;
    height: 50px;
    width: 50px;
}
.expo{
    width: 20%;
}
.logorodape{
    width: 50%;
    height: 50%;
    border: none;
}
.Rodapé{
    position: relative;
    width: 100%;
    color: white;
    justify-content: space-around;
    background-image: url(../IMG/grama.png);
    text-align:center;
    display: flex;
    font-size: 20px;
}
.fotos{
    height: 450px;
    width: 500px;
    margin-left: 200px;
    margin-top: -500px;
    border: none;
}
@media only screen and (max-width:727px){
    .ccd{
        font-size: 20px;
        margin-top: -10%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -20%;
        margin-left: 85%;
    }
    header img{
        width: 100%;
    }
    .menu{
        margin-top: -9%;
    }
    .caixa{
        height: 100%;
    }
    .tituloagenda{
        font-size: 20px;
    }
    .expo{
        width: 20%;
    }
    .logorodape{
        width: 70%;
        height: 70%;
    }
    .contato{
        width: 15%;
    }
    .visitas{
        width: 35%;
        font-size: 12px;
    }
    .endereco{
        width: 35%;
        font-size: 12px;
    }
    .wpp{
        width: 50%;
        height: 50%;
    }
    .email{
        width: 35%;
        height: 35%;
    }
    .logoR{
        width: 50%;
        height: 50%;
    }
    .Rodapé{
        font-size: 15px;
    }
}
@media only screen and (min-width:728px) and (max-width:1023px){
    .ccd{
        font-size: 22px;
        margin-top: -10%;
    }
    .logo{
        width: 10%;
        height: 9%;
        margin-left: 5%;
    }
    .usuario{
        width: 15%;
        height: 15%;
        margin-top: -20%;
        margin-left: 85%;
    }
    header img{
        width: 100%;
    }
    .menu{
        margin-top: -1%;
    }
    .caixa{
        height: 100%;
    }
    .tituloagenda{
        font-size: 35px;
    }
    .expo{
        width: 20%;
    }
    .logorodape{
        width: 70%;
        height: 70%;
    }
    .contato{
        width: 15%;
    }
    .visitas{
        width: 35%;
        font-size: 12px;
    }
    .endereco{
        width: 35%;
        font-size: 12px;
    }
    .wpp{
        width: 50%;
        height: 50%;
    }
    .email{
        width: 35%;
        height: 35%;
    }
    .Rodapé{
        font-size: 15px;
    }
}