h1 {
    font-size: 6rem;
    font-weight: 250;
}


h2 {
    font-size: 3rem;
    font-weight: 200;   
}

h3 {
    font-size: 1.5rem;
    font-weight: 100;
}


/*

h1 {
    color: #ec008c;
    font-size: 6rem;
}

h2 {
    color: #ec008c;
    font-size: 5rem;
}

h3 {
    font-size: 3rem;

}

  .form-control {
    font-size: 3rem;
    padding: 0.75rem 1rem;
  }
*/
/*    input,
  select,
  textarea {
    min-height: 3.2rem;
  }*/