<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

<style>

body {
  font-family: Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
}

h1 {
  text-align: center;
  font-variant: small-caps;
  text-shadow: 0 1px 1px #ddd;
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
}

.header img{
  max-width: 200px;
  float: left;
}

.header-right {
  float: right;
}

.navbar {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(0,113,97);
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 5px 5px;
}

/* Change color on hover */
.navbar a:hover {
  background-color: rgb(192,192,192);
}

/* Hide the link that should open and close the navbar on small screens */
.navbar .menuicon {
  display: none;
}

/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.menuicon {
    float: right;
    display: block;
  }
  .navbar.responsive {position: relative;}
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Main content */
.main {
  margin-top: 30px;
}

p.dove:before {
  font-family: 'Material Icons';
  content: "place";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

p.perchi:before {
  font-family: 'Material Icons';
  content: "face";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

p.quando:before {
  font-family: 'Material Icons';
  content: "schedule";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

p.relatore:before {
  font-family: 'Material Icons';
  content: "person";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

p.prerequisiti:before {
  font-family: 'Material Icons';
  content: "school";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  margin-top: 10px;
  background-color: #ddd;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: 1px black;
  outline: none;
  transition: 0.4s;
}

.accordion h4:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active h4:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

img {
  max-width: 100%;
  height: auto;
}

.seminario img{
  max-width: 20%;
  height: auto;
  float: right;
}

a.documento:before {
  font-family: 'Material Icons';
  content: "description";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

a.persona:before {
  font-family: 'Material Icons';
  content: "person";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

a.email:before {
  font-family: 'Material Icons';
  content: "mail";
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

</style>
