body {
    background-color: #2f3640;
    color: #bbbbbb;
    font-family: 'Poppins', sans-serif;

    display: block;
    /*margin: 8px;*/
}
a {
    text-decoration: none!important;
    color: #e1b12c !important;
}

h1 {
    font-family: 'Oleo Script', cursive !important;
}

pre {
    /* font-family: source_code_proregular; */
    /* font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; */
    font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
    /* font-family: bitstream_vera_sans_monoroman; */
    /*font-size: 76%;*/

    display: block;
    /*font-family: monospace;*/
    line-height: 1;
    white-space: pre;
    margin: 1em 0px;
    color: white;
    overflow: hidden; /* Hide scrollbars */
}

.header {
    margin-top: 140px;
    margin-bottom: 40px;
}
.header h1 {
    font-size: 75px;
    margin-bottom: 0px;
}

.link-block {
    padding: 20px;
    text-align: center;
}

.link-title {
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.row-marge-top {
    padding-top:20px;
}
.link-button { 
     background: none;
     border: none;
     color: #e1b12c;
     text-decoration: none !important;
     cursor: pointer; 
}
.center-div {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
}
.gold {
	color: #e1b12c;
}
.red {
	color: red;
}
.green {
	color: #44bd32 !important;
}

.white {
  color: white !important;
}

.white or {
  color: #44bd32 !important;
}

iframe {
  display: none;
}

iframe.inUse {
    display: block;
}

.table-white {
    
    color: white !important;
}
.centertable {
  margin-left: auto;
  margin-right: auto;
}
.hidetext { 
    -webkit-text-security: disc; /* Default */ 
}


@media only screen and (max-width: 1200px) {
  pre {
    font-size: 75% !important;
    }
}
@media only screen and (max-width: 1000px) {
  pre {
    font-size: 55% !important;
    }
}
@media only screen and (max-width: 800px) {
  pre {
    font-size: 35% !important;
    }
}
@media only screen and (max-width: 600px) {
  pre {
    font-size: 25% !important;
    }
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 400% !important;
    }
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 300% !important;
    }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 250% !important;
    }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 200% !important;
    }
}

@media only screen and (max-width: 800px) {
  .header {
    margin-top: 20px;
    margin-bottom: 20px;
    }
  .link-block {
    margin-top: 20px;
    }
  .row-marge-top {
    padding-top:0px;
    }
}
@media only screen and (max-width: 480px) {
  .header h1 {
    font-size: 70px;
    }
}
@media only screen and (max-width: 470px) {
  .header h1 {
    font-size: 65px;
    }
}
@media only screen and (max-width: 460px) {
  .header h1 {
    font-size: 60px;
    }
}
@media only screen and (max-width: 450px) {
  .header h1 {
    font-size: 55px;
    }
}
@media only screen and (max-width: 440px) {
  .header h1 {
    font-size: 50px;
    }
}

::-webkit-scrollbar {
    background: none;
    width: 16px;
    height: 16px;
}
:-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    border-width: 0px 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-image: initial;
    border-radius: 9px / 4px;
    box-shadow: rgb(123 135 147) 0px 0px 0px 1px inset, rgb(63 77 90) 0px 0px 0px 4px inset;
}
::-webkit-scrollbar-track-piece {
    margin: 4px 0px;
}

.f9 { color: #EEE8D5; }
.b9 { background-color: #073642; }
.f9 > .bold,.bold > .f9, body.f9 > pre > .bold {
  /* Bold is heavy black on white, or bright white
     depending on the default background */
  color: #FDF6E3;
  font-weight: normal;
}
.reverse {
  /* CSS does not support swapping fg and bg colours unfortunately,
     so just hardcode something that will look OK on all backgrounds. */
  color: #073642; background-color: #EEE8D5;
}
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.blink { text-decoration: blink; }

/* Avoid pixels between adjacent span elements.
   Note this only works for lines less than 80 chars
   where we close span elements on the same line.
span { display: inline-block; }
*/

.entrybox2 {
    border: 1px solid gray !important;
    background-color: #454c52 !important;
    color: white !important;
}

.btn-dark {
    background-color: #696969 !important;
}

::placeholder { 
  color: #d1cfcf !important;
}

.bg-dark {
    background-color: #303335 !important;
}

.well-nopad {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid gray;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.hidden {
  height:0 !important;
  position:absolute !important;
  z-index: -1 !important;
  opacity: 0.01 !important;
}