.ubuntu-light {
  font-family: "Ubuntu", serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", serif;
  font-weight: 700;
  font-style: italic;
}
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  font-weight: 900;
}

td {
  vertical-align: middle;
}

.sidebar {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #75BCE5;
  overflow-x: hidden;
transition: all 0.5s ease 0s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #002d61;
  display: block;
transition: all 0.3s ease 0s;
}

#main a,a:visited {
  color:  #0f6fac;
  text-decoration: none;
}#main a:hover,a:active {
  color:  #002d61;
  text-decoration: none;
}

a, a:visited {
  color:  #002d61;
  text-decoration: none;
}

a:hover, a:active {
  color: #0f6fac;
  text-decoration: none;
}
  .sidebar a:hover {
  color: #ffffff;
  }
.sidebar .closebtn {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #002d61;
  color: white;
  padding: 10px 15px;
  border: medium none;
}

.openbtn:hover {
  background-color: #0f6fac;
}

#main {
transition: margin-left 0.5s ease 0s;
  padding: 10px;
}

@media screen and ( max-height : 450px ) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 16px;
  }  
}

#titolo:hover {
  color: #e4007b;
}

