body {
background: #293136;
color: #000000;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", "Roboto", "Noto Sans", "Droid Sans", sans-serif;
width: 100%;
min-height: 100vh;
padding: 0px;
margin: 0px;
}
#container {
max-width: 1200px;
margin: 0 auto;
padding-bottom: 4em;
}
@media screen and (max-width: 1280px) {
#container {
width: 90%;
}
}
.brand {
position: relative;
text-align: center;
padding: 0.5rem 0rem 2.5rem 0rem;
background: #293136;
color: #FFF;
}
.brand .name {
margin: 2rem 0rem 0.5rem 0rem;
text-transform: uppercase;
font-size: 3em;
letter-spacing: 16px;
font-weight: 500;
}
.brand .name a {
border-bottom: dotted 1px transparent;
text-decoration: none;
color: #ffffff;
-moz-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
}
.brand .name a:hover {
border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
}
.brand .pronouns {
letter-spacing: 0.07em;
font-size: 1.1em;
color: rgba(255, 255, 255, 0.75);
}
.brand .description {
letter-spacing: 0.07em;
font-size: 1.1em;
color: rgba(255, 255, 255, 0.75);
padding-bottom: 0.2rem;
}
@media screen and (max-width: 1070px) {
.brand {
margin-top: 0px;
padding: 1px 0px 3em 0px;
}
.brand .name {
font-size: 2.5em;
}
}
.navbar {
position: relative;
background: #445058;
}
.navbar ul {
list-style: none;
text-align: center;
padding-left: 0;
margin: 0;
}
.navbar ul li {
display: inline-block;
padding-left: 0;
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.navbar ul li a {
display: inline-block;
margin: 0;
padding: 1.2em 1.6em 1.2em 1.6em;
letter-spacing: 0.06em;
text-decoration: none;
font-weight: 700;
font-size: 1.2em;
outline: 0;
color: rgba(255, 255, 255, 0.75);
border-top: 5px solid transparent;
}
.navbar ul li:hover {
background: rgba(255, 255, 255, 0.05);
}
.navbar .active {
background: #3a444a;
border-top: 4px solid #61a8df;
color: #fff;
}
@media screen and (max-width: 1070px) {
.navbar ul li a {
padding: 0.8em 1.1em 0.8em 1.1em;
}
.navbar .active {
padding-top: 0.8em;
}
}
main {
position: relative;
padding: 2em 4em 2em 4em;
background: #3a444a;
text-align: left;
color: #fff;
letter-spacing: 0.04em;
line-height: 1.5em;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", "Roboto", "Noto Sans", "Droid Sans", sans-serif;
font-weight: 400;
}
main h1 {
padding-bottom: 0.25em;
font-size: 2em;
font-weight: 500;
line-height: 1.2;
}
main h2 {
font-size: 1.5em;
font-weight: 500;
line-height: 1.2;
}
main h3 {
font-size: 1.2em;
font-weight: 400;
line-height: 1.2;
}
main p {
font-size: 1.1em;
margin: 1rem 0 1rem 0;
}
main a {
-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
border-bottom: dotted 1px rgba(255, 255, 255, 0.7);
color: #bec9cf;
text-decoration: none;
}
main a:hover {
border-bottom-color: transparent;
color: #ffffff !important;
}
main code {
background: rgba(255, 255, 255, 0.075);
white-space: nowrap;
border-radius: 5px;
border: solid 0px;
font-family: "Courier New", monospace;
font-size: 0.9em;
padding: 0.25em 0.65em;
}
main pre {
background: rgba(255, 255, 255, 0.025);
border-radius: 5px;
white-space: pre-wrap;
border: solid 2px rgba(255, 255, 255, 0.125);
font-family: "Courier New", monospace;
font-size: 0.9em;
margin: 0 0.25em;
padding: 0.25em 0.65em;
}
main hr {
margin-bottom: 2em;
border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}
main ul {
margin: 0.5rem;
list-style: none;
}
main ul li::before {
content: "- ";
}
main b {
font-weight: 600;
}
@media screen and (max-width: 1070px) {
main {
padding: 1.5rem;
}
main h1 {
padding: 0px;
}
main .projlink {
border-left: none;
padding-left: 0px;
font-size: 0.8em;
}
main br {
line-height: 0.2rem;
display: block;
margin: 0.5rem 0;
}
main ul {
padding-left: 8px;
}
main .mobile-hidden {
display: none;
}
}
footer {
position: relative;
padding: 2em 2em;
background: #3a4146;
text-align: left;
letter-spacing: 0.04em;
line-height: 1.5em;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", "Roboto", "Noto Sans", "Droid Sans", sans-serif;
font-weight: 300;
font-size: 16px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
footer .card {
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
color: #bec9cf;
text-decoration: none;
border: 2.4px solid rgba(255, 255, 255, 0.2);
border-radius: 48px;
padding: 12px 24px;
margin: 18px 24px;
text-align: center;
}
footer .card .val {
vertical-align: 2px;
}
footer .card:hover {
color: #ffffff !important;
background-color: rgb(67, 74, 80);
border-color: rgba(255, 255, 255, 0.3);
}
footer .copy {
color: #d0dbe0;
text-decoration: none;
margin: 8px;
text-align: center;
}
footer .copy a {
-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
color: #bec9cf;
text-decoration: none;
}
footer .copy a:hover {
border-bottom-color: transparent;
color: #ffffff !important;
}
@media screen and (max-width: 1070px) {
footer .card {
padding: 8px 16px;
margin: 4px;
}
}
#rainbow, #rainbow > span {
display: flex;
flex-wrap: nowrap;
justify-content: space-evenly;
padding: 0px 1px;
width: 100%;
}
#rainbow .color, #rainbow > span .color {
flex-grow: 1;
flex-shrink: 1;
height: 3px;
}
/*# sourceMappingURL=main.css.map */