.text1 {
    background-color: #b8908b57;
    height: 15rem;
    text-align: center;
    
}
.text1 h1{
    padding-top:30px;
    letter-spacing: 12px;
    color: #e5382ec7;;
    font-size: 40px;
    margin-bottom: 20px;
}

.imghome{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 4rem;
}

@media screen and (max-width:600px){
    .text1{
        height: 20rem;
    }
    .text1 h1 {
        font-size: 30px;
        font-weight: 700;
    }
    #header .logo{
        font-size: medium;
        font-weight: 700;
        margin-top:60px;
    }
    .header_btn {
        margin-top:-2%;
    }


    .imghome{
        margin-top:30px;
    }
    input[type="button"], button, .button {
        margin-top:30px;
        margin-right:10%;
    }
    .tiles article>.image img{
        width:100%;
    }

}
@media screen and (min-width:601px)and (max-width:992px){
    #navbar>.navinner {
        width:20%;
    }
    
}


    



