html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
   -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
       animation: fadein 1s;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: inline-block;
  justify-content: center;
  align-items: center;
  overscroll-behavior-y: none;
}

/* Menu links */ 
.info {
  position: fixed;
  z-index: 2;
  top: 35px;
  right: 12px;
  font-size: 16px;
  line-height: 38px;
  width: 145px;
  height: 36px;
  background-color: #C8C8C8;
  color: #0000EE;
  box-shadow: inset 0px 20px 10px #F7F7F7;
  border-radius: 100px;
  text-align: center;
  transition: 0.2s;
  transform: rotate(-20deg);
  cursor: pointer;
  z-index: 50;
}

.info-2 {
  top: 95px;
  color: #0000EE;
}

.info-3 {
  top: 155px;
  color: #0000EE;
}

.info:hover {
  background-color: #C8C8C8;
  box-shadow: inset 0px 10px 10px #A7A7A7;
  text-decoration: underline;
}

/* Draggable collage */ 
.drag {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.draggable { 
	width: auto; 
	height: auto; 
}

.draggable:hover {
    cursor: grab;
}

.draggable-img {
  position: absolute;
  width: auto;
  object-fit: contain;
  top: auto;
  left: auto;
}

#draggable-image1 {
  top: 1%;
  left: 50%;
}

#draggable-image1 img {
  width: 500px;
  transform: translateX(-50%);
}

#draggable-image2 {
  top: 70%;
  left: 92%;
}

#draggable-image2 img {
  width: auto;
}

#draggable-image3 {
  top: 3%;
  left: 20%;
}

#draggable-image3 img {
  width: auto;
}

#draggable-image4 {
  top: 40%;
  left: 85%;
}

#draggable-image4 img {
  width: auto;
}

#draggable-image5 {
  top: 50%;
  left: 50%;
}

#draggable-image5 img {
  width: 750px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image6 {
  top: 30%;
  left: 4%;
}

#draggable-image6 img {
  width: auto;
}

#draggable-image7 {
  top: 70%;
  left: 75%;
}

#draggable-image7 img {
  width: auto;
}

#draggable-image8 {
  top: 68%;
  left: 12%;
}

#draggable-image8 img {
  width: auto;
}

#draggable-image9 {
  top: 5%;
  left: -3%;
}

#draggable-image9 img {
  width: auto;
}

#draggable-image10 {
  top: 10%;
  left: 15%;
}

#draggable-image10 img {
  width: auto;
}

#draggable-image11 {
  top: 78%;
  left: 65%;
}

#draggable-image11 img {
  width: auto;
}

#draggable-image12 {
  top: -2%;
  left: 70%;
}

#draggable-image12 img {
  width: 200px;
  transform: rotate(20deg);
}

#draggable-image13 {
  top: 87%;
  left: 5%;
}

#draggable-image13 img {
  width: 170px;
}

#draggable-image14 {
  top: 50%;
  left: 50%;
}

#draggable-image14 img {
  width: 380px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image15 {
  top: 78%;
  left: 26%;
}

#draggable-image15 img {
  width: auto;
}

#draggable-image16 {
  top: 70%;
  left: 25%;
}

#draggable-image16 img {
  width: auto;
}

#draggable-image17 {
  top: 11%;
  left: 25%;
}

#draggable-image17 img {
  width: 90px;
}

#draggable-image18 {
  top: 75%;
  left: 93%;
}

#draggable-image18 img {
  width: 130px;
}

#draggable-image19 {
  top: 82%;
  left: 60%;
}

#draggable-image19 img {
  width: 130px;
}

#draggable-image20 {
  top: 13%;
  left: 65%;
}

#draggable-image20 img {
  width: 100px;
}

#draggable-image21 {
  top: 23%;
  left: 80%;
}

#draggable-image21 img {
  width: 150px;
}

#draggable-image22 {
  top: 55%;
  left: 78%;
}

#draggable-image22 img {
  width: 90px;
}

#draggable-image23 {
  top: 82%;
  left: 38%;
}

#draggable-image23 img {
  width: 100px;
}

#draggable-image24 {
  top: 50%;
  left: 3%;
}

#draggable-image24 img {
  width: 100px;
}

#draggable-link {
  top: 89%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  line-height: 25px;
  color: #000000;
  font-size: 16px;
}


/* All text links */ 
a {
    text-decoration: none;
    color: #0000EE;
}

a:hover {
    text-decoration: underline 1px;
}



/* Article columns */ 
.article-list {
  width: 100vw;
  height: auto;
  border-top: 1px dashed #000; 
  font-size: 17px;
  overflow: hidden;
}

.article-img {
  position: absolute;
  width: auto;
  object-fit: contain;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: 5;
}

.article-link {
    width: 100vw;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 10;
    position: relative;
}

  .article-link:after {
    content: "";
    display: table;
    clear: both;
  }


  #head {
    font-style: italic;
  }

.article-column-1 {
    float: left;
    width: 20%;
  }

  .article-column-2 {
    float: left;
    width: 60%;
  }

  .article-column-3 {
    float: left;
    width: 10%;
  }
  
  
#footer {
  height: 200px;
  border-top: 1px dashed #000; 
  font-size: 18px;
  position: relative;
}

#signature {
  font-size: 14px;
  bottom: 5px;
  right: 5px;
  position: absolute;
  color: #0000EE;
  width: auto;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-image: url(images/modalcontent1.png);
  margin: auto;
  padding: 0px;
  width: 563px;
  height: 416px;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.about {
  padding: 50px 25px 0 25px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  float: right;
  font-weight: bold;
  width: 21px;
  height: 21px;
  margin-top: 6px;
  margin-right: 6px;
}

.close:hover,
.close:focus {
  background-image: url(images/closebutton.png);
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: 6px;
  margin-right: 6px;
}


/* Footer columns */
.footer-link {
  width: 50vw;
  margin: auto;
  margin-top: 60px;
  font-size: 17px;
}

.footer-link:after {
  content: "";
  display: table;
  clear: both;
}

.footer-column-1 {
  float: left;
  width: 33%;
  text-align: center;
}

.footer-column-2 {
  float: left;
  width: 33%;
  text-align: center;
}

.footer-column-3 {
  float: left;
  width: 33%;
  text-align: center;
}

.footer-img {
    position: relative;
    width: auto;
    object-fit: contain;
    transform: none;
    top: auto;
    left: auto;
    z-index: 10;
    margin-bottom: 10px;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


/* Extra small devices (phones, 480px and down) */
@media only screen and (max-width: 480px) {  

  .info {
    font-size: 15px;
    line-height: 33px;
    width: 130px;
    height: 33px;
  }

  .info-2 {
    top: 90px;
  }
  
  .info-3 {
    top: 145px;
  }

  .article-column-1 {
      float: left;
      width: 85%;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .article-column-2 {
      float: left;
      width: 85%;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .article-column-3 {
      float: left;
      width: 85%;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    
  /* The Modal */
  .modal {
    z-index: 500;
    padding-top: 70px;
  }
  
  /* Modal Content */
  .modal-content {
    background-image: url(images/modalcontent2.png);
    padding: 0px;
    width: 360px;
    height: 500px;
    font-size: 17px;
  }
  
  /* Footer columns */
  .footer-link {
    width: 80vw;
  }


#draggable-image1 img {
  transform: translateX(-50%);
  width: 300px;
}

#draggable-image2 img {
  width: 30px;
}

#draggable-image2 {
  top: 78%;
  left: 70%;
}

#draggable-image3 img {
  width: 30px;
}

#draggable-image3 {
  top: 10%;
  left: 27%;
}

#draggable-image4 img{
  width: 140px;
}

#draggable-image4 {
  top: 63%;
  left: 80%;
}

#draggable-image5 img {
  width: 375px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image6 img {
  width: 100px;
}

#draggable-image6 {
  top: 25%;
  left: 1%;
}

#draggable-image7 img {
  width: 120px;
}

#draggable-image7 {
  top: 88%;
  left: 70%;
}

#draggable-image8 img {
  width: 100px;
}

#draggable-image8 {
  top: 65%;
  left: 3%;
}

#draggable-image9 img {
  width: 100px;
}

#draggable-image9 {
  top: 11%;
  left: -2%;
}

#draggable-image10 img {
  width: 50px;
}

#draggable-image10 {
  top: 16%;
  left: 27%;
}

#draggable-image11 img {
  width: 10px;
}

#draggable-image12 img {
  width: 100px;
  transform: rotate(20deg);
}

#draggable-image12 {
  top: 10%;
  left: 75%;
}

#draggable-image13 img {
  width: 100px;
}

#draggable-image14 img {
  width: 250px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image15 img {
  width: 70px;
}

#draggable-image16 img {
  width: 30px;
}

#draggable-image16 {
  top: 80%;
  left: 3%;
}

#draggable-image17 img {
  width: 50px;
}

#draggable-image17 {
  top: 10%;
  left: 40%;
}

#draggable-image18 img {
  width: 70px;
}

#draggable-image18 {
  top: 79%;
  left: 85%;
}

#draggable-image19 img {
  width: 70px;
}

#draggable-image19 {
  top: 80%;
  left: 50%;
}

#draggable-image20 img {
  width: 50px;
}

#draggable-image20 {
  top: 15%;
  left: 55%;
}

#draggable-image21 img {
  width: 80px;
}

#draggable-image22 img {
  width: 50px;
}

#draggable-image22 {
  top: 55%;
  left: 87%;
}

#draggable-image23 img {
  width: 50px;
}

#draggable-image23 {
  top: 90%;
  left: 26%;
}

#draggable-image24 img {
  width: 50px;
}

#draggable-image24 {
  top: 57%;
  left: 3%;
}


#draggable-link {
  visibility: hidden;
}

#signature {
  font-size: 12px;
  width: 100%;
  text-align: center;
  bottom: 15px;
  color: #c9c9c9;
}
}


@media only screen and (min-width: 481px) {
    .article-column-1 {
      float: left;
      width: 85%;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .article-column-2 {
      float: left;
      width: 85%;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  
    .article-column-3 {
      float: left;
      width: 85%;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    
  /* The Modal (background) */
  .modal {
    z-index: 500; /* Sit on top */
    padding-top: 70px; /* Location of the box */
  }
  
  /* Modal Content */
  .modal-content {
    background-image: url(images/modalcontent3.png);
    padding: 0px;
    width: 460px;
    height: 500px;
    font-size: 18px;
  }
  
  /* Footer columns */
  .footer-link {
    width: 80vw;
  }


#draggable-image1 img {
  transform: translateX(-50%);
  width: 375px;
}

#draggable-image2 img {
  width: 30px;
}

#draggable-image2 {
  top: 78%;
  left: 70%;
}

#draggable-image3 img {
  width: 30px;
}

#draggable-image3 {
  top: 10%;
  left: 27%;
}

#draggable-image4 img{
  width: 160px;
}

#draggable-image4 {
  top: 63%;
  left: 80%;
}

#draggable-image5 img {
  width: 550px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image6 img {
  width: 140px;
}

#draggable-image6 {
  top: 23%;
  left: 2%;
}

#draggable-image7 img {
  width: 140px;
}

#draggable-image7 {
  top: 88%;
  left: 70%;
}

#draggable-image8 img {
  width: 130px;
}

#draggable-image8 {
  top: 65%;
  left: 3%;
}

#draggable-image9 img {
  width: 130px;
}

#draggable-image9 {
  top: 5%;
  left: -2%;
}

#draggable-image10 img {
  width: 50px;
}

#draggable-image10 {
  top: 16%;
  left: 27%;
}

#draggable-image11 img {
  width: 10px;
}

#draggable-image12 img {
  width: 140px;
  transform: rotate(20deg);
}

#draggable-image12 {
  top: 3%;
  left: 76%;
}

#draggable-image13 img {
  width: 120px;
}

#draggable-image14 img {
  width: 300px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image15 img {
  width: 70px;
}

#draggable-image16 img {
  width: 30px;
}

#draggable-image16 {
  top: 80%;
  left: 3%;
}

#draggable-image17 img {
  width: 50px;
}

#draggable-image17 {
  top: 10%;
  left: 40%;
}

#draggable-image18 img {
  width: 70px;
}

#draggable-image18 {
  top: 79%;
  left: 85%;
}

#draggable-image19 img {
  width: 70px;
}

#draggable-image19 {
  top: 80%;
  left: 50%;
}

#draggable-image20 img {
  width: 50px;
}

#draggable-image20 {
  top: 18%;
  left: 67%;
}

#draggable-image21 img {
  width: 80px;
}

#draggable-image21 {
  top: 25%;
  left: 87%;
}

#draggable-image22 img {
  width: 50px;
}

#draggable-image22 {
  top: 55%;
  left: 87%;
}

#draggable-image23 img {
  width: 50px;
}

#draggable-image23 {
  top: 90%;
  left: 30%;
}

#draggable-image24 img {
  width: 50px;
}

#draggable-image24 {
  top: 57%;
  left: 3%;
}

#signature {
  font-size: 12px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
  color: #c9c9c9;
}
}

@media only screen and (min-width: 781px) {
  .article-column-1 {
    float: left;
    width: 20%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .article-column-2 {
    float: left;
    width: 60%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .article-column-3 {
    float: left;
    width: 10%;
    margin-top: auto;
    margin-bottom: auto;
  }
  
/* The Modal (background) */
.modal {
  z-index: 500; /* Sit on top */
  padding-top: 100px; /* Location of the box */
}

/* Modal Content */
.modal-content {
  background-image: url(images/modalcontent1.png);
  padding: 0px;
  width: 563px;
  height: 416px;
  font-size: 18px;
}

/* Footer columns */
.footer-link {
  width: 50vw;
}


#draggable-image1 {
  top: 2%;
  left: 50%;
}

#draggable-image1 img {
  width: 500px;
  transform: translateX(-50%);
}

#draggable-image2 {
  top: 70%;
  left: 92%;
}

#draggable-image2 img {
  width: auto;
}

#draggable-image3 {
  top: 3%;
  left: 20%;
}

#draggable-image3 img {
  width: auto;
}

#draggable-image4 {
  top: 40%;
  left: 85%;
}

#draggable-image4 img {
  width: auto;
}

#draggable-image5 {
  top: 50%;
  left: 50%;
}

#draggable-image5 img {
  width: 750px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image6 {
  top: 30%;
  left: 4%;
}

#draggable-image6 img {
  width: auto;
}

#draggable-image7 {
  top: 70%;
  left: 75%;
}

#draggable-image7 img {
  width: auto;
}

#draggable-image8 {
  top: 68%;
  left: 12%;
}

#draggable-image8 img {
  width: auto;
}

#draggable-image9 {
  top: 5%;
  left: -3%;
}

#draggable-image9 img {
  width: auto;
}

#draggable-image10 {
  top: 10%;
  left: 15%;
}

#draggable-image10 img {
  width: auto;
}

#draggable-image11 {
  top: 78%;
  left: 65%;
}

#draggable-image11 img {
  width: auto;
}

#draggable-image12 {
  top: -2%;
  left: 70%;
}

#draggable-image12 img {
  width: 200px;
  transform: rotate(20deg);
}

#draggable-image13 {
  top: 87%;
  left: 5%;
}

#draggable-image13 img {
  width: 170px;
}

#draggable-image14 {
  top: 50%;
  left: 50%;
}

#draggable-image14 img {
  width: 380px;
  transform: translateX(-50%) translateY(-50%);
}

#draggable-image15 {
  top: 78%;
  left: 26%;
}

#draggable-image15 img {
  width: auto;
}

#draggable-image16 {
  top: 70%;
  left: 25%;
}

#draggable-image16 img {
  width: auto;
}

#draggable-image17 {
  top: 11%;
  left: 25%;
}

#draggable-image17 img {
  width: 90px;
}

#draggable-image18 {
  top: 75%;
  left: 93%;
}

#draggable-image18 img {
  width: 130px;
}

#draggable-image19 {
  top: 82%;
  left: 60%;
}

#draggable-image19 img {
  width: 130px;
}

#draggable-image20 {
  top: 13%;
  left: 65%;
}

#draggable-image20 img {
  width: 100px;
}

#draggable-image21 {
  top: 23%;
  left: 80%;
}

#draggable-image21 img {
  width: 150px;
}

#draggable-image22 {
  top: 55%;
  left: 78%;
}

#draggable-image22 img {
  width: 90px;
}

#draggable-image23 {
  top: 82%;
  left: 38%;
}

#draggable-image23 img {
  width: 100px;
}

#draggable-image24 {
  top: 50%;
  left: 3%;
}

#draggable-image24 img {
  width: 100px;
}

#signature {
  font-size: 14px;
  bottom: 5px;
  right: 5px;
  position: absolute;
  color: #0000EE;
  width: auto;
}
}