body {
  margin-top: 3%;
  padding: 0;
  font-family: sans-serif;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix::after,
.group::after {
  content: "";
  display: table;
  clear: both;
}

.button {
  cursor: pointer;
}

.sideOne {
  position: relative;
  top:0;
  right: 75%;
  bottom:0;
  left: 0;
  z-index: 1;
  width: 25%;
  cursor: copy;
}

.sideTwo {
  position: fixed;
  top: 0;
  right:0;
  bottom:0;
  padding-top: 10%;
  left: 25%;
  background-color: rgb(191, 191, 191);
  z-index:0;
  overflow: hidden;
  height: 100%;
  width: 75%;
  cursor: move;
}

.sideOne, .sideTwo {
  padding: 1em;
}

.sideOne .item {
  width: 100%;
}

.item {position: relative;
}

.item .caption {
  display: none;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
}

.sideTwo .item.drag {
  position:fixed;
  margin-top: 5%;
  width: 30%;
  height: 30%;
}

.sideTwo .item:hover .caption {
  display: block;
}

.navmain{
font-family: 'IBM Plex Sans', sans-serif;
text-align: center;
letter-spacing: .5rem;
line-height: 7vh;
text-decoration: none;
background-color: black;
margin:0;
position: fixed;
top:0;
right:0;
left:0;
z-index: 9999;
padding: 0;
padding-left: 6%;
padding-right: 10%;
height: 7vh;
color:white;
list-style: none;
}
.navmain li {
	margin:0;
	padding: 0;
	display: inline;
}
.navmain li a {
  display: inline;
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  padding-left: 1vw;
}

/* Change the link color on hover */
.navmain li a:hover {
  background-color: white;
  color: black;
}
