::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(136, 108, 108, 0.3)
}

::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#27292f));
    background: linear-gradient(to bottom,#999,#27292f)
}

::-moz-selection {
    background: #ff8901!important;
    color: #000!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5)!important
}

::selection {
    background: #FFDB00!important;  /* #ff8901 - orange  */
    color: #000!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5)!important
}

::-moz-selection {
    background: #FFDB00!important;
    color: #000!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5)!important
}








.content {
  background: #080C0F; /*  #080C0F */
}

.main2.wrapper {
  background: #080C0F;
}





#header .h_logo {
    display: inline-block;
    margin-top: 7px;
    
}

#header .h_logo>a>img {
    width: 57px;
    display: inline-block;
    -webkit-transition: .5s opacity ease-in;
    -o-transition: .5s opacity ease-in;
    transition: .5s opacity ease-in
}


#header .h_logo>a>img:hover {
    opacity: .8
}


#header .main_nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-left: 50px
}

#header .main_nav>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#header .main_nav>ul>li {
    display: inline-block;
    position: relative
}


#counter {
  padding: 20px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  color: #f2f2f2;
  font-size: 20px;
  box-shadow: 0 0 20px 0px #e7e8ec;
  text-align: center;
  user-select: none;
}


@media screen and (max-width: 600px) {
    aside.sidebar {
      display: none;
    }

    article > .article_image {
      max-width: 100%;
      max-height: 100%;
    }

    .content {
      min-width: 100%;
    }


    .container {
      max-width: 800px;
    }

    .main2.wrapper {
      padding: 0;
      margin: 0;
      min-width: 100%;
    }

    #myVideo {
      display: none;
    }

}


.info {
  font-size: 25px;
  color: #999;
  margin: 10px;
  text-shadow: 2px -3px 3px #CE5937;
}



html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
 /* background: transparent;  */
  border-collapse:collapse;
    border-spacing:0;
    
  
   /*  height: 80px; */
  /*  background-color: #0c1013;   */
    position: relative;
    scroll-behavior: smooth;
}





body {
  
  min-width: 1200px;
  
  background: #14171A;   /*   #999CA2 - gray   |||  #14171A  - DARKer blue but not blue lol  */
  
  line-height: 1;

  left: 0;
  margin: 0;
  position: relative;
  
  border-collapse:collapse;
    border-spacing:0;

  
  overflow-y:scroll;
  overflow-x:auto;  
}

img {
  max-width: 100%;
  
  user-select: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: flex wrap;
  
  border-collapse:collapse;
    border-spacing:0;

 /*  user-select: none;   */
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #E18000;
  /* user-select: none; */
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}




#current_date_time_block {
  
  color: #B7B7B8;
  
}




#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}



@media sreen and (max-width: 800px) {
  .main2 .content {
    
    height: auto;
   padding: 0;
  }
}



@media screen and (max-width: 800px) {
  .sidebar {
    
    
   /* display: none; */
    
    
 /*   width: 100%;
    padding: 0; */
  }
}



@media screen and (max-width: 800px) {
  section.main2.wrapper {
   /*  width: 100%; */
    height: auto;
  }
}



.version {
  
  color: yellow;
  
}

span.codeName {
  box-shadow: 0 0 10px 0px #842020;
}




@media screen and (max-width: 1280px) { div.contentblock {width: 1200px;} }
@media screen and (max-width: 1140px) { div.contentblock {width: 1024px;} }
@media screen and (max-width: 992px) { div.contentblock {width: 970px;} }

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}




/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/*  =========================================================   */


.container {
  min-width: 1200px;
  margin: 0px auto;
}

/* ====================================================================================== */

