
body {
	/* background-color: #ABBDCD;*/
	background-image: url('https://i.pinimg.com/736x/89/9d/fa/899dfac18845cfebaa8e71cb061b99b3.jpg');
	max-width: 800px;
	margin: auto;
	font-family: Verdana;
}
.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #883c62;
}
.nav li {
  float: left;
}
.nav a:hover {
  background-color: #ff9b9b;
}
.nav a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.active {
	background-color: #ff6666;
}

.content {
	background-color: white;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content h1 {
	border-bottom: 5px solid red;
}
.content img {
	display: list-item;
	margin-left: auto;
	margin-right: auto;
}
.plugs {
	list-style-type: none;
	display: list-item;
	margin-bottom: 50px;
}

.plugs li {
	float: left;
	margin-right: 10px;
}

.plugs img {
	width: 40px;
}

.hotspot {
	list-style-type: none;
	display: list-item;
	margin-bottom: 120px;
}

.hotspot li {
	float: left;
	margin-right: 10px;
}

.hotspot img {
	height: 80px;
}

.center {
	text-align: center;
}


.message{
	position: fixed;
	bottom: -200px;
	right: 0;
	-webkit-animation-name: popup; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	animation-name: popup;
	animation-duration: 4s;
	animation-delay: 2s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@-webkit-keyframes popup {
  0%   {bottom:-200px;}
  100% {bottom:0px;}
}

footer {
	/*background-color: #9e4d5c;*/
	background-image: url('images/footer.png');
	color: #e07f4c;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

footer p {
	font-size: xx-small;
}