/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap");
@import url("/fonts/fonts.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* variables */
@media (prefers-color-scheme: light) {
  body {
    background-color: #edf2ec;
    color: #1e2430; }
  nav a {
    color: #edf2ec; }
  .nav {
    background-color: #249b98; }
  .nav-mobile .nav-mobile-item {
    background-color: #249b98; }
  a {
    color: #86ae96; } }

@media (prefers-color-scheme: dark) {
  body {
    background-color: #1e2430;
    color: #edf2ec; }
  nav a {
    color: #1e2430; }
  .nav {
    background-color: #249b98; }
  .nav-mobile .nav-mobile-item {
    background-color: #249b98; }
  a {
    color: #646f77; } }

/* sizing */
/* global */
main {
  width: 100%;
  position: absolute;
  top: 3rem;
  font-family: "RobotoFlex", sans-serif;
  font-stretch: 87.5%;
  font-size: 14pt; }
  main .container {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%; }
  main a {
    text-decoration: none; }
  main pre,
  main code {
    font-family: "Fira Code", monospace;
    font-size: 10pt; }

.nav-mobile {
  display: none; }

.nav {
  position: fixed;
  top: 0px;
  margin: 0;
  width: 100%;
  height: 3rem; }
  .nav a.logo {
    margin-left: 3rem;
    margin-right: 2rem; }
  .nav a {
    font-family: "Cairo", serif;
    font-weight: 300;
    text-decoration: none;
    line-height: 3rem;
    height: 3rem;
    margin-left: 1rem;
    font-size: 16pt;
    margin-left: 1rem;
    margin-right: 1rem; }
  .nav a:hover {
    text-decoration: underline; }
  .nav a:last-of-type {
    float: right;
    margin-right: 3rem; }

/* ------------ */
/*              */
/* page specifc */
/*              */
/* ------------ */
h1,
#title {
  font-family: "Cairo", serif;
  text-align: center;
  font-size: xx-large;
  margin: 1em; }

h2,
h3,
h4,
h5,
h6,
h6 {
  font-family: "Cairo", serif;
  color: #249b98; }

h2 {
  font-size: x-large; }

h3 {
  font-size: larger; }

h4,
h5,
h6 {
  font-size: normal;
  display: inline; }

/* lists */
ul {
  list-style-type: circle;
  margin-left: 1rem; }

article {
  font-family: "OpenSans", sans-serif;
  line-height: 200%;
  /* ----------------- */
  /* org-mode specific */
  /* ----------------- */
  /* seems never used? */
  /* section */
  /* subsection */
  /* subsubsection */
  /* no reason to go this far */
  /* just in case */ }
  article section {
    margin: 1rem auto; }
  article h3 {
    margin-bottom: 0.5rem; }
  article p {
    margin: 0.5rem auto; }
  article #abstract,
  article .abstract-block {
    width: 50%;
    margin: auto;
    font-size: normal; }
  article #toc {
    font-size: normal; }
    article #toc ul li {
      margin-top: 1em;
      margin-bottom: 1em; }
  article .outline-2 {
    margin: 1em auto 1em auto; }
  article .outline-3 {
    margin-bottom: 1rem; }
  article .outline-4 {
    margin-bottom: 1rem; }
  article .outline-5 {
    margin-left: 1rem; }
  article .outline-4 .outline-text-4,
  article .outline-5 .outline-text-5 {
    display: inline; }
    article .outline-4 .outline-text-4 p:first-of-type,
    article .outline-5 .outline-text-5 p:first-of-type {
      display: inline; }

/* landing page */
.landing #abstract {
  display: flex;
  width: 100%;
  flex-wrap: wrap-reverse;
  justify-content: center; }
  .landing #abstract #profile-picture {
    text-align: center;
    padding: 1rem;
    flex-basis: 200px; }
    .landing #abstract #profile-picture img {
      width: 250px; }
  .landing #abstract #bio {
    padding: 1rem;
    flex-basis: 600px;
    text-align: justify; }
    .landing #abstract #bio p {
      line-height: 150%;
      font-size: 14pt; }

.courses {
  margin-top: 2ex;
  margin-bottom: 2ex;
  border-color: black; }
  .courses thead th {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em; }
  .courses td {
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-style: solid;
    border-width: 1px; }
  .courses .courses-year {
    text-align: center;
    font-weight: bold;
    font-family: "Cairo", serif;
    color: #249b98;
    border-width: 0px; }
    .courses .courses-year td {
      border-width: 0px;
      border-left: thin;
      border-right: thin; }

@media only screen and (max-width: 480px) and (orientation: portrait), only screen and (max-height: 480px) and (orientation: landscape) {
  nav {
    display: none; }
  .nav-mobile {
    display: block;
    position: fixed;
    top: 0px;
    width: 80%;
    padding: 10%; }
    .nav-mobile button {
      position: absolute;
      right: 1rem;
      top: 1rem; }
    .nav-mobile .logo {
      font-weight: 400; }
    .nav-mobile #nav-mobile-items {
      display: none; }
    .nav-mobile .nav-mobile-item {
      border: 1px grey solid;
      padding: 10%; }
    .nav-mobile a {
      font-family: "Cairo", serif;
      font-weight: 300;
      text-decoration: none;
      line-height: 0px;
      height: 0px;
      margin-left: 1rem;
      font-size: 16pt;
      margin-left: 1rem;
      margin-right: 1rem; }
    .nav-mobile a:hover {
      text-decoration: underline; }
  main {
    top: 0; }
    main .container {
      width: 95%;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
