/* Top Bar
--------------------------------*/
   #topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
}

#topbar i + i {
  margin-left: 15px;
  margin-right: -55px;
}


/*Navigation Menu
--------------------------------------------------------------*/

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ffb03b;
}


/* Join Us Section
--------------------------------*/
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ffb03b;
  bottom: 0;
  left: calc(50% - 20px);
}

#ab {
  background: url("https://cdn.kitesfoundation.org/img/registration/reg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#ab::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

#ab .container {
  position: relative;
  z-index: 10;
}

/* form
--------------------------*/

        
        
        
        input[type=text],input[type=tel]
        {
            width:100%;
            box-sizing: border-box;
            padding: 12px 5px;
            background: rgba(0,0,0,0.10);
            outline: none;
            border: none;
            border-bottom: 1px dotted #fff;
            color: #fff;
            border-radius: 5px;
            margin: 5px;
            /*font-family: "Open Sans", sans-serif;*/
            
        }

        input[type=submit]{
          font-family: "Montserrat", sans-serif;
            display: block;
            width: 50%;
            box-sizing: border-box;
            margin: auto;
            padding: 10px ;
            outline: none;
            border: none;
            background: transparent;
            border: 2px solid #ffb03b;
            opacity: 0.5;
            border-radius: 30px;
            font-size: 15px;
            color: #fff;
        }
        input[type=submit]:hover{    
            background: #ffb03b;
        }


      select { 
        -webkit-appearance: none; 
        -moz-appearance: none; 
        -ms-appearance: none; 
        appearance: none; 
      }

      .select {

        max-width: 480px;    
        position: relative; 
        display: block; 
        height: 5em; 
        background:  rgba(0,0,0,0.10); 
        overflow: hidden; 
        border-radius: .25em;
      } 

      select { 
            max-width: 480px;
            border-radius: 20px;
            margin: auto;  
            padding: 40px;
            margin-top: 100px;
            width:100%;
            box-sizing: border-box;
            padding: 12px 5px;
            background: rgba(0,0,0,0.10);
            color: #fff;
            opacity: 0.5;
            outline: none;
            border: none;
            border-bottom: 1px dotted #fff;
            border-radius: 5px;
            margin: 5px; 
            cursor: pointer; 

      } 
      select::-ms-expand { 
        display: none; 
      } 
      .select::after { 
        content: '\02C5'; 
        position: absolute; 
        top: 0; 
        right: 0; 
        bottom: 0; 
        padding: 18px 5px; 
        color: #ffb03b;
        background: transparent; 
        pointer-events: none; 
      } 
      .select:hover::after { 
        color: white; 
      } 
      
      <!-- For different browsers -->
      .select::after { 
        -webkit-transition: .25s all ease; 
        -o-transition: .25s all ease; 
        transition: .25s all ease; 
      } 

      option{
            background: rgba(0,0,0,0.9);;
            color: #fff;
            
        }
    
    /*form ================ */

    #submit-anim{
      position:absolute; 
      bottom: 40%;
      left:35%;
      right:40%;
      display: none; /*set to flex when displaying */
              }  
       
              #chefbutton {
                position: relative;
                margin: 0 auto;
                max-width: 250px;
                padding: 50px 0px;
              
              }
              
              .JPO_open {
                position: absolute;
                border-radius: 6px;
                background-color: #ffb03b;
                border: none;
                color: #FFFFFF;
                text-align: center;
                font-size: 16px;
                padding: 20px;
                width: 250px;
                transition: all 0.5s;
                cursor: pointer;
                margin: 5px;
              }
              
              .JPO_close {
                background-color:whitesmoke;
                border: none;
                color:black;
                padding: 15px 32px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 8px;
                border-radius: 48%;
              }