html {
	background-image: url('../political-compass.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
}

.polcomp {
	background-image: url('../img/political-compass.png');
}

.night {
	background-image: url('../img/night.jpg');
}

.green {
	background-image: url('../img/green.png');
}

 #logo {
 	border: 10px solid red;
      position: absolute;
      width: 90px;
      height: 90px;
      background-image: url('../img/ig.png');
      background-size: cover;
    }

ul {
	position: fixed;
	bottom: 50px;
}

ul li {
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	list-style: none;
	color:#fff;
	font-size: 25pt;

	border: 2px solid #fff;
}


body {
	padding: 30px;
}
h1 {
	display:  inline-block;
	margin-left: 25px;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: normal;

	background-color: #fff;
	padding: 5px;
	border-radius: 5px;

	box-shadow: 2px 2px 5px grey;

	z-index: 11;
}

#thumbnails {
	top: 0;
	left: 0;
	box-sizing: border-box;
	position: fixed;
}

#thumbnails img {
	position: absolute;
	cursor: grab;
	transition: transform 0.2s ease;

	box-shadow: 2px 2px 5px grey;
	z-index: 1;
}

#thumbnails img:hover {
	cursor: grabbing;
	z-index: 10;
}