/*font-family: 'Lobster', cursive;
font-family: 'Pacifico', cursive;
font-family: 'Poiret One', cursive;
font-family: 'Parisienne', cursive;
font-family: 'Faster One', cursive;
font-family: 'Montez', cursive;
font-family: 'Meddon', cursive;
font-family: 'Lily Script One', cursive;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Abel', sans-serif;*/

.form-group {
  margin-bottom: 0;
}

.cardbox {
  margin-top: 10%;
}

.innercard {
  padding: 2%;
}

.card {
  font-family: "Abel", sans-serif;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: grey;
}

.jumbotron {
  margin: auto;
  text-align: center;
  background-color: #fff8ed;
  outline: 7px solid #fbb426;
  outline-offset: 3px;
  background: rgba(255, 248, 238, 0.6);
  text-align: center;
}

.headline {
  font-size: 50px;
  float: right;
}

.choo {
  font-size: 30px;
  float: right;
}

.title {
  padding-top: 10%;
  color: #fff8ee !important;
  /* text-align: center; */
  font-family: "lobster", cursive;
  text-shadow: 4px 4px #fbb426;
}

body {
  /* Location of the image */
  background-image: url("../images/train.jpg");
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed while the background image is loading */
  background-color: #fff;
}

.panel-heading {
  /* background-color: #ffefcf !important; */
  padding-bottom: 2%;
}

.addtime {
  padding-top: 2%;
  padding-bottom: 0% !important;
}

.submit {
  margin: auto;
  text-align: center;
}

.btn {
  background-color: #ffd37c !important;
  border: 0 none !important;
  color: grey !important;
  margin-top: 3%;
}

.btn:hover {
  background-color: #ffdb92 !important;
}
/* Box shadow color */

::selection {
  background: #fcffff;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #fcffff;
  /* Gecko Browsers */
}
/* top button */

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fdd482;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #fce1ab;
}
/* changing color of form input  */

.custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
  background-image: linear-gradient(0deg, #fbb426 2px, rgba(0, 150, 136, 0) 0),
    linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0) !important;
}

.is-focused [class*=" bmd-label"],
.is-focused [class^="bmd-label"] {
  color: #ff8500 !important;
}
/* popup window */

#popup {
  display: none;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  color: #999;
  min-width: 450px;
  padding: 25px;
}

.b-close {
  background-color: #fbb426;
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: -7px;
  top: -7px;
  color: #fff !important;
}
/* end of popup window */
/************************************************************************************
    smaller than 640
    *************************************************************************************/

@media screen and (max-width: 640px) {
  body {
    margin: auto;
    text-align: center;
    font-size: 18px !important;
    display: block !important;
  }
  .card {
    margin: auto;
    text-align: center;
    font-size: 18px !important;
    display: block !important;
  }
  .panel-heading {
    background-color: #ffefcf !important;
  }
  .headline {
    font-size: 30px;
  }
  .choo {
    font-size: 20px;
  }
  .bmd-form-group [class*=" bmd-label"],
  .bmd-form-group [class^="bmd-label"] {
    position: static !important;
  }
  .bmd-form-group .custom-file-control,
  .bmd-form-group .form-control,
  .bmd-form-group input::placeholder,
  .bmd-form-group label {
    line-height: 0 !important;
  }
}
/************************************************************************************
media query ends
*************************************************************************************/
