
body{
    font-family: 'Arial', sans-serif;
    font-weassight: 400;
  
  }
  h1 {
    font-family: 'Merriweather', serif;
    font-size: 2rem !important;
    font-weight: bold;
  }
  select {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow:  none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    &:hover{
      border-bottom: 1px solid #CAE5FF;
  
    }
    .left {
      border: 1px solid transparent;
      border-radius: 0px;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
    }
    .right {
      border: 1px solid transparent;
      border-radius: 0px;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
    }
  }
  
  .bg-event{
    min-height: 500px;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  }

  .vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
  }

  a:link, a:visited {
    color: #ff0;
  }

  #footer {
    text-align: center;
    color: #754da5;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }

  #footer a:link, #footer a:visited {
    color: #007bff;
  }

  .card {
    color: #000;
  }

  #kq {
    color: #f00;
    font-weight: bold;
    font-size: 30px;
  }

  .jumbotron {
    margin-bottom: 0 !important;
  }