/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {

  #contact input{
  		width: 100%;
  		height: 40px;
  		font-size: 15px;
  		margin-bottom: 2%;
  		margin-left: 1%;
	}

  #contact textarea{
    width: 100%;
    height: 220px;
  }

  #map{
    width: 100%;
    height: 300px;
  }

  #menu{
    height: 300px;
    min-height: 150px;
    background-size: cover;
    background-attachment: local;
  }

  .cutting{
    display: none;
  }

  .flotante {
    float: left;
    height: 10%;
    width: 100%;
    margin-bottom: 0px;
  }

  .msg-welcome{
    font-size: 15px;
 }

 .msg-arrow{
    font-size: 15px;
 }

 .beer-title {
  font-size: 20px;
  top: -120px;
  left: -20px;
}

.beer-text-left{
  font-size: 10px;
  top: -50px;
  left: -45px;
}

.beer-text-right1{
  font-size: 10px;
  top: -100px;
  right: -40px;
}

.beer-text-right2{
  font-size: 10px;
  top: -50px;
  right: -30px;
}

}
