 .navbar .navbar-nav .nav-link {
  font-family: 'interstate-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #191312;
  text-transform: uppercase;
  letter-spacing: 0px;
  }

  nav a:hover {
    opacity: 50%;
  }

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
    }

  .navbar-nav {
    align-items: center;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .fadein {
    opacity:0;
    max-width: 100%;
    height: auto;
    border-radius: 40px;
  }

  /* Footer */
  .footer {
    height: 300px;
    position: relative;
  }

  .footer a:hover {
    opacity: 50%;
  }

  .display-1 {
    text-align: center;
    display: block;
  }

  .display-3 {
      text-align: center;
      display: block;
      text-decoration: underline;
      color: #491000;
    }

  h4 {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #DFD9AB;
    letter-spacing: 1px;
  }

  h3 {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-size: 34px;
    font-style: normal;
    color: #191312;
    letter-spacing: 2px;
  }

  h5 {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #191312;
    letter-spacing: 0px;
  }

  h2 {
    font-family: 'hind', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #191312;
  }

  h1 {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-style: normal;
    color: #191312;
    text-align: center;
  }
  
    .form-style {
      background: #fff;
      margin:10px auto;
      width: 400px;
      padding: 20px 12px 10px 20px;
      font: 18px "Hind", sans-serif;
      border-radius: 20px;
      letter-spacing: 1px;
    }
    .form-style td {
      background: #fdffff;
      padding: 0;
      display: block;
      list-style: none;
      margin: 10px 0 0 0;
      border-radius: 20px;
    }
    .form-style label{
      background: #fdffff;
      margin:0 0 3px 0;
      padding:0px;
      display:block;
      border-radius: 20px;
      text-align: center;
    }
    .form-style .required{
      color:red;
    }
    .form-style input[type=submit]{
      padding: 9px;
      background: #491000;
      color: white;
      font-size: 18px;
      border: 0;
      outline: none;
      cursor: pointer;
      width: 120px;
      margin: 10 auto 10;
      border-radius: 20px;
    }
    .form-style input[type=submit]:hover{
      background: #883E24;
      box-shadow:none;
      -moz-box-shadow:none;
      -webkit-box-shadow:none;
    }
    .form-style .field-textarea{
      background: rgb(235, 235, 235);
      height: 100px;
      border-radius: 20;
      font-family: 'Hind', sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #191312;
    }
    .form-style input[type=text], 
    .form-style input[type=email],
    textarea{
      background: rgb(235, 235, 235);
      border:0px;
      padding: 7px;
      width: 100%;
      outline: none;  
      border-radius: 20;
      font-family: 'Hind', sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #191312;
    }
    .form-style .long{
      width: 100%;
      border-radius: 20px;
    }
    .form-style input[type=text]:focus, 
    .form-style input[type=email]:focus,
    .form-style textarea:focus{
      font-family: 'Hind', sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #191312;
    }
    .error{
    color: red;
    font-family: 'hind', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
  }
  
  ::-webkit-input-placeholder { /* Edge */
     font-family: 'Hind', sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #191312;
      opacity: 65%;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Hind', sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #191312;
      opacity: 65%;
  }
  
  ::placeholder {
    font-family: 'Hind', sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #191312;
      opacity: 65%;
  }
