/* stylelint-disable selector-list-comma-newline-after */

body {
	background-color:#000;
	oncontextmenu: return false;
}
hr {
	background-color:#FFF;
}
p	{
	font-size:16px;
}
b, dl, ol, ul, p, tr, td	{
	color:#FFF;
}

.break {
	word-break: break-all;
	}

.bmpadding	{	
	padding-left:10pt;
	padding-right:10pt;
}

.card 	{
	background-color:#000;
	border-color:#999;
}

.table {
	background-color:#333;
	color:#FFF;
	border-color:#666;
   table-layout: auto;
}
.nav	{
	color:#FFF;
	font-size:20px;
}

li  	{
	color:#FFF;
	}
	
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
  color:#FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  color:#FFF;
}


.p-card {
  font-size:20px; 
  color:#FC0;
}


.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

.btn {
	font-size:20px;
	background-color:#333;
	
}
/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
 
.blog-footer {
  padding: 10px;
  text-align: center;
  background-color:#000;
  border-top: .02rem solid #666;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}
.thumbnail{
	padding:.25rem;
	border:1px solid #666;
	border-radius:.25rem;
	max-width:100%;
	height:auto;
}


<!--   bm gallery box : w3school, Images, Slideshow -->
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
   position: relative;
   background-color:#000;
}


/* Hide the images by default */
.mySlides {
  display: none; 
  pointer-events: none; 
 }

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0%;
  width: auto;
  padding: 2px;
  margin-top: 0px;
  color:#000;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
  -webkit-user-select: none;
  background-color:#CCC;
   text-decoration: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 3px 3px 3px;
}

/* On hover, add a black background color with a little bit see-through 
 background-color: rgba(0, 0, 0, 0.8); */
.prev:hover,
.next:hover {
  color: #000;
}

/* Number text (1/3 etc) */
.numbertext {
  color:#F90;
  font-size: 18px;
  top: 0%;
  text-align:center;
  margin-top: 35px;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


/* five columns side by side */
.column {
  float: left;
  width: 20%;
  
}

/* Slides Images title */
.card-title {
	font-size: 20px;
	color:#F90;
	margin-top: 0px;
}


/* Add a transparency effect for thumnbail images  FC6*/
.demo {
  opacity: 0.6;
}
/* */
.active,
.demo:hover {
  opacity: 1;
  color:#FC6;
}

	
 /* unvisited link */
a:link {
  color: #FC6;
   text-decoration: none;
}

/* visited link */
a:visited {
  color:#FC6;
   text-decoration: none;
}

/* mouse over link */
a:hover {
  color:#6CF;
   text-decoration: none;
}

/* selected link */
a:active {
  color: #FC6;
   text-decoration: none;
} 
