/* Styling */
/*@import url('http://fonts.cdnfonts.com/css/quicksand'); */
/*@import url('http://fonts.cdnfonts.com/css/josefin-slab'); */

@import '/css/colors.css';
@import '/css/fonts.css';

html {
    font-family: 'Josefin Slab', monospace;
		font-weight: 500;
		font-size: calc(1em + .25vw);
}
body {
    margin: 0;
    padding: 0;
		background: #fff;
    color: var(--dark0_soft);
    font-size: calc(1em + 0.42vw);
    box-sizing: border-box;
    line-height: 1.4;
}
.verbatim{
    font-family: monospace;
    padding: 3px 5px;
    border-radius: 3px;
}
.title {
    display: flex;
    align-items: left;
		flex-direction: column;
		width: 60%;
		color: var(--dark1);
		margin: auto;
}
#breadcrumbs a{
		color: var(--dark4);
}
#breadcrumbs .seperator{
		color: var(--dark2);
		font-size: .7em;
		padding-left: 0em;
		padding-right: .2em;
};
.intro {
    display: flex;
    flex-direction: column;
		width: 60%
		margin: auto;
}
.intro p {
    text-align: justify;
}
.image {
    width: 200px;
    border-radius: 200px;
    margin: 10px;
}
.name {
    width: 80%;
    flex: 1;
    text-align: left;
    width: 80%;
}
.link, sup a {
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid;
    border-style: dotted;
    text-decoration: none;
    color: var(--neutral_orange);
}
.line {
    margin: 0;
    background: var(--light0_hard);
    height: 5px;
    border-radius: 4px;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 1000;
}
p a,
li a {
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 2px solid;
    border-style: dotted;
    text-decoration: none;
    color: var(--neutral_blue);
}
.post-title {
    margin-bottom: 5px;
    color: var(--dark4);
}
.label {
    background-color: var(--neutral_blue);
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    height: 10px;
    width: 40px;
    transform: scale(1.5);
    margin-top: 10px;
}

.main {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
}

html.contrast body {
    color: #050505;
}
small {
    font-size: calc(0.5em + 0.33vw);
}
ul li img {
    height: 1em;
}
blockquote {
    margin-left: 0;
}
.nav {
    margin: 20px auto;
}
.nav a {
    padding: 10px;
    color: var(--dark0_hard);
    text-decoration: none;
    border-radius: 3px;
		border: 1px solid var(--dark1);
    margin: 10px;
}
.nav a:hover {
    padding: 8px;
    color: var(--dark0);
    text-decoration: none;
		font-style: italic;
    border: 2px solid var(--dark3);
}
.go-back {
    color: inherit;
    text-decoration: none;
}
blockquote {
    background: #282828;
    color: #fbf1c7;
    border-left: 5px solid #076678; /*#ccc;*/
    margin: 1.5em 20px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    /* content: open-quote; */
    font-size: calc(1em + 0.33vw);
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
    font-style: italic;
    font-size: calc(0.8em + 0.33vw);
}
blockquote ul,
ul {
    padding-left: 20px;
}
blockquote.light{
    background: lightgrey;
    color: #454545;
}
.social {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 0px 0px;
    justify-content: space-between;
    width: 80%;
}
.social a {
    text-decoration: none;
    color: auto;
    margin: 0;
    color: #076678;
}
.social-link {
    font-size: 30px;
}
#footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-right: 0px;
    border-top: 2px solid;
    border-left: 0px;
    border-bottom: 0px;
    margin: 20px auto;
    width: 100%;
}
#footer p {
    width: 90%;
    margin: 10px auto;
}
.copyleft b {
    display: inline-block;
    transform: rotate(180deg);
}
#footer strong {
    width: 90%;
}
#footer .copyleft {
    margin: 10px 0px;
    padding: 0;
    font-size: calc(0.5em + 0.33vw);
    list-style: none;
}

#footer .copyleft li {
    display: inline-block;
    margin: 0 0 0 0.45em;
    padding: 0 0 0 0.85em;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    line-height: 1;
}

#footer .copyleft li:first-child {
    border-left: 0;
}
pre {
    padding: 10px;
    background-color: #2c2c2c;
    border-radius: 5px;
    font-family: monospace;
    font-size: calc(0.7em + 0.33vw);
    overflow-x: auto;
}
code {
    background: #2c2c2c;
    color: #fbf1c7;
}
@media screen and (max-width: 1024px) {
    .main {
	width: 80%;
    }
    #footer p,
    .intro-quote {
	width: 90%;
    }
}
.back-transition{
    transition: background 0.2s linear;
}
.footnote-definition {
    display: flex;
    padding: 5px 0px;
 }
.social{
    width: 100%;
}
.footnote-body, .footnote-body p{
    margin: 0;
    padding: 0 10px;
}
ul li p {
    margin: 5px;
}
