
*,
*:after,
*:before {
	box-sizing: border-box;
}

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}

h1, h2, h3, h5, h6, p {

	text-align: center;
	overflow-wrap: break-word;
}

body {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	overflow: hidden;
	margin-left: 200px;
	color: #cecece;
	background: #2a2b30;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #fff;
	outline: none;
}

a:hover {
	color: #ddd;
}


.img-thumb {
  border: 1px #ddd;
  border-radius: 10px;
  padding: 5px;
  width: 150px;
	flex: 1;
}

img:hover {
	box-shadow: 0 0 2px 1px rgba(255, 255, 255, 1);

}

.container {
	overflow-y: auto;
	height: 100vh;
}

hr {
width: 100%;
height: 0.5px;
margin-left: auto;
margin-right: auto;
background-color:#EFEFEF;
border: 0; /* none;*/
margin-top: 20px;
margin-bottom:20px;
}


.flexList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.flexListItem {
	display: inline-block;
	width: 200px;
	height: auto;
	margin: 25px;
	border-radius: 5px;
}

.info {
	font-size: 1.1em;
	font-weight: bold;
	padding: 20vh 1em 0;
	text-align: center;
	color: #fff;
}

.footer {
  width: 100%;
	height: 10px;
	text: transparent;
	background: gray

}

.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 40px;
	text-align: left;
}

.sidenav a {
  padding: 10px 8px 10px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.topnav {
	display: none;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(128, 128, 128, 1); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#myInput {
  /*background-image: url(../images/si.png);*/
  background-position: 5px 6px;
  background-repeat: no-repeat;
	background-color: #ddd;
  width: 250px;
  font-size: 16px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #B8B8B8;
  margin-bottom: 12px;
}

#searchbar {
	margin-left: 50px;
}


@media screen and (max-width: 480px) {

	.sidenav {
			display: none;
	}


	body {
		margin-left: 0px;
	}

	.flexList {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		padding-inline-start: 0px;

	}

	.flexListItem{
		width: 150px;
		/*align: left;*/
		margin: 1px;
	}

	.topnav {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.topnav a {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		border: 1px solid white;
		padding: 5px;
		margin: 10px 5px 5px 5px;
	}

	.img-thumb{
		/*max-width: 100%;*/
		width: 100%;
}
