body {
  padding-top: 10rem;
  background-color: #111;
  color: #555;
}

nav {
	font-family: "Amatic SC", Helvetica, Arial, Sans-Serif;
	font-size: 200%;
	margin-bottom: 5px;
}

.navbar {
	padding: .1rem 1rem;
	line-height: 1.1;
}

.bg-dark {
	background-color: #090909 !important;
}

.navbar-brand,
.navbar-brand:link,
.navbar-brand:visited {
	font-weight: 100;
	font-size: 315%;
	color: #333;
	letter-spacing: -10px;
}


.navbar>.container-fluid {
        justify-content: space-around !important;
       }

.navbar-brand:hover {
	color: #666 !important;
}

.navbar-nav.me-auto.mb-2.mb-sm-0 {
    /*margin: 0 auto;*/
    text-align: center;
}


.container .row .col-md-4 {
	text-align: center;
}



p {
	font-family: 'NTR', sans-serif;
	font-size: 110%;
	
	
}


a:link,
a:visited,
.btn-link,
.btn-link:visited {
	color: #777;
	text-decoration: none;
	
	
}

a:active,
a:hover,
.btn-link:active,
.btn-link:hover {
	color: #D0CECE;
	
	
}

.spec_font {
	font-family: 'Gaegu', cursive;
	letter-spacing: 10px;
	font-size: 110%;
}

footer {
	margin-top: 50px;
}

footer p {
	font-size: 90%;
	letter-spacing: 2px;
	text-align: center;
}

main {
	
}

.imagegrid {
  padding: 3rem 1.5rem;
  text-align: center;

}

.img-thumbnail {
	padding:.25rem;
	background-color:#333;
	border:1px solid #222;
	border-radius:.25rem;
	max-width:100%;
	height:auto;
}

.col-md-2 {
	padding: 5px;
	float: left;
	display: none;
	
}

.show {
	display: block;
	animation: appear .7s ease;
	-webkit-animation: appear .7s ease;
	-moz-animation: appear .7s ease;
	
}

@keyframes appear {
	0% {opacity: 0; }
	100% {opacity: 1; }
}
@-webkit-keyframes appear {
	0% {opacity: 0; }
	100% {opacity: 1;}
}
@-moz-keyframes appear {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* Style the buttons */
.btn,
.btn:visited {
  border: none;
  outline: none;
  /*padding: 12px 16px;
  background-color: #444;*/
  cursor: pointer;
	/*font-family: 'Gaegu', cursive;*/
  
	font-family: 'NTR', sans-serif;
  font-size: 110%; 
  
}

.btn:hover {
  /*background-color: #ddd;*/
	text-decoration: none;
}

.btn.active {
  /*background-color: #666;*/
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/*
https://www.w3schools.com/bootstrap/bootstrap_ref_css_images.asp
https://instawidget.net/generate
*/


/* image grid start */
/*
https://www.w3schools.com/howto/howto_js_image_grid.asp
*/


/* image grid end */

/* filter start */
/*
https://www.w3schools.com/howto/howto_js_filter_elements.asp
*/

/* filter end */
