body{
    background-color: #FFF7EB;
}

    html, body, #map {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

.clear{
  clear: both;
}
#first_column {
 background-color: #FFF7EB;
 height: 100vh;
 width: 100vh;
}

#second_column {
  background-color: brown;
  height: 100vh;
  width: 100vh;
}

.signup_popup {
    display: none;
    background-color: blanchedalmond;
    position: fixed;
    left: 45%;
    top: 2%;
    transform: translate(-50%, 5%);
    border: 5px solid black;
    border-radius: 25px;
    z-index: 9;
    width: 40%;
  }
  
  .popup_form{
          display: none;

  }
  
  .flashMessage {
    color: white;
    text-align:center;
    background-color: #e36414;
    padding: 15px;
    border-radius: 5px;
    display: none;
    margin-bottom: 40px;
}
  
  .map_popup{
     padding: 10%;
    display: none;
  }

  #map_area {
    border-radius: 25px;
    height: 850px;
    width: 100%;
  }
  
  #map {
    height: 60%;
    background-color: black;

      }
      
      #floating-panel {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    line-height: 30px;
    padding-left: 10px;
      }

  #search_area{
    display: none;

  }

  #kiosk_img{
    display: block; 
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

 .accordion-body .row {
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
} 
.row > div{
    margin: auto;

}
.row > .col-3 {
  display: inline;
}

#end_signup{
    display:none;
}



  .accordion-button:not(.collapsed){
    color: white;
    background-color: brown;
  }

  #categories .list-group-item {
    text-align: center;
    z-index: 2;
    color: black;
    font-weight: bold;
    background-color: #FFEBCD;
    border-color: black;
}

.kiosk_name{
  color: white;
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.emphasis{
     background-color: brown;

}

.kiosk, row{
    padding: 1%;
    background: white;
    height: 45px;
    margin: 1%;
    border: gray;
    border-style: outset;
  }

  .kiosk, input{
    padding: inherit;
    margin-top: 3px;  
  }



  #kiosk_img{
    display: block; 
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }



#shopping_cart{
    margin: initial;
    height: 100%;
  padding: 1%;
  border: gray;
  background-color: white;
  text-align: center;
}

#order_total_area{
  position: relative;
  text-align: center;
  margin: 5%;}
  

.RocknRoll_logo{
    margin-top: 10%;
    font-weight: bolder;
    font-family: 'RocknRoll One', sans-serif;
    text-align: center;
    font-size: xxx-large;
        color: blanchedalmond;
}

.welcome_text{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    color: brown;
    font-size: x-large;
    font-weight: bold;

}

.signup_in{
    border-radius: 25px;
    margin: 10%;
    margin-top: 25%;
    background-color: blanchedalmond;
}

#map_area {
    height: 400px;
    width: 100%;
  }

.front_page_content{
    margin: 10%;
}

#logo{
    animation-name: jump;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
    width: 30%;
    height: 30%;
    position:absolute;
    top:35%;
    left:35%;
    transform:translate(-50%,-50%);
}

@keyframes jump {
    from, 20%, 55%, 80%, to {
    
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
  
    40%, 45% {
     
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
  
    70% {
     
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
    }
  }
  
  .jump {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  footer{
    font-size: 0.75em;
    text-align: center;
  }