	h1 {
    font-family:'Franklin Gothic Medium', 'Arial Bold', Arial, sans-serif;
    font-weight: bold;
	}
  
  form {
    background-color: #f8f9fa;
  }
  
  form .form-label {
    font-weight: bold;
  }
  
  form .form-control {
    border-radius: 0.25rem;
  }
  
  form button {
    font-weight: bold;
  }
  
  form textarea {
    height: 150px;
  }
  
  .navbar {
    border-bottom: 1px solid #007bff;
    border-radius: 5;
  }

  .navbar-brand {
    font-weight: bold;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .nav-link:hover {
    text-decoration: underline;
    color: #ffcc00;
  }

  .navbar-toggler-icon {
    background-color: #89baef;
    border-radius: 5px;
  }

  .navbar-color {
    background-color: #89baef;
  }

  main {
    background-color: lightcyan;
  }

  .contact-color {
    background-color: lightcyan;
    border-radius: 15;
  }

  .card-color {
    background-color: rgb(223, 239, 244);
  }

  .skip-link {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .skip-link:focus {
    top: 0;
    left: 0;
    background-color: yellow;
    color: black;
    padding: 10px;
    z-index: 1000;
  }
  