/* 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: #3bf53b;
  border-radius: 8px;
  border: 2px solid hsl(152, 84%, 13%);
  background: linear-gradient(0deg, hsl(123, 78%, 42%) 0%, hsl(14, 85%, 45%) 100%);
}

/* Handle on hover */

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

/* Header Section */

.head-section {
  background-image: url(../images/hdr/header.jpg);
  clear: both;
}

#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: #636363;
  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 #831b1b, 0px 0px 3px hsl(0, 83%, 24%), 0px 0px 4px #1f0000;
}

/* Header Section */

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

}

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

}

.sidebar {
  font-size: 16px;
  padding: 1px 1px 1px 1px;
 /* font-weight: bolder; */
  color: var(--bs-green));
  background-color: var(--bs-gray-700);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  opacity: .9;
  border: 2px solid grey;
}

 
.sidebar h2 {
    font-size: var(--bs-body-font-size);
    line-height: 29px;
    width: 100%;
    min-height: 33px;
    height: min-content;
    margin: 0px 0px 10px 0px;
    font-weight: var(--bs-body-font-weight);
    color: var(--bs-gray-200);
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #270000, 0px 0px 6px #ff0000;
    background:
      gradient(var(bs-success) 15%, transparent 25%) 0 0,
      gradient(grey 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-teal);
      background-size:8px 8px;
      border: 4px ridge #181818;
      font-size: 14px;
      font-weight: 200;
      letter-spacing: 1px;
      animation: block-title 4s ease-out infinite;
      animation-direction:alternate;
      text-shadow: 0px 0px 1px #f5f5f5, 0px 0px 3px #ba1509;
      -moz-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
      -webkit-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
      box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
    box-sizing: border-box;
    text-align: center;
    text-align: center;
}

.main-block {
  width: fit-content;
  font-size: 16px;

  color: var(--bs-green);
  background-color: var(--bs-gray-700);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  opacity: .9;
  border: 2px solid grey;
}

.main-block h2 {
    font-size: 20px;
    line-height: 29px;
    width: 100%;
    min-height: 33px;
    height: min-content;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: var(--bs-gray-100);
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #270000, 0px 0px 6px #ff0000;
      background:
      gradient(var(bs-success) 15%, transparent 25%) 0 0,
      gradient(grey 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-teal);
      background-size:8px 8px;
      border: 4px ridge #181818;
      font-size: 14px;
      font-weight: 200;
      letter-spacing: 1px;
      animation: block-title 4s ease-out infinite;
      animation-direction:alternate;
      text-shadow: 0px 0px 1px #f5f5f5, 0px 0px 3px #ba1509;
      -moz-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
      -webkit-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
      box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
    box-sizing: border-box;
    text-align: center;
}

.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 {
    color: var(--bs-black);
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding-left:  10px;
    text-decoration: none;
    text-align: left;
    overflow: auto;
  }
  
  .postcontent a {
    color: hsl(128, 10%, 53%) !important;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000, 1px 1px 3px #000000, 0px 0px 3px #000000;
  }
  
  .postcontent a:hover {
    color: #ffffff !important;
    text-decoration: none;
  }
  
  .postcontent a:focus {
    color: #ffffff !important;
    text-decoration: none;
  }

  .pcontent {
    width: fit-content;
    min-height: 100px;
    margin: 10px;
    padding: 5px 5px 5px 10px;
    box-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 5px #000000;
    border: 1px #380000 solid;
    border-radius: 4px;
    background: hsl(0, 6%, 80%);
  }
  
  .pcontent a:link {
    text-decoration: underline;
  }

  .scontent {
    min-height: 100px;
    margin: 10px;
    padding: 5px 5px 5px 10px;
    box-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 5px #000000;
    border: 1px #380000 solid;
    border-radius: 4px;
    background: hsl(0, 6%, 80%);
  }
  
  .scontent a:link {
    text-decoration: underline;
  }
  .bcontent {
    width: auto;
    padding: 5px 5px 5px 10px;
    box-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 5px #000000;
    border: 1px #380000 solid;
    border-radius: 4px;
    background: hsl(0, 6%, 80%);
  }
  /* 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;
    background-color: var(--bs-black) !important;
}
 
  a:visited{
  color: var(--bs-blue);
  text-decoration: none;
}
  
a:active{
  color: #b5c208;
  text-decoration: none;
  list-style-type:none;
}
  
a:hover{
  color: green;
  list-style-type:none;
}


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

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

.tab-shortcut {
    position: absolute;
    top: -999px;
    padding: 20px;
    background: #177e91 !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 {
	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;
	margin: 0;
  text-align: center;
}

.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%;
  font-size: 14px;
  font-weight: bold;
  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%;
  height: min-content;
  margin: 0px 0px 10px 0px;
  padding-top: 25px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #270000, 0px 0px 6px hsl(113, 79%, 21%);
    background:
    gradient(var(bs-success) 15%, transparent 50%) 0 0,
    gradient(grey 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-gray-700);
    background-size:8px 8px;
    border: 4px ridge #181818;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
    animation: block-title 4s ease-out infinite;
    animation-direction:alternate;
    text-shadow: 0px 0px 1px #964e4e, 0px 0px 3px #ba1509;
    -moz-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
    -webkit-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
  box-sizing: border-box;
  text-align: center;
}


.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: 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 */
.fcontent {
  color: var(--links);
  width: 100%;
  height: 200px;
  font-size: 14px;
  font-weight: bold;
  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 {
  width: 100%;
  height: min-content;
  margin: 0px 0px 10px 0px;
  padding-top: 10px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #270000, 0px 0px 6px hsl(113, 79%, 21%);
    background:
    gradient(var(bs-success) 15%, transparent 50%) 0 0,
    gradient(grey 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-gray-700);
    background-size:8px 8px;
    border: 4px ridge #181818;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
    animation: block-title 4s ease-out infinite;
    animation-direction:alternate;
    text-shadow: 0px 0px 1px #964e4e, 0px 0px 3px #ba1509;
    -moz-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
    -webkit-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.88), inset 0px -10px 20px rgba(0, 0, 0, 0.88);
  box-sizing: border-box;
  text-align: center;
}

@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;
  }
}
