body{
  padding: 40px;
  text-align: center;
  font-family: "Nunito";
  overflow-x: hidden;
  background-color: black;
  color: white;
}

#images img{
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  border:5px solid #fff;
  transition: all 0.3s;
}

#images img:hover{
  height: 210px;
  margin-right: 20px;
  margin-bottom: 20px;
  border:5px solid #fff;
  transform: all 0.3s;
}

form {
  margin-bottom: 20px;
}

.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

#path{
  display: flex;
  bottom: 0;
  left: 0;
  background-color: #ec0000;
  height: 100px;
  width: 100%;
  position: fixed;
  text-align: center;
  overflow-y: auto;
  height: 100px;
  transition: all 0.5s;
  overflow-y: hidden;
}

#path:hover {
  transition: all 0.5s;
  height: 200px;
}

#path:hover img {
  height: 160px;
  transition: all 0.5s;
}

#path:hover section {
  margin-top: 20px;
  margin-right: 20px;
}

#path section img{
  height: 80px;
  transition: all 0.5s;
}

#path section{
  margin-top: 10px;
  margin-right: 15px;
}

#path section:last-of-type{
  margin-right: 20px;
}

#path #verloopCheck p {
  display: flex;
  flex-direction: column;
  justify-content:space-around;
  background-color: white;
  vertical-align: center;
  height: 60px;
  padding: 0 10px;
  border : 3px solid #000;
  margin: 20px 15px;
  color: black;
}

#path #verloopCheck p:nth-of-type(2):hover, #path #verloopCheck p:nth-of-type(3):hover{
  cursor: pointer;
  background-color: black;
  color: white;
  transition: all 0.5s;
}

#path #verloopCheck p.stayHovered {
  cursor: pointer;
  background-color: black;
  color: white;
  transition: all 0.5s;
}

#verloopCheck p:nth-of-type(2){
  transition: all 0.5s;
}

#path section {
  text-align: center;
}

#path.maxHeight {
  overflow-x: scroll;
}

#path section p:nth-of-type(2){
  display: none;
}

#path.maxHeight section p:nth-of-type(2){
  width : auto;
  display: block;
  opacity: 1;
  transition: all 0.5s;
}

#path section:last-of-type{
  padding-right: 20px;
}

html body #path.maxHeight{
  height: 100%;
  transition: all 0.5s;
}

html body #path.maxHeight img{
  height: 250px;
  transition: all 0.5s;
}

#path #verloopCheck p:first-of-type{
  color: white;
  background-color: #ec0000
}

#popup {
  box-sizing: border-box;
  width: 40%;
  margin: 0;
  position: fixed;
  left: 0;
  padding: 2em;
  text-align: left;
  background-color: white;
  color: black;
  border-radius: 1em;
  margin: -5em 30%;
  transition: all .3s
}

#popup footer{
  display: flex;
  flex-direction: row;
}

#popup footer p{
  display: flex;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  justify-content:space-around;
  background-color: white;
  vertical-align: center;
  height: 60px;
  border : 3px solid #000;
  margin: 20px 15px;
  color: black;
  width: 100%;
  transition: all 0.4s
}

#popup footer p:hover{
  color: white;
  background-color: #ec0000;
  transition: all 0.4s
}

.none {
  display: none;
}

#popup.hide {
  opacity: 0;
  top: -100%;
  transition: all 0.3s
}

#canvas{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 80%;
  margin: -150%;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}

#canvas img{
  margin:1em;
  height:120px;
  object-fit: cover;
}

#canvas.hide {
  margin: 5% 10% 10%;
  transition: all 0.5s;
}
