.float-buttons {
	height: 100px;
	width: 100px;
	position: fixed;
	top: 21px;
	right: 25px;
}

.out2020 {
	position: absolute;
	height: 150px;
	width: 150px;
	top: 250px;
	left: 50%;
	margin-left: 320px;
	z-index: 1;
}

.gallery {
    height: 200px;
    width: 200px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: white;
		z-index: 5;
	}

.galleryButton {
	height: 100px;
	width: 100px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

.content {
	max-width: 960px;
  	margin: auto;
}
.close {
	font-size: large; 
	font-family: 'Amiko';
	text-align: "right";
}
.close a {
 	text-decoration: none;
}
.picstuff {
	margin: 25px;
}

.stuff {
	background-color: white;
	margin: 25px;
	padding: 1mm;
	border-radius: 10px;
}
.inner {
	background-color: white;
	margin: 30px;
}
.textdiv {
	font-size: x-large; 
	font-family: 'Amiko';
	color: #2C2F38;
}
p  { 
	font-size: x-large; 
	font-family: 'Amiko';
	color: #2C2F38;
}

.biggerText  { 
	font-size: xx-large; 
	font-family: 'Amiko';
	color: #2C2F38;
}

ul {
	margin-left: 0px;
	padding-left: 23px	
}
li  { 
	font-size: x-large; 
	font-family: 'Amiko';
	color: #2C2F38;
}
h1  { 
	font-size: xx-large; 
	font-family: 'Amiko';
	color: #2C2F38;
}
a  { 
	color: black; 
}
.row {
	width: 100%;
  	display: flex;
  	flex-direction: row;
}
.block {
  width: 325px;
}

.block2x {
  width: 600px;
}

.tooltipleft {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltipbottom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltipleft .tooltiptextleft {
  visibility: hidden;
  width: 200px;
  background-color: whitesmoke;
	color: black;
	text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
	border-radius: 6px;
  position: absolute;
  z-index: 1;	
  top: 0px;
	right: 110%;
	box-shadow: 8px 8px #555555;
}

.tooltipbottom .tooltiptextbottom {
  visibility: hidden;
  width: 200px;
  background-color: whitesmoke;
	color: black;
	text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
	border-radius: 6px;
  position: absolute;
  z-index: 1;	
  top: -130px;
	right: -20px;
	box-shadow: 8px 8px #555555
}

.tooltipleft:hover .tooltiptextleft{
	visibility: visible;
}

.tooltipbottom:hover .tooltiptextbottom {
	visibility: visible;
}


