

#mensagem {i}
.logo h1 img {height:180px;}.column p{text-align:justify;}#Header_wrapper{background-color:#d58c2a;}.descpets{width:368px;}

.intro{text-align: justify;}

form {
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 15px;
    background-image:url(../imagens/madeira.jpg); background-attachment:fixed; 
    max-width: 95%;
    margin-top:0px;
}

form h1 {
    margin-bottom: 20px;
    margin-left: 20px;
    color: #cf151c;
    /* text-shadow: 5px 5px 5px black; */
    font-weight: bold;
    font-size: 40px;

}

input, textarea {
    width: 200px;
    padding: 10px;
    color: black;
    margin-left: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid;
    margin-top: 10px;
}

input:hover, textarea:hover, input:focus, textarea:focus {

    border-color: #5d2504;
    box-shadow:5px 0px 9px #5d2504;
    background-color: transparent;
    color: transparent;
    font-weight: bold;
}

.submit input {
    background-color: transparent;
    height: 40px;
    width: 100px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid;
    color: black;
}

textarea {
    width: 84%;
    height: 120px;
    line-height: 20px;
    max-width: 400px;
    margin-right: 40px;
}

form label {
    margin-left: 20px;
    color: black;
    font-weight: bold;
    font-size: 25px;
}

.formu{margin-top: 150px;}

.lala{float:right;}


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.gallery {
  column-count: 4;
  --webkit-column-count: 4;
  --moz-column-count: 4;
  gap: 1rem;
  padding: 4rem;
}

.image img {
  height: auto;
  width: 100%;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}

@media screen and (max-width: 500px) {
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}

@media screen and (max-width: 400px) {
  .gallery {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}




@import url('https://fonts.googleapis.com/css?family=Muli|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand');