/* https://www.w3schools.com/css/css3_images.asp */

body {
  background-color: #232323;
}

ul {
}

hr {
	border: 0.2px solid #808080;
}

nav {
	width: 100%;
	height: 40px;
	background-color: #353535;
}

ul li {
	list-style: none;
	display: inline-block;
	float: left;
	line-height: 40px;
}

ul li a {
	font-size: 14px;
	font-family: arial;
	text-decoration: none;
	color: #00bfff;
	padding: 0 20px;
	display: block;
}

ul li a:hover {
  background-color: linen;
  color: #232323;
}

h1 {
  color: #00bfff;
  text-align: center;
}

h2 {
  color: #00bfff;
  text-align: center;
}

div.margins {
  margin-left: 8;
}

* {
  margin: 0;
  padding: 0;
}

.blue-text {
  color: #00bfff;
}

.imgbox {
  display: grid;
  height: 100%;
  background-color: black;
}

.center-fit {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center-medium {
  max-width: 100%;
  height: auto;
}

.body_text {
	margin-top:4px;
	margin-bottom:4px;
}

.copyrt {
  font-size: 12px;
  color: #353535;
  margin-top: 1px;
  text-align: center;
  background-color: #151515;
}

.wrapper {
  margin: 20px;
}

.link {
	text-decoration: none;
}

.link2 {
	color: #badff8;
	text-decoration: none;
}

div.polaroid {
  width: 30%;
  background-color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img.polaroid {
	width: 100%;
	display: block;
    margin-left: auto;  
    margin-right: auto;
}

div.big-polaroid {
  width: 60%;
  background-color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.light-background {
  background-color: #404040;
}

div.container {
  text-align: center;
  color: black;
  text-shadow: 1px 1px #232323;
  padding: 10px 20px;
  background-color: linen;
} 
