.smallseb60{
  font-size: 60%;
}


.smallseb70{
  font-size: 70%;
}

.smallseb80{
  font-size: 80%;
}


.orange{
  color: #a5504f;
}


.soshs{
  position: relative;
  color: #4fa4a5;
  line-height: 0.7;
}
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  padding-top: 90px;
  padding-left: 60px;
}

.right3{
width:50%;  
float:right;

}
.left3{
float: left;  
width:50%; 
}

.headerh1 {
  font-size: 90%; 
  color: #a5504f;
  font-family: "Arial"", "Helvetica"", sans-serif;
}
.title { 
  font-size: 130%;
  font-weight: bold;
  color: black;
}

.subtitle { 
  font-size: 100%; 
  font-weight: bold;
  color: #4fa4a5;
}

.reveal .slide-footer {
  font-size: 10%; 
  color: black;
}

.img { 
  width: 27%;
}

.institute { 
  font-size: 50%;
  color: #a5504f;
  font-weight: bold;
}

.date {
  font-size: 70%;
  color: black;
}

.author { 
  font-size: 20%;
  color: black;
}


.affiliations{
  font-size: 14px;
}

.smaller{
  font-size:40px;
  line-height: 0.7;
}


.top-right {
  position: relative;
  margin: 0 0 0 0;
  text-align: right;
  font-size: 16px; 
  color: #4fa4a5;
  line-height: 0.1;
}

