body{
    font-family: 'Inter';
    font-weight: 400 !important;
    line-height: 2rem;
    font-size: 1.1rem;
}
h1{
    font-family: "Merriweather";
    font-weight: bolder;
    font-size: 2.5vmax;
}
h2{
    font-family: "Merriweather";
    font-weight: bolder;
    font-size: 1.8vmax;
    margin-top: 32px;
    margin-bottom: 16px;
}
h3{
    font-family: "Merriweather";
    font-weight: bolder;
    font-size: 1.5vmax;
    line-height: 2.5vmax;
}
h5{
    font-family: Inter;
    font-size: 1vmax;
    line-height: 2vmax;
}
.postmatter{
    text-align: center;
}
.featured_image{
    max-width: 600px;
    margin: 0px auto;
}
.post_image, .post_image_small{
    max-width: 120%;
    margin: 48px;
    margin-left: -10%;
    box-shadow: 0 0 50px silver;
    border-radius: 8px;
}
.post_image_small{
    max-width: 100% !important;
    display: block;
    margin: auto;
}
a{
    color: black;
    border-bottom: 1px solid #000
}
a:hover{
    color: grey;
    text-decoration: none;
}
.tag_container{
    margin-top: 16px;
}
.tag_container span{
    font-family: "Inter";
    font-weight: thin;
    padding: 8px;
    margin-right: 8px;
    font-size: 0.8rem;
    cursor: pointer;
    background: #f1f1f1;
}
.tag_container span:hover{
    color: white;
    background: #444
}
.navbar{
    padding: 16px;
    margin-bottom: 24px;
}
.navbar .branding{
    cursor: pointer;
    font-family: "Merriweather";
}
.navbar ul{
    list-style: none;
    padding: 0px;
}
.navbar ul li{
    float: left;
    margin-left: 24px;
    cursor: pointer;
}
code{
    padding: 16px !important;
    border-radius: 8px;
}
.dark_mode_toggle{
    cursor: pointer;
}
.listing_page_ul{
    list-style-type: decimal-leading-zero;
    padding: 0px;
}
.listing_page_ul li{
    /* border-left: 1px solid black; */
    padding-left: 8px;
    margin-bottom: 48px;
}
.listing_page_ul{
    font-family: "Merriweather";
    font-size: 2vmax;
}
.listing_page_ul li a{
    border-bottom: none;
}
.listing_page_ul li a small{
    color: black;
    font-size: 1vmax;
    margin-top: -16px !important;
    font-family: "Inter";
}
blockquote p{
    font-family: "Merriweather";
    font-size: 1.5vmax;
    border-left: 2px solid black;
    padding-left: 20px;
}
input.searchBox{
    border: none; 
    outline: none; 
    border-bottom: 1px solid black; 
    background: none;
    padding: 8px;
    margin-top: 24px;
    border-radius: 0px;
}
button.searchButton{
    border: none;
    color: black;
    background: none;
    outline: none;
}

a[href="https://kwes.io"]{
    display: none !important;
}
.algopods_description{
    text-align: left !important; 
}
.newsletter_form button{
    background: black;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 16px;
}
.newsletter_form input{
    width: 80%;
    padding-left: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    text-align: center;
}
.envelope {
    padding: 2em;
	border: 12px solid transparent;
	border-image: 8 repeating-linear-gradient(-45deg, coral 0, coral 1em, transparent 0, transparent 2em,
	              #00a1ff 0, #00a1ff 3em, transparent 0, transparent 4em);
    max-width: 90%;
    margin: 80px auto;
}
p{
    margin-top: 1.5rem !important;
    text-indent: 28px;
}


/* --------------- */
/* Dark mode */
.darkmode--activated *{
    color: white;
}
.darkmode--activated a{
    color: white;
    border-bottom: 1px solid white;
}
.darkmode--activated .tag_container span{
    background: #444;
    color: white;
}
.darkmode--activated .tag_container span:hover{
    background: white;
    color: black;
}
.darkmode--activated .post_image{
    box-shadow: 0 0 50px #666;
}
.darkmode-toggle {
    z-index: 500;
}
.darkmode--activated button.searchButton{
    color: white;
}