* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: 'Fanwood Text', Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31.5px;
    color: #5D6063;
    background-color: #FFFFFF;
    min-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a:link {
    color: #5995DA;
    text-decoration: none;
}

a:visited {
    color: #407FC7;
}

a:hover, a:visited:hover {
    color: #76AEED;
    border-bottom: 1px dashed #76AEED;
}

a:active, a:visited:active {
    color: #5995DA;
}

.container {
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.main-nav {
    color: #5D6063;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.main-nav__branding {
    display: flex;
    align-items: center;
}

.main-nav__logo {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.main-nav__logo-link:visited:hover,
.main-nav__logo-link:hover,
.main-nav__name:visited:hover,
.main-nav__name:hover {
    border-bottom: none;
    color: #5D6063;
}

.main-nav__name {
    font-weight: 900;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 5px;
    color: #5D6063 !important;
}

.main-nav__name:visited {
    color: #5D6063;
}

.content {
    flex-grow: 1;
    align-self: center;
    width: 100%;
}

.main-nav, .content, .subscribe, .footer {
    flex-shrink: 0;
}

.subscribe__container {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 80px;
}

.subscribe {
    font-family: Spartan, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    align-self: center;
    margin: 60px 20px;
    max-width: 350px;
    width: calc(100% - 40px);
}

.subscribe__heading {
    font-family: 'Fanwood Text', Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.subscribe section {
    margin-top: 10px;
}

.subscribe #errorMessage, .subscribe #successMessage {
    font-family: 'Fanwood Text', Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    line-height: 15px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: -13px;
}

.subscribe #successMessage {
    color: green;
}

.subscribe #errorMessage {
    color: red;
}

.displayNone {
    display: none;
}

.subscribe .error {
    border: 1px solid red;
    border-radius: 3px;
}

.input {
    color: rgb(92, 111, 86);
    width: 100%;
    padding: 12px 18px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

.input:focus, .input:hover {
    outline: none;
    box-shadow: rgba(200, 180, 145, 0.6) 0px 0px 4px;
}

.button {
    color: white;
    background: rgb(255, 76, 82);
    width: 100%;
    font-family: Spartan, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 20px 0 0 0;
    padding: 23px 0 20px 0;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.button:hover:enabled {
    background: rgba(255, 76, 82, 0.8);
}

.button:disabled {
    color: rgba(200, 200, 200, 1);
    background: rgba(200, 76, 82, 0.8);
    cursor: auto;
}

.button:focus {
    outline: none;
}

.title {
    font-size: 52px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1px;
    padding: 0px 20px;
    margin: 50px 0px 30px 0px;
}

.subtitle {
    font-family: Spartan, sans-serif;
    color: #a5a5a5;
    font-weight: 400;
    font-size: 0.618rem;
    letter-spacing: 2px;
    margin-top: -50px;
}

.posts {
    padding: 0px 20px  !important;
}

.content p {
    padding: 30px 20px 0px 20px;
}

.img-p {
    display: flex;
    justify-content: center;
}

.img-p img {
    width: 100%;
}

.content p:last-of-type {
    padding: 0px 20px;
}

.content pre {
    font-family: 'Fira Code', monospace;
    font-size: 16px;
    margin: 30px 20px 0px 20px;
    padding: 10px;
    border-radius: 3px;
    overflow-x: auto;
    scrollbar-color: #cdcdcd #f0f0f0;
    line-height: 25px;
}

::-webkit-scrollbar-track
{
    background-color: #f0f0f0;
}

::-webkit-scrollbar
{
    width: 14px;
    height: 14px;
    background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb
{
    background-color: #cbcbcb;
}


.content aside {
    margin: 20px 20px 0 20px;
    background: #fff5d2;
    padding: 10px;
    border-radius: 3px;
    border: 1px dashed #ffc600;
    font-size: 18px;
}

.content .note, .content .note-background {
    position: relative;
    top: 33px;
    left: 35px;
    font-family: Spartan, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffa900;
    background: #fff5d2;
    padding: 7px;
    border-radius: 3px;
}

.content .note {
    left: -23px;
    border: 1px solid #fff5d2;
    padding: 5px;
}

.content .note-background {
    z-index: -1;
    border-top: 1px dashed #ffc600;
    border-left: 1px dashed #ffc600;
    border-right: 1px dashed #ffc600;
    color: #fff5d2;
}

.content code {
    font-family: 'Fira Code', monospace;
    font-size: 16px;
}

.content p code, aside code, li code {
    border-radius: 2px;
    padding: 1px 8px;
    margin: 0 2px;
    background-color: gainsboro;
    font-size: 15px;
}

.content h2 {
    font-size: 40px;
    font-weight: 400;
    padding: 40px 20px 0px 20px;
    margin-bottom: -15px;
    line-height: 40px;
}

.content h3 {
    font-size: 32px;
    font-weight: 400;
    padding: 30px 20px 0px 20px;
    margin-bottom: -15px;
    line-height: 40px;
}

.content h2:first-of-type {
    padding: 0px 20px 0px 20px;
}

.content ul, .content ol {
    padding: 30px 20px 0px 20px;
    list-style-position: inside;
}

.content li {
    margin: 0 0 20px 20px;
    list-style-position: outside;
}

.no-bullet {
    list-style-type: none;
    margin: 0 !important;
}

.share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.shareText {
    font-family: Spartan, sans-serif;
    letter-spacing: 4px;
    font-size: 11px;
    margin: 3px 20px 0px 0px;
    color: #5D6063;
}

.share .shareIconWrapper {
    padding: 8px;
    display: flex;
    border: 1px solid #5D6063;
    border-radius: 21px;
    fill: #5D6063;
    cursor: pointer;
}

.share .shareIconWrapper:hover { 
    border: 1px solid #ffcc00;
    fill: #ffcc00;
}

footer {
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px;
}

footer svg {
    width: 24px;
    margin: 0px 10px 0px 10px;
    vertical-align: middle;
    fill: #5D6063;
}

footer a:hover, a:visited:hover {
    border-bottom: none;
}

footer svg:hover { 
    fill: rgb(255, 76, 82);
}

@media only screen and (min-width: 760px) {
    .content {
        width: 760px;
    }
}

.banner {
	margin: 0 auto;
	margin-top: 20px;
	background: antiquewhite;
	padding: 10px;
	border: 1px dashed gold;
	font-size: 20px;
}

/* theme overrides */

/* Rust */
.z-support.z-function.z-rust {
    color: #ffc66d;
}

.z-punctuation.z-terminator.z-rust,
.z-punctuation.z-separator.z-rust,
.z-constant.z-language.z-rust,
.z-constant.z-other.z-placeholder.z-rust {
    color: #cc7833;
}

.z-string.z-quoted.z-double.z-rust {
    color: #a5c261;
}

.z-support.z-macro.z-rust {
    color: #6d9cbe;
}

/* JS/TS */
.z-support.z-function.z-ts {
    color: #ffc66d;
}
.z-variable.z-other.z-constant.z-ts {
    color: #d0d0ff;
}

/* HTML */
.z-entity.z-other.z-attribute-name.z-id.z-html {
    color: #86c20e;
}