@import url(https://fonts.googleapis.com/css?family=Atkinson+Hyperlegible);

@font-face {
    font-family: stixfont;
    src: url(/css/STIXTwoText-Bold.ttf);
}

body {
    background-color: #1b1919;
}

h1, h2, h3, h4, h5, h6, p, li, table {
    font-family: "Atkinson Hyperlegible", sans-serif;
    color: white;
}

p, li, table, tr, th {
    font-size: 20px;
}

h1 {
    margin-bottom: 0;
}

a {
    font-family: "Courier 10 Pitch", monospace;
    color: palegreen;
}

a:visited {
    color: palevioletred;
}

td, th {
    font-family: "Courier 10 Pitch", monospace;
}

img {
    max-width: 50%;
    max-height: 75%;
}

hr {
    border-bottom: 2px solid #fafafa;
}

@media only screen and (max-width: 1026px) {
    .portrait-div {
        display: none;
    }
}

.portrait-img {
    max-width: 389px;
    border-radius: 50%;
    float: right;
}

.asset-img {
    scale: 1;
    float: right;
    border-radius: 50%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.asset-div {
    display: flex;
    flex-direction: column;
    float: right;
    max-width: 25%;
}


.body-text {
  color: #444;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  max-width: 48rem;
  line-height: 1.45;
  padding: .25rem;
}

.certs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.cert-badge {
	border-radius: 50%;
	max-width: 50%;
    max-height: 150px;
	margin: 5 auto;
}

#external-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.ext-link {
    max-width: 100px;
    min-width: 100px;
}

.ext-link img {
    min-width: 100%;
}

.ext-link span {
    color: white;
    font-size: 100px;
}

.ext-link span:visited {
    color: white;
}

#david-jones {
    border-bottom: 0px solid white;
    padding: 0;
}

.update-date {
    margin: 0;
    text-align: center;
    color: #444;
}

.math {
    font-family: stixfont;
}

.gold-glow-inner {
    color: #ffb800; 
    text-shadow:0 0 0.5em #FFB800
}

.gold-glow-inner > a {
    color: #ffb800;
    text-shadow:0 0 0.5em #FFB800
}