@font-face {
 font-family: 'Montserrat';
 font-style: normal;
 src: url('/font/Montserrat/Montserrat-VariableFont_wght.ttf') local('Montserrat') format('truetype');
}

body {
    font-family: Calibri, sans-serif;
    font-size: 12px;
    line-height: 1.2rem;
    background: #252931;
    color: #aaafdb;
}



h1, h2{
    font-size: 14px;
    letter-spacing: 1px;
    color: #e8eafc;
    font-family: 'Montserrat', sans-serif;
}

b {
 font-family: 'Montserrat', sans-serif;   
}

h3 {
    font-size: 14px;
    letter-spacing: 3px;
    color: #e8eafc;
}

h4 {
    font-size: 12px;
    letter-spacing: 1px;
    color: #e8eafc; 
    font-family: 'Montsterrat', sans-serif";
}


p {
    color: #aaafdb;
}

h1 {
    border-bottom: 2px dotted #aaafdb;
}

h2 {
    border-bottom: 2px dotted #aaafdb;
    margin-top: 2rem;
}

a {
    text-decoration: none;
}

.a:hover {
    color: #6f75a9;
}

hr {
    border: none;
    height: 1px;
    background: #6f75a9;
    margin: 24px 0;
    display: block;
}

.post img {
    width:  400px;
    height: auto;
}

.wrapper {
    width: 889px;
    margin: auto;
}
.header {
    position: relative;
    width: 889px;
    height: 165px;
}

.character {
    z-index: 10;
    position: absolute;
    height: 150px;
    width: 150px;
    right: -14px;
    top: 100px;
}

.character:hover {
    transform: scale(1.2) ;
    rotate: 10deg;
}


.site-title {
    letter-spacing: 2px;
    margin-top: 48px;
    font-size: 16px;
}

.site-title a {
    color: #e8eafc;
    text-decoration: none;
}

.site-subtitle {
    font-size: 9px;
    height: 22px;
    margin-top: -4px;
    color: #aaafdb;
    letter-spacing: 1px;
}

.menu ul {
    margin:  0;
    padding:  0;
}

.menu li {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    
}

.menu {
    text-transform: lowercase;
    margin-top: 24px;
    margin-left: 6px;
    z-index: 5;
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #6f75a9;
    width: 128px;
    height: 39px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: #17171e;
    letter-spacing: 1px;
}

.menu a.active {
    color: #2B345B;
    background-color: #6fa3a9;
}

.menu a:hover {
    color: #aaafdb;
}

a.disabled {
    cursor: default;
    opacity: 0.3;
}

a.disabled:hover {
    text-decoration: none;
    background: transparent;
    cursor: default;
}

.main {
    display: flex;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    background-color: #aaafdb;
    margin-top: 1px;
}

.main::before {
    display: block;
    content: " ";
    background-image: url('img/main-top.png');
    height: 3px;
    width: 100%;
    position: absolute;
    margin-top: -3px;
}
.content {
    padding: 12px 24px;
    flex-grow: 1;
    max-width: 1000px;
    margin: 1rem;
    background: #17171e;
    border: 1px solid #6893a4;
    border-radius: 3px;
    min-height: 900px;
}

.content img {
    max-width: 100%;
}

code {
    background: #dbe1b6;
    padding: 2px 4px;
    border-radius: 4px;
}

pre {
    background: #dbe1b6;
    padding: 2px 4px;
    border-radius: 4px;
    white-space: break-spaces;
}

.sidebar {
    position: relative;
    padding: 12px;
    font-size: 11px;
    min-width: 150px;
    width: 150px;
    min-height: 640px;
    padding-left: 0;
    z-index: 0;
    color: #222548;
}

text {
    color:#2B345B;
    font-family: Calibri, sans-serif;

}

.post h2 a {
    color:  inherit;
    text-decoration: none;
}

.page {
    background: transparent;
}

ul.checklist {
    padding: 0 1rem;
    margin: 0;
    margin-bottom: 2rem;
}

.sidebar a {
    color: inherit;
    text-decoration: none;
}

.sidebar a:hover {
    color: #aaafdb;
}

.page img {
    max-width: 100%;
}

.back-to-home {
    margin: 2rem 0;
    display: block;
    text-align: center;
}

.content img + img {
    margin-top: 6px;
}

.outside {
    background-image: url('img/window-bgg.jpg');
    background-repeat: no-repeat;
    position: absolute;
    z-index: -5;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;

}

audio {
    color-scheme: dark;
    width: 200px;
    height: 25px;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
                background-color: #17171e;
}

iframe {
    border: none;
    height: 100%;
    width: 100%;
}

html, body {
    scrollbar-width: thin; 
    scrollbar-color: #787eb4 #372c50;
}

/* WebKit-based browsers (Chrome, Safari, newer Edge) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #372c50;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #787eb4;
    border-radius: 10px;
    border: 3px solid #372c50;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #787ebc;
}

body.sidebar {
    background-color: #787ebc;
    padding: 0;
    margin: 0;
}

body.header {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

body.header {
    overflow: hidden;
}

iframe[name=header] {
    height: 313px;
    width: 910px;
    margin-bottom: -6px;
    z-index: 3;
    position: relative;
}

.width-50 {
    width: 50%;
}

.border {
    border: 1px solid #6893a4;
}

.border-0 {
    border: none;
}

.content a {
    color: #e8eafc;
}


th {
    background: #90b291;
}

th, td {
    padding: 3px 6px;
    border: 1px solid #364974;
    vertical-align: top;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.scroller {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
}

.flex-container {
    display: flex;
}
.flex-child {
    flex: 1;
    border: 2px;
}  
.flex-child:first-child {
    margin-right: 20px;
} 


.box {
    margin-left: 2%;
    margin-right: 2%;
    border: 2px solid #6f75a9;
    padding-left: 2%;
    padding-right: 2%;
}


img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}


