#nav{
  font-size: 30px;
  padding: 20px;
  float: right;
}

h3{
  font-family: 'Raleway';
      font-size: 3em;
      font-weight: bold;
      margin: 0px 100px 50px 5px 200px;
      padding: 0px 100px 0px 50px;
      text-align: center;
      text-decoration: none; color: Darkgoldenrod;
  }

  p3{
    font-family: 'Raleway';
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0px 50px 20px 600px;
    padding:15px;
    text-align: center;

  }

  #fcf-form {
      display:block;
  }

  .fcf-body {
      margin: 0;
      font-family: timesnewroman;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #00005C;
      text-align: left;
      background-color: #D9D9D9;
      padding: 30px;
      padding-bottom: 10px;
      border: 1px solid #00005C;
      border-radius: 0.25rem;
      max-width: 100%;
  }

  .fcf-form-group {
      margin-bottom: 1rem;
  }

  .fcf-input-group {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

      align-items: stretch;
      width: 100%;
  }

  .fcf-form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + 0.75rem + 2px);
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #00005C;
      background-color: #D9D9D9;
      background-clip: padding-box;
      border: 1px solid #00005C;
      outline: none;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .fcf-form-control:focus {
      border: 1px solid #00005C;
  }


  .fcf-btn {
      display: inline-block;
      font-weight: 400;
      color: #00005C;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #D9D9D9;
      border: 1px solid #00005C;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.25rem;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }



  .fcf-btn:hover {
      color: #00005C;
      text-decoration: none;
  }

  .fcf-btn:focus, .fcf-btn.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  .fcf-btn-primary {
      color: #00005C;
      background-color: #D9D9D9;
      border-color: #00005C;
  }

  .fcf-btn-primary:hover {
      color: #1D1CE5;
      background-color: #D9D9D9;
      border-color: #00005C;
  }

  .fcf-btn-primary:focus, .fcf-btn-primary.focus {
      color: #fff;
      background-color: #D9D9D9;
      border-color: #00005C;
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }

  .fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.3rem;
      font-family: timesnewroman;
  }

  .fcf-btn-block {
      display: block;
      width: 100%;
  }

  .fcf-btn-block+.fcf-btn-block {
      margin-top: 0.5rem;
  }

  input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
      width: 100%;
  }
