@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root
{
    --theme-color: #008F2C;
    /*--theme-color: #55BC00;*/
    font-family: 'roboto', serif;

    word-break: normal;
    word-wrap: break-word;
}

html, body {
    margin: 0px;
}

h1 {
    font-family: 'Montserrat', serif;
    font-size: 36px;
}

h2 {
    font-family: 'Montserrat', serif;
    font-size: 26px;
}

h3 {
    font-family: 'Montserrat', serif;
    font-size: 20px;
    margin: 0px;
}

h5 {
    font-family: 'Montserrat', serif;
    font-size: 50px;
    margin: 15px 0px;
}

.c {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.body {
    /*justify-content: center;*/
}

/*.header {
    display: flex;
    padding: 0px 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 51px;
    /*border-bottom: solid 1px var(--fg-color-light);/
    overflow: hidden;
    align-items: center;
    background-color: var(--bg-color);
    background-color: #000;
    z-index: 100;
}*/

.header h3 {
    margin: 0px;
    transform: translateY(2px);
    font-size: 24px;
}

/*.header-placeholder {
    height: 51px;
}*/

.column-area
{
    display: flex;
}

.column-area.rev
{
    direction: rtl;
}

.column
{
    width: calc(50% - 10px);
    overflow: hidden;
    direction: ltr;

    color: white;
}

.column-space
{
    width: 50px;
}

.margin-fm
{
    margin-left: 15%;
}

@media screen and (max-width: 600px) { /*480px*/

.header {
    justify-content: center;
}

.column-area
{
    display: block;
    /*margin-left: -20px;
    margin-right: -20px;*/
    margin-left: 0px;
    margin-right: 0px;
}

.column-area.rev
{
    direction: ltr;
}

.column
{
    width: 100%;
}

.column-space
{
    height: 50px;
}

.margin-fm
{
    margin-left: 0px;
}

}

.background-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background-size: cover;
    background-position: center;
    transform: scale(1.22);
    overflow:hidden;
}

.banner-img {
    max-width: 200px;
    height: auto;
    /*border-radius: 50%;*/
}

a.hlb:link {
    color: white;
    text-decoration: none;
}
a.hlb:hover {
    color: white;
    text-decoration: none;
}
a.hlb:visited {
    color: white;
    text-decoration: none;
}

div.hlb {
    width: 150px;
    height: 40px;
    background-color: #4064b4ff;
    transition: .125s;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;

    border-radius: 7px;
}
div.hlb:hover {
    background-color: hsl(221, 48%, 36%);
}

.warning-box {
    width: 100%;
    background-color: #0001;
    color: #000;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    box-sizing: border-box;
}

.warning-red {
    color: red;
    background-color: #F001;
}

.warning-red h2 {
    color: red;
}

.warning-red h3 {
    color: red;
}

.warning-red p {
    color: red;
}

.column-wrapper {
    width: 300px;
}

a:link {
    color: #4064b4ff;
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: underline;
}
a:visited {
    color: #4064b4ff;
}








.qts
{
    background-color: #ddd;
    padding-left: 4px;
    padding-right: 4px;
    /*padding-top: 1px;
    padding-bottom: 1px;*/
    border-radius: 5px;
    font-family: "Inconsolata", consolas, monospace;
    font-size: 16px;
    /*font-size: 14px;*/
}

.qts a
{
    font-family: "Inconsolata", consolas, monospace;
    font-size: 16px;
}

.qtc
{
    /*width: 77%;*/
    width: 100%;
    max-width: 700px;
    margin: auto;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #222;
    line-height: 20px;
    font-family: "Inconsolata", consolas, monospace;
    color: gainsboro;
    font-size: 14px;
    overflow-x: auto;
    font-size: 17px;
    font-size: 16px;

    /*background-color: #eee;
    color: black;*/

    box-sizing: border-box;
}

.qtc p
{
    font-family: "Inconsolata", consolas, monospace;
    color: gainsboro;
}

.qtc span
{
    font-family: "Inconsolata", consolas, monospace;
    color: gainsboro;
}





.qtc .kw
{
    /*color: aqua;*/
    /*color: orange;*/
    /*color: #6262ff;*/
    color: #91aafc;
}

.qtc .fn
{
    color: rgb(255, 210, 45);
}

.qtc .cm
{
    color: #888;
}

.qtc .in
{
    color: greenyellow;
}

.qtc .nm
{
    color: lightskyblue;
}

.qtc .st
{
    color: burlywood;
}

.qtc .ch
{
    color: yellow;
}

.qtc .ty
{
    /*color: aqua;*/
    /*color: orange;*/
    color: #91aafc;
}

.qtc .df
{
    color: rgb(247, 179, 254);
}

.qtc .cl {
    color: rgb(95, 250, 185);
}

.qtc a
{
	text-decoration: none;
    color: gainsboro;
    font-family: "Inconsolata", consolas, monospace;
    text-decoration-color: yellow!important;
}
.qtc a:visited
{
	text-decoration: none;
}
.qtc a:hover
{
	text-decoration: underline;
}
.qtc a:active
{
	text-decoration: underline;
}