/* Headers: h1, h2 -- centered and orange */

.grid-lg h1 {
  color: #ED7014;
  text-align: center;
  font-size: 2.40rem;
}

.grid-lg h2 {
  text-align:center;
  font-size: 1.85rem;
}

.grid-lg h3 {
    font-size: 1.25
}


/* Make horizontal rules light grey */

.grid-lg hr {
    height:2px;
    border-width:0;
    color:lightgrey;
    background-color:lightgrey;
}


/* Distinguish table headers from table text through color and size */

.grid-lg thead {
	font-size: 1.0rem;
	color: #ED7014;
}

.dcscience-tbl p {
    margin-bottom: 6px;
}


/* Special formatting for the DC Science event tables */
.dcscience-tbl td {
    /* top, right, bottom, left */
    padding: 10px 10px 5px 10px;
}

.dcscience-tbl th {
    padding: 10px 30px 10px 10px;
}


/* Use a larger font for page introductory content*/

.largefont {
	text-align: left;
}

.largefont p, .largefont ul, .largefont td {
    font-size: 1.08rem;
}

.largefont thead {
    font-size: 1.20rem;
}


/* Fix menu-bar drop down arrows by providing the right font family */
.dropmenu ul li a::before {
    font-family: 'Font Awesome 5 Free';
}
