@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

/* Preset Colors */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: hsl(152, 84%, 15%);
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-heading-color: ;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
  }

/* Preset Colors */

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

/* Track */

::-webkit-scrollbar-track {
  background: #2b4b17;
  border: 2px solid hsl(152, 84%, 13%);
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #0d3d01;
  border-radius: 8px;
  border: 2px solid hsl(152, 98%, 16%);
  background: linear-gradient(0deg, hsl(123, 78%, 42%) 0%, hsl(14, 85%, 45%) 100%);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: hsl(130, 95%, 26%);
  border-radius: 8px;
  border: 2px solid #000000;
  background: linear-gradient(0deg, #1b0000 0%, #460000 100%);
}

/* Header Section */

.head-section {
  background: var(--bs-black);
  opacity: 0.58;
  clear: both;
  height: 250px;
}

#headerlogo {
  padding-left: 100px;
  padding-top: 50px;
}

#headerlogo2 {
/*header logo*/
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
max-width: 100%;
z-index: 999;
}

#headerlogo2 img {
object-fit: contain;
max-height: 100px;
max-width: 100%;
}

.custom-logo {
min-height: inherit;
}

#blog-name {
  color: #cac1c1;
  font-size: 3.25em;
  font-style: italic;
  text-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 4px #1f0000, 0px 0px 5px #380000, 0px 0px 6px #5e0000, 0px 0px 8px #770000;
}

#blog-tagline {
  color: var(--links2);
  font-size: 18px;
  text-shadow: 0px 0px 1px #1b837e, 0px 0px 3px hsl(160, 84%, 24%), 0px 0px 4px #1f0000;
}

/* Header Section */

/* Body Contents */
.mainbody {
  font-family: Michroma;
  width: 100%;
  background: var(--bs-black);
  background-attachment: fixed;
  background-image: url(../images/body.jpg);
  margin: 0 auto;
  color: var(--bs-body-font-family);

}

.row {
  width: 100%;
  padding-left: 10px;

}

.sidebar {

}

 
.sidebar h2 {
  font-size: var(--bs-body-font-size);
  text-align: center;
  background-color: rgba(11, 209, 116, 0.1);
  border: solid rgba(12, 224, 171, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  padding-top: 10px;
  padding-bottom: 10PX;
}

.main-block {
  width: 100%;
  min-height: 250px;
}

.main-block h2 {
  font-size: var(--bs-body-font-size);
  text-align: center;
  background-color: rgba(11, 209, 116, 0.1);
  border: solid rgba(12, 224, 171, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  padding-top: 10px;
  padding-bottom: 10PX;
}

.main-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.postthumbnail img {
    display: block;
    border: 1px solid var(--bs-orange);
    border-radius: 4px;
    padding: 5px;
  }
  
  .postthumbnail {
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;  
   
  }

  .postcontent {

  }
  
  .postcontent a {

  }
  
  .postcontent a:hover {

  }
  
  .postcontent a:focus {
    color: #ffffff !important;
    text-decoration: none;
  }

  .pcontent {
    background: rgba(7, 7, 7, 0.9);
    width: 100%;
    color: var(--bs-gray-100);
    border: solid 1px var(--bs-body-color);
  }
  
  .pcontent a:link {
    text-decoration: underline;
  }

  .scontent {
    background: rgba(7, 7, 7, 0.9);
    width: 100%;
    color: var(--bs-gray-100);
    border: solid 1px var(--bs-body-color);
  }
  
  .scontent a:link {
    text-decoration: underline;
  }
  .bcontent {
    padding: 5px 5px 5px 5px;
    background: rgba(7, 7, 7, 0.9);
    width: 100%;
    color: var(--bs-gray-100);
    border: solid 1px var(--bs-body-color);
  }
  /* Body Contents */

.top-padding {
    padding-top: 10px;
}

.bottom-padding {
    padding-bottom: 10px;
}

/* Navigation */


/* --- LINKS --- */

a:link{
  color: var(--bs-red);
  text-decoration: underline !important;
  text-decoration: none;
  list-style-type:none;
}

a:hover,
a:focus {
    color: var(--bs-red);
    position: absolute;
    text-decoration: underline !important;
    text-decoration: none;
}
 
  a:visited{
  color: var(--bs-blue);
  text-decoration: none;
}
  
a:active{
  color: #d7e60c;
  text-decoration: none;
  list-style-type:none;
}
  
a:hover{
  color: rgb(209, 24, 24);
  list-style-type:none;
}


/* --- TAB SHORTCUT --- */

#skip {
    position: relative;
    z-index: 99;
    background: #177e91 !important;
}

.tab-shortcut {
    position: absolute;
    top: -999px;
    padding: 20px;
    background: #179146 !important;
}

.tab-shortcut:hover {
    position: absolute;
    top: -999px;
    background: #177e91 !important;
    padding: 20px;
}

.tab-shortcut:focus {
    top: 0;
    background: hsl(158, 30%, 15%) !important;
    text-decoration: none;
}


 
 .site-nav-container {
  height: 3rem;
  text-align: center;
  background-color: rgba(148, 5, 5, 0.1);
  border: solid rgba(12, 224, 171, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.emmpty-nav {
	background-image: linear-gradient(to bottom, var(--bs-dark), var(--bs-body-bg), var(--bs-green), var(--bs-gray-dark), #1a1b1f);
	border: 1px solid #000;
	position: center;
  padding: 25px;
	margin: 0;
}

.banner-area {
  width: 100%;
  background: var(--thirdbg);
  background:
  gradient(var(bs-success) 15%, transparent 25%) 0 0,
  gradient(var(--bs-blue) 15%, transparent 25%) 5px 15px,
  gradient(#c6cea99c 15%, transparent 20%) 0 1px,
  gradient(var(--bs-gray-900) 15%, transparent 20%) 4px 5px; 
  background-color:var(--bs-black);
}

/* The content box in the footer */
.banner-content {
  color: var(--links);
  width: 100%;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
  text-align: center;
  overflow: auto;
}

.banner-content a {
  color: var(--bullets2) !important;
  text-decoration: none;
  text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.banner-content a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.banner-content a:focus {
  color: #ffffff !important;
  text-decoration: none;
}

/* end content box */

.banner-text {
  width: 100%;
  color: #dee2e6;
  height: min-content;
  margin: 0px 0px 10px 0px;
	background-color: rgba(3, 48, 27, 0.41);
	border: solid rgba(12, 224, 171, 0.15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  padding: 5px;
}

.banner-text2 {
  width: 100%;
  color: #dee2e6;
  height: min-content;
  margin: 0px 0px 10px 0px;
	background-color: rgba(3, 48, 27, 0.41);
	border: solid rgba(12, 224, 171, 0.15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  padding: 25px;

}

.col-content {
  width: 70%;
  order: center;
}

.sidebar-left, .sidebar-right {
  width: 15%;
}

/*****************************************
Style declarations for Top Menu
*****************************************/
.menu-header {
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
  }
  
  .menu-header li {
  display: inline-block;
  list-style: url(none) none;
  float: left;
  }
  
  .menu-header ul {
  line-height: 31px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding-left: 5px;
  }
  
  .menu-header a, .menu-header a:hover {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  border:medium none;
  display:block;
  text-decoration:none;
  }
  
  .menu-header a, .menu-header a:visited {
  color:var(--bs-body-bg);
  display:block;
  padding:0 20px;
  }
  
  .menu-header a:hover, .menu-header a:active, .current_page_item a, #home .on, .menu-footer a:hover {
  text-decoration:underline;
  }
  
  .menu-header li ul {
  height:auto;
  left:-999em;
  line-height:30px;
  margin:0;
  padding:5px;
  position:absolute;
  width:222px;
  }
  
  .menu-header li li {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  width:220px;
  }
  
  .menu-header li li a, .menu-header li li a:visited {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#1E1F21;
  color:#FFFFFF;
  font-size:0.9em;
  font-weight:normal;
  }
  
  .menu-header li li a:hover, .menu-header li li a:active, .menu-header li li a:focus {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#60625C none repeat scroll 0 0;
  text-decoration: none;
  }
  
  .menu-header li:hover ul, .menu-header li li:hover ul, .menu-header li li li:hover ul,   .menu-header li.sfhover ul, .menu-header li li.sfhover ul, .menu-header li li li.sfhover ul     {
  left:auto;
  }

/*****************************************
Style declarations for Top Menu
*****************************************/

textarea {
  background-color: var(--bs-gray);
  border: 1px solid var(--bs-teal);
  color: #ffffff;
  }
  
  

/** ------------------------------------------footer section starts------------------------------------------*/

#footer {
  width: 100%;
  margin: auto;
}

.footer-area {
  width: 100%;
  background-color: rgba(1, 5, 5, 0.9);
}

/* The content box in the footer */
.fcontent {
  color: var(--links);
  width: 100%;
  height: 200px;
  margin: 0;
  text-decoration: none;
  text-shadow: 0px 0px 3px #000000, 0px 0px 3px #000000, 0px 0px 3px #000000;
  text-align: center;
  overflow: auto;
}

.fcontent a {
  color: var(--bullets2) !important;
  text-decoration: none;
  text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
}

.fcontent a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.fcontent a:focus {
  color: #ffffff !important;
  text-decoration: none;
}

/* end content box */

.footer-copyright {
	background-color: rgba(3, 48, 27, 0.41);
	border: solid rgba(12, 224, 171, 0.15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	padding-left: 5px;
  color: var(--bs-gray-100);
  padding-top: 5px;
}

@media (max-width: 758px) {
  .mainbody {
    width: auto !important;
    padding: none !important;
  }
  .col-content {
    width: 100% !important;
  }
  .mobile {
    padding-bottom: 10px;
  }
  .pcontent {
    width: auto !important;
  }

  .sidebar-left {
		order: 2;
    width: 100%;
	}
	.sidebar-right {
		order: 3;
    width: 100%;
	}
  .row {
    clear: both;
    width: 100%;
    padding-left: none;    
  }

  .main-block, .mainbody {
    width: 100% !important; 
    clear: both;
  }

  .postthumbnail, .site-header, .emmpty-nav {
    display: none;
  }
}
