/*  Manual overrides */
html,body,h1,h2,h3,h4 {font-family:"Lato", sans-serif}
.mySlides {
  display:none
}
.w3-tag, .fa {cursor:pointer}
.w3-tag {height:15px;width:15px;padding:0;margin-top:6px}

.infoblock {
  float:right;
  margin-left:10px;
  padding:10px;
  border:5px;
  border-style: solid;
  border-color:rgb(55,220,120,0.4);
  background-color:rgb(85,183,140,0.6);
  border-radius:10px 35px 0px 35px;
  box-shadow: 5px 5px 8px grey;
  width:80%;
  text-align:center;
  color:white;
  font-size: 150%;
  text-shadow: 2px 2px 8px #202020;
}
.infoblock2 {
  float:center;
  margin:auto;
  padding:10px;
  border:1px;
  border-style: solid;
  background-color:white;
  /*border-radius:10px 35px 0px 35px;*/
  box-shadow: 3px 3px 8px grey;
  max-width:30%;
  font-family: sans-serif;
  text-align:center;
  color:teal;
  font-size: 100%;
}
.headerblock {
  float:left;
  margin-left:10px;
  padding:10px;
  border:5px;
  border-style: solid;
  border-color:#C0C0C0;
  background-color:red;
  border-radius:10px 35px 0px 35px;
  box-shadow: 10px 10px 5px grey;
  text-align:center;
  color:white;
  font-size: 150%;
  text-shadow: 4px 2px 3px #505050;
}
