|
|
|
@ -66,45 +66,51 @@ body { |
|
|
|
|
color: var(--primary-text); |
|
|
|
|
font-family: "Inconsolata", monospace; |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Major section headings (e.g. About the Programs) */ |
|
|
|
|
h1 { |
|
|
|
|
font-size: calc(48rem / 16); |
|
|
|
|
color: var(--primary-heading); |
|
|
|
|
/* Font styling for body */ |
|
|
|
|
font-size: calc(22rem / 16); |
|
|
|
|
font-weight: 500; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Page titles (e.g. Demographics) */ |
|
|
|
|
h2 { |
|
|
|
|
h1 { |
|
|
|
|
font-size: calc(56rem / 16); |
|
|
|
|
color: var(--primary-accent-lighter); |
|
|
|
|
margin-top: calc(32rem / 16); |
|
|
|
|
margin-bottom: calc(16rem / 16); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Major section headings (e.g. About the Programs) */ |
|
|
|
|
h2 { |
|
|
|
|
font-size: calc(48rem / 16); |
|
|
|
|
color: var(--primary-heading); |
|
|
|
|
margin-top: calc(32rem / 16); |
|
|
|
|
margin-bottom: calc(16rem / 16); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Minor section headings & questions (e.g. What Program Are You In?) */ |
|
|
|
|
h3 { |
|
|
|
|
font-size: calc(36rem / 16); |
|
|
|
|
color: var(--secondary-heading); |
|
|
|
|
margin-top: calc(24rem / 16); |
|
|
|
|
margin-bottom: calc(16rem / 16); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Titles within paragraphs (e.g. About the Programs -> Computer Science)*/ |
|
|
|
|
h4 { |
|
|
|
|
font-size: calc(24rem / 16); |
|
|
|
|
color: var(--secondary-heading); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h5, |
|
|
|
|
h6 { |
|
|
|
|
color: var(--secondary-heading); |
|
|
|
|
margin-top: calc(24rem / 16); |
|
|
|
|
margin-bottom: calc(8rem / 16); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
p { |
|
|
|
|
font-size: calc(22rem / 16); |
|
|
|
|
color: var(--primary-text) |
|
|
|
|
color: var(--primary-text); |
|
|
|
|
margin-top: 1rem; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a { |
|
|
|
|
font-size: calc(24rem / 16); |
|
|
|
|
color: var(--link); |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|