body {
	background-color: transparent;
	color: #f2f2f2;
	font-family: Helvetica, sans-serif;
	font-weight: 100;
}

.p5Canvas {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #f2f2f2;
}

::selection {
  color: #000;
  background: #f2f2f2;
}

.coverart {
	padding-top: 10%;
	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}

.globalcontainer {
	margin-left: auto;
	margin-right: auto;
	width: min-content;
	}

.mycontent{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding: 5px;
	border-style: dotted;
	border-width: 2px;
	border-color: white;
}


.maincontenttext {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	padding: 5px;
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #f2f2f2;
  box-shadow: 1px 1px 2px 1px #666;
}

.button1 {
	margin-top: 5px;
  background-color: black; 
  color: antiquewhite; 
  border: 2px solid antiquewhite;
}

.slidshoworigin {
}

img
{
  width: 100%;
  transition-duration: 0.4s;
  cursor: pointer;
}

img.half
{
transform: scale(2);
cursor: pointer;
}

p {
	padding: 5px;
	border-top: 1px solid;
  border-color: rgb(131, 252, 224);
	margin: none;
  white-space: pre-wrap;
  background-color: rgba(0, 0, 0, 0.2 );
}

h1 {
	color: #f2f2f2;
	font-family: Courier New, monospace;
	font-size: 200%;
	text-align: center;
}

h3 {
	font-family: Courier New, monospace;
	font-weight: 100;
  color: #bdbdbd;
}

a:link, a:visited {
	color: #f2f2f2;
}

a:active {
	color: #fff;
}

a:hover {
	color: #9a9a9a;
}

.tooltip {
	color: greenyellow;
}

.tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: palevioletred;
  text-align: center;
  border-radius: 6px;
  border-color: palevioletred;
  border-style: dashed;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.mySlides {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.mySlides:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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 */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.doc{
  width: 60vw; 
  height: 1000px; 
  max-width: 700px;
}

@media only screen and (max-width: 700px){
  .doc {width: 90vw; height: 500px}
}

.textcontent{
  line-height: 1;
  font-size: 150%;
  white-space: pre-line;
  padding:3%;
  background-color: rgba(0, 0, 0, 0.2 );
}