body, html {
	width:	100%;
	height: 100%;
	text-align:	center;
	color: black;
	font-size: medium;
	font-family:	Verdana, Geneva, Arial, sans-serif;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	background-image: url(../images/1906_16_b.jpg);
	background-repeat: repeat;
	background-color: #aaa;
	}
img	{
	max-width: 100%;
	}
.control {
	margin-top: .5em;
	}

/* The dots/bullets/indicators */
.dot {

  cursor:pointer;
  height: 8px;
  width: 8px;
  padding: 1em;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* Position the "next button" to the right */
.next {
  font-size: 1.2em;
  padding: .8em;
  margin: 0 2px;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  font-size: 1.2em;
  padding: .8em;
  margin: 0 2px;
  left: 0;
  border-radius: 3px 0 0 3px;
}
h1 {
	font-size: 1.8em;
	color:	black;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #e9e9e9;
	width:	90%;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	}
h3	{
	margin-top:	.2em;
	margin-bottom:	.2em;
	margin-right: auto;
	margin-left: auto;
	text-align:	center;
	}	
.flexcontainer {
	/*display: flex;
	flex-wrap:	wrap;*/
	margin: 10px;
	/*max-width: 800px;*/
	display: flex;
	flex-flow:	row wrap;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/1906_16_b.jpg);
	background-repeat: repeat;
	}
#box-1	{
	width: 550px;
	padding: 5px;
	}
#box-2	{
	width: 230px;
	max-width: 90%;
	padding: 5px;
	
	}
.bag	{
	position: relative;
	max-width: 310px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	}

@media screen and (min-width: 680px) {
  .bag {
  width: 310px;
  }
}

#container {
	width: 100%;
	max-width: 960px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	}
#title	{
	/*color: #3249cc;*/
	
	background-color: white;
	width: 70%;
	margin-top:	8px;
	margin-bottom:	8px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	}
  
.top {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family:	Verdana, Geneva, Arial, sans-serif;*/
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
	padding: .5em;
	width:	80%;
	background-color: #e9e9e9;
	border-radius: 10px;
	}
.info {
	margin-top:	30%;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}	

/*@media screen and (min-width: 800px) {
  body	{
  	display: flex;
  	flex-flow: row nowrap;
  	}
  	.container	{
  	width: auto;
  	flex-grow: 1;}
  	
    }*/
@media screen and (max-width: 640px) {
  .info {
	margin-top:	0;
	}
    }
  	

		
/*  @media screen and (min-width: 890px) {
  	
  	body	{
  	display: flex;
  	flex-flow: row nowrap;
  	}
  	container	{
  	width: auto;
  	flex-grow: 1;}
  	}*/
  
	
p, h4 {
	font-size: 1em;
	margin-top:	.2em;
	margin-bottom:	.2em;
	line-height: 1.2em;
	margin-right: auto;
	margin-left: auto;
	text-align:	center;
	}

/*.info {
	margin-top:	30%;
	}*/
.footer {
padding-top: 1em;
padding-bottom: 1em;
background-color: #d1e0fb;
width: 100%;
position:	-webkit-sticky;
position: sticky;
bottom: 0;
z-index: 7;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
  background-color: transparent;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* 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 {
    /*position: relative;*/
    
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
   /* -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s*/
}
/* Add Animation 
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}*/
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.more	{
	padding: 1em;
	color: #2020f3;
	}
.modal-button	{
	background-color:#eff6f9;
	padding: 1em;
	font-size: medium;
	margin-right: 3em;
	}
.modal-button:hover	{
	cursor: pointer;
	}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.thru	{
	text-decoration-line: line-through;
}