* { font-family: Tahoma, MS Sans Serif; font-size: 100%; max-height: 999999px; margin:0;}
.font_s {font-size: 90%; }
h1 { display:inline; font-size: 110%; }

A:link		{ color: #0000FF; text-decoration: none; }
A:visited	{ color: #990099; }
A:hover	{ color: #FF0000; }

table { border-collapse: collapse; }

/* Header/logo Title */
.header {
  padding: 0px;
  background: #1abc9c;
}

/* https://www.w3schools.com/cssref/tryit.php?filename=trycss3_media3 */
/* Style the top navigation bar */
.navbar {
  display: flex;
  background-color: #000850;
  padding: 10px;
}

/* Style the navigation bar links */
.navbar a {
  color: white;
  padding: 0px 10px;
  text-decoration: none;
  text-align: center;
}


/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  flex: 30%;
  background-color: white;
}

/* Main column */
.main {
  flex: 70%;
  background-color: white;
  padding-bottom: 100px;
}

/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Footer */
.footer {
  text-align: center;
  /*background: #ddd;*/
}

/*#divmore { width: 99%;}
#divcartn { width: 100%; }
.body1 { display: flex; flex-wrap: none;}
*/

.fal1 { display: flex; flex-wrap: wrap; flex-direction: row;}
.body1 { display: flex; flex-wrap: wrap; }
.body2 { display: flex; flex-wrap: wrap; }
.body23 { word-wrap: break-word; }
/*.active { order: -1; flex: 1 0 100%;} */

@media only screen and (max-width: 600px) {
  /* For mobile phones:  */
  body {width: 99%;font-size:22px;}
  #divcartn { width: 100%; }	/* body.gallery */
  .row, .navbar { flex-direction: column; }
	.modal-content { width: 90%; }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* For tablets: */
	body {width: 100%;font-size:22px;}
	#divcartn { width: 100%; }
	.modal-content { width: 90%; }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	/* For desktop: */
	body {width: 90%;font-size:22px; margin: 0 auto;}
	#divcartn { width: 48%; }
	.modal-content { width: 80%; }
}

@media only screen and (min-width: 1367px) and (max-width: 9999px) {
	/* For desktop: */
	body {width: 80%;font-size:22px; margin: 0 auto;}
	#divcartn { width: 48%; }
	.modal-content { width: 70%; }
}

/*------------------------ The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: WHITE;
  margin-left: auto; margin-right: auto;
  border-radius: 10px;
  /*width: 90%;*/
  padding: 0 20px 20px 20px;
  border: 1px solid #888;
}

/* The Close Button */
.close {
	position: relative;
	right: -20;
  color: WHITE;
  background-color: RED;
  border-radius: 50%;
  float: right;
  font-size: 1em;
  font-weight: bold;
  display: inline-grid;
  place-content: center;
  aspect-ratio: 1;
  min-inline-size: 1.25em;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#link_grey { font-size: 24px; text-decoration: NONE; color: #A8A8A8; }

.link_no_underline { text-decoration: NONE !important; }
a.link_no_underline:hover { color: RED !important; }
a.link_black:link, a.link_black:visited { color: BLACK !important; }
a.link_black:hover { color: RED !important; }

.imgtext { position: absolute; color: white; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; }

/*--------- dark bg & white font (footer -----------------*/
#bg_dark { color: WHITE; }
#bg_dark A:link, #bg_dark A:visited { color: WHITE; text-decoration: none; }
#bg_dark A:hover { color: RED; text-decoration: none; }

.mybody {
-webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.75);
}

/* --- button <a class=button orange> */
.btn {
	border: solid 1px Gray;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 80%;
	border-radius: 5px;
}
.blue { background-color: #acb2ff; }
.blue:hover { background-color:#9098ff; }
.red { background-color: #ffd3a4; }
.red:hover { background-color:#ffc383; }

/*-------------- Search -----------*/
#search input[type="text"] {
	background: url(img/search-icon.png) no-repeat 10px 6px #fcfcfc;
	border: 1px solid #d1d1d1;
	font: 22px Tahoma, MS Sans Serif;
	color: #888888;
	width: 250px;
	padding: 2px 15px 2px 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
/*	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.divimg {
	margin: 0px;
	width: 200px;
	height: 250px;
	line-height: 250px;
	text-align: center;
	//border: 1px solid red;
}
.resize_fit_center {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}

.blink_me1 { border: 2px solid red; padding: 0 9px; font-size: 60%; color: RED;border-radius: 10%; background:yellow; }
.blink_me { animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% { opacity: 0; }
}