/*!
Theme Name: ahomekitchenandbath
*/

img{
	height:auto;
}
  
  .wrapper3 {
    max-width: 960px;
    width: 100%; 
    margin: 30px auto;
    transform: scale(0.8);
  }
  .landing-page {
    max-width: 960px;
    height: 475px;
    margin: 0;
    box-shadow: 0px 0px 8px 1px #fff;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .title4 h1 {
    font-size: 58px;
    margin: 0;
    position: fixed;
    top: 23.5rem;
    left: 22rem;
    color: #3c3838;
  }
 .title4 p {
    font-size: 33px;
   position: fixed;
    top: 28rem;
    left: 13rem;
  }
  .title4 a {
    border-radius: 50px;
	position: fixed;
  top: 31rem;
  left: 23.5rem;
  padding: 13px 30px;
  font-size: 20px;
  text-decoration: none;
    cursor: pointer;
    background: #4e3a2c;
    color: #fff;
    border: none;
    box-shadow: 0 4px 8px 0 #ccc;
  }
@media (max-width:992px) {
#mnmwp-main-menu ul {
    width: 100%;
    display: none;
}
}
