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

/* Preset Colors */

:root {
    --thirdbg: url('../images/hdr/header.jpg');
  }

/* 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 {
  height: 500px;
  width: auto;
  background-image: url(../images/hdr/header.jpg);
  border-bottom: 2px solid purple;
  float: center;
}

#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: purple;
  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: #000000 url(../images/body.jpg);
  background-attachment: fixed;
  color: #f5f5f5;

}

.row {
  width: auto;
}

.main-block {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  color: whitesmoke;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  opacity: .9;
  border: 2px solid grey;
}

.main-block h2 {
  font-size: 16px;
  line-height: 29px;
  width: 100%;
  min-height: 33px;
  height: min-content;
  margin: 0px 0px 0px 0px;
  padding: 0;
  font-weight: bold;
  color: var(--light4-color);
  background:
  gradient(hsl(53, 10%, 68%) 15%, transparent 25%) 0 0,
  gradient(grey 15%, transparent 25%) 5px 15px,
  gradient(#c6cea99c 15%, transparent 20%) 0 1px,
  gradient(rgba(174, 209, 157, 0.712) 15%, transparent 20%) 4px 5px; 
  background-color: purple;
  background-size:8px 8px;
  border: 4px ridge #181818;
  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;
}
.main-block h2 a {
  font-weight: bold;
  color: #10e934;
}

.main-block li {
  list-style: none;
  padding: 2px 0 10px;
}

.main-block li li {
  padding: 2px 0px;
}

.main-block li li::before {
  content: "\bb  ";
}

.main-block li li li {
  padding: 3px 0 2px 10px;
}

.main-block li li li::before {
  content: "\21b3  ";
}

.main-block ul {
  margin: 0px;
  padding: 0;
}

.main-block ul ul {
  margin: 2px 0 0;
}

.main-block ul ul ul {
  border-top: 1px dotted #474747;
  margin-bottom: -3px;
}

.main-block a {
  text-decoration: none;
  color: whitesmoke;
  font-weight: normal;
}

.main-block a:hover {
  color: purple;
  text-decoration: underline;
}

.main-block a:active,
.main-block a:focus {
  color: white;
}


/*----- SIDE BLOCKS -----*/

.sidebar {
font-size: 16px;
padding: 5px;
color: whitesmoke;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
opacity: .9;
border: 2px solid grey;
}

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

.sidebar h2 {
font-size: 16px;
line-height: 29px;
width: 100%;
min-height: 33px;
height: min-content;
margin: 0px 0px 0px 0px;
padding: 0;
font-weight: bold;
color: var(--light4-color);
background:
gradient(hsl(53, 10%, 68%) 15%, transparent 25%) 0 0,
gradient(grey 15%, transparent 25%) 5px 15px,
gradient(#c6cea99c 15%, transparent 20%) 0 1px,
gradient(rgba(174, 209, 157, 0.712) 15%, transparent 20%) 4px 5px; 
background-color: purple;
background-size:8px 8px;
border: 4px ridge #181818;
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;
}

.sidebar h2 a {
font-weight: bold;
color: #10e934;
}

.sidebar li {
list-style: none;
padding: 2px 0 10px;
}

.sidebar li li {
padding: 2px 0px;
}

.sidebar li li::before {
content: "\bb  ";
}

.sidebar li li li {
padding: 3px 0 2px 10px;
}

.sidebar li li li::before {
content: "\21b3  ";
}

.sidebar ul {
margin: 0px;
padding: 0;
}

.sidebar ul ul {
margin: 2px 0 0;
}

.sidebar ul ul ul {
border-top: 1px dotted #474747;
margin-bottom: -3px;
}

.sidebar a {
text-decoration: none;
color: var(--butt-color1);
font-weight: normal;
}

.sidebar a:hover {
color:purple;
text-decoration: underline;
}

.sidebar a:active,
.sidebar a:focus {
color: white;
}

.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 {
    width: 100%;
    min-height: 100px;
    padding: 5px 5px 5px 10px;
    box-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 5px #000000;
    border: 1px black solid;
    border-radius: 4px;
    background: gray;
    opacity: 0.9;
    margin-bottom: 5px;
  }
  
  .pcontent a:link {
    text-decoration: underline;
  }

  .scontent {
    width: 100%;
    margin-bottom: 5px;
    min-height: 100px;
    padding: 5px 5px 5px 10px;
    box-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 5px #000000;
    border: 1px black solid;
    border-radius: 4px;
    background: gray;
    opacity: 0.9;
  }
  
  .scontent a:link {
    text-decoration: underline;
  }
  .bcontent {
    width: 100%;
    margin-bottom: 5px;
    min-height: 100px;
    padding: 5px 5px 5px 10px;
    box-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 5px #000000;
    border: 1px black solid;
    border-radius: 4px;
    background: gray;
    opacity: 0.9;
  }
  /* Body Contents */

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

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

/* Navigation */


/* --- LINKS --- */

a:link{
  color: rgb(240, 224, 239);
  text-decoration: none;
  list-style-type:none;
}

a:hover,
a:focus {
    color: whitesmoke;
    text-decoration: none;
}
 
  a:visited{
  color: rgb(223, 200, 223);
  text-decoration: none;
}
  
a:active{
  color: wheat;
  text-decoration: none;
  list-style-type:none;
}
  
a:hover{
  color: rgb(217, 93, 221);
  list-style-type:none;
}


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

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

.tab-shortcut {
    position: absolute;
    top: -999px;
    padding: 20px;
    background: #6a1791 !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, #77177a, rgb(95, 14, 64), #212428, #1e1f23, #1a1b1f);
	border-top: 1px solid #8c0d04;
	border-bottom:1px solid #ffffff; ;
	position: center;
	opacity: 0.8;
}

.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 {
  font-size: 14PX;
  line-height: 29px;
  width: 50%;
  min-height: 50px;
  height: min-content;
  margin: 0px 0px 0px 0px;
  padding-top: 5px;
  font-weight: 200;
  text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 4px #270000, 0px 0px 6px #ff0000;
  background:
    gradient(var(--butt-color3) 15%, transparent 25%) 0 0,
    gradient(grey 15%, transparent 25%) 5px 15px,
    gradient(#c6cea99c 15%, transparent 20%) 0 1px,
    gradient(var(--dark1-color) 15%, transparent 20%) 4px 5px; 
    background-color:var(--dono-glow1);
    background-size:8px 8px;
    border-top: 4px ridge #181818;
    border-bottom: 4px ridge #181818;
    border-left: 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: left;
}

/* 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, 21, 48, 0.41);
	border: solid rgba(8, 23, 231, 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(174, 12, 224, 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:
  gradient(gainsboro 15%, transparent 25%) 0 0,
  gradient(purple 15%, transparent 25%) 5px 15px,
  gradient(#c6cea99c 15%, transparent 20%) 0 1px,
  gradient(white 15%, transparent 20%) 4px 5px; 
  padding-left: 15px;
}

/* The content box in the footer */
.fcontent {
  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 grey solid;
  border-radius: 4px;
  text-align: center;
}

.fcontent a {
  color: whitesmoke !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(44, 3, 48, 0.41);
	border: solid rgba(164, 12, 224, 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;
  }
}
