
.header {
    height: 100vh;
    max-height: 900px;
    background: url(../imgs/main-1.png) no-repeat center center fixed;
    background-size: cover;
    min-height: 750px;
  }
  
  
  .header .overlay {
    height: 100%;
    background: rgba(33, 37, 41, 0.85);
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .header-title {
    font-size: 2.4rem;
    font-weight: bold;
    opacity: .8;
    color: #343a40;
  }
  
  .header-mini {
    min-height: 24rem;
    height: 24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #ffa1b4 !important;
  }

  .header-menu {
    height: 100vh;
    max-height: 400px;
    background: url(../imgs/main-nav.png) no-repeat center center fixed;
    background-size: cover;
    min-height: 350px;
  }
  
  .header-menu .overlay {
    height: 100%;
    background: rgba(33, 37, 41, 0.85);
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }


  @media (max-width: 767.98px) {

    .header {
      width: 100% !important;
    }
    
    #btn1 {
      width: auto;
    }
    #btn2 {
      width: auto;
    }
    #btn3 {
      width: auto;
    }

    #menu-comidas {
        width: 70%;
    }

    /*#img-menu{
        width: 80% !important;
    }*/

    #descripcion-menu {
        width: 350px;
    }
    
  }

  @media (max-width: 500px) {
    
    #btn1 {
      width: auto;
      margin: 1px;
      padding: 1px;
    }
    #btn2 {
      width: auto;
      margin: 1px;
      padding: 1px;
    }
    #btn3 {
      width: auto;
      margin: 1px;
      padding: 1px;
    }

    #menu-comidas {
        width: 50%;
    
    }

    #img-menu{
        width: 80% !important;
    }

    #descripcion-menu {
        width: 220px;
    }
    
  }
  
  