body {
  background-color: #FFFFFF;
}

@font-face {
  font-family: 'VittorioRomagnoliFont';
  src: url('fonts/VIVALDII.TTF');
}

h1 { /* Vittorio Romagnoli */
  font-family:"VittorioRomagnoliFont", "Vivaldi", "Kunstler Script", "Brush Script MT", "Freestyle Script";
  font-size:110px; /* per i browser che non supportano vmin */
  font-size:18vmin;
  font-weight:bold;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #1177DD;
  -webkit-animation: color-change 28s infinite, text-shadow-change 6s infinite;
  animation: color-change 28s infinite, text-shadow-change 6s infinite;
}

h2 {
  font-family:"VittorioRomagnoliFont", "Vivaldi", "Kunstler Script", "Brush Script MT", "Freestyle Script";
  font-size:60px; /* per i browser che non supportano vmin */
  font-size:10vmin;
  font-weight:bold;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #1177DD;
  animation: color-change 28s infinite, text-shadow-change 6s infinite;
}

h3 { /* menu frame sx */
  font-family:"VittorioRomagnoliFont", "Vivaldi", "Kunstler Script", "Brush Script MT", "Freestyle Script";
  font-size:30px; /* per i browser che non supportano vmax */
  font-size:4.5vmax;
  font-weight:bold;
  margin-bottom: 20px; /* per i browser che non supportano vmax */
  margin-bottom: 3vmax; /* per i browser che non supportano vmax */
  margin-top: 20px; /* per i browser che non supportano vmax */
  margin-top: 3vmax; /* per i browser che non supportano vmax */
  color: #1177DD;
  text-shadow: -0.5px 0px 0px #1177DD;
  transition:all 1.5s;
}

h4 { /* titoli delle pagine */
  font-family: "VittorioRomagnoliFont", "Vivaldi", "Kunstler Script", "Brush Script MT", "Freestyle Script";
  font-size:60px;
  font-weight:bold;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  color:#1177DD;
}

h5 {
  font-family: "Arial";
  font-size: 12pt;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  color:#1177DD;
}


@keyframes color-change {
    0% {color: #1177DD;}
    40% {color: #1177DD;}
    50% {color: #880088;}
    60% {color: #000000;}
    70% {color: #1177DD;}
}

@keyframes text-shadow-change {
    0% {text-shadow: -1px -1px 0px #1177DD;}
    60% {text-shadow: -1px -1px 0px black;}
    80% {text-shadow: -1px -1px 10px #FFFF88,-1px -1px 0px #1177DD;}
    100% {text-shadow: -1px -1px 0px blue;}
}


h3:hover{
  color: #880088;
  text-shadow: 0px 0px 10px #FFFF88;
}


p {
  font-family:"VittorioRomagnoliFont", "Vivaldi","Kunstler Script","Brush Script MT","Freestyle Script";
  font-size:20px; /* per i browser che non supportano vmin */
  font-size:3.5vmin;
  color: #1177DD;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

#Sfondo {
  position: absolute;
  width: 100%;
  height:100%;
  left:0px;
  right:0px;
  top:0px;
  background: radial-gradient(at 120% 90%, #DDDDFF 0%, white 70%);
}


#VittorioRomagnoli {
  position:relative;
  left:0px;
  right:0px;
  top:70px;  /* per i browser che non supportano vmax */
  top: 7vmax;
  margin-left:auto;
  margin-right:auto;
}

#Citazione {
  position:relative;
  left:0px;
  right:0px;
  top:120px;  /* per i browser che non supportano vmax */
  top: 12vmax;
  margin-left:auto;
  margin-right:auto;
}

#LogosTable {
  position: relative;
  border: 0px solid blue;
  height: 6vmax;
  left: 0px;
  top: 260px; /* per i browser che non supportano vmax */
  top: 24vmax;
  margin-left:auto;
  margin-right:auto;
  border-collapse: separate;
  border-spacing: 40px 0px;
  padding: 0px;
}

#LogosTable tr td{
  border: 0px solid red;
}

#LogosTable tr td a img{
  height: 50px;  /* per i browser che non supportano vmax */
  height: 6vmax;
  border: 0px solid purple;
}


#Youtube_logo {
  position:relative;
  left:0px;
  right:0px;
  top:200px;  /* per i browser che non supportano vmax */
  top: 30vmax;
  margin-left:auto;
  margin-right:auto;
  height: 50px;  /* per i browser che non supportano vmax */
  height: 7vmax;
  border: 0px solid red;
}

#Menu {
  position:relative;
  left:0px;
  right:0px;
  top:100px;  /* per i browser che non supportano vmax */
  top: 12vmax;
  margin-left:auto;
  margin-right:auto;
  border: 0px solid blue;
}


#Pagina {
  width: 100%;
  border: 0px solid black;
}

#Pagina tr td{
  border: 0px solid blue;
}


#Curriculum {
  width: 70%;
  position: relative;
  border: 0px solid;
  border-radius: 10px;
  box-shadow: 5px 5px 15px #888888;
  left: 50%;
  top: 0px;
  margin-left: -37%;
  text-align: justify;
  font-size: 12pt;
  font-family: "Arial";
  color:#222288;
  padding: 20px;
  background-image:url("img/BackgroundPaperChiara.jpg");
}

#Curriculum  h4{
  font-family: "Arial";
  font-size: 24pt;
  font-weight:bold;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  color:#222288;
}


#Fotografie {
  width: 70%;
  position: relative;
  border: 0px solid;
  left: 50%;
  top: 0px;
  margin-left: -37%;
  text-align: justify;
  font-size: 12pt;
  font-family: "Arial";
  color:#222288;
  padding: 10px;
}

.Fotografia {
  width: 200px;
  height: 200px;
  border: 1px solid blue;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #888888;
  float: left;
  text-align: center;
  background-color:#F7F7FF;
  margin: 10px;
}

.Fotografia img {
  max-width: 180px;
  max-height: 160px;
  border: 1px solid #888888;
  border-radius: 10px;
  display:block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  opacity: 0.7;
}

.Fotografia:hover img {
  border:1px solid blue;
  opacity: 1;
}


#DownloadTable {
  width: 70%;
  position: relative;
  border: 0px solid blue;
  left: 50%;
  top: 0px;
  margin-left: -37%;
  text-align: justify;
  border-collapse: separate;
  border-spacing: 0px 40px;
  font-size: 12pt;
  font-family: "Arial";
  color:#222288;
  padding: 10px;
}

#DownloadTable  tr td {
  border: 0px solid black;
}

.DownloadTable_desc {
  border: 1px solid blue !important;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #888888;
  background-color: #FFFFE0;
  padding: 10px;
}


#DownloadTable img {
  max-width: 60px;
  max-height: 60px;
  border: 0px;
  border-radius: 0px;
  float: left;
  margin-right: 20px;
  vertical-align: middle;
}


#CollegamentiTable {
  width: 70%;
  position: relative;
  border: 0px solid blue;
  left: 50%;
  top: 0px;
  margin-left: -37%;
  text-align: justify;
  border-collapse: separate;
  border-spacing: 0px 40px;
  font-size: 12pt;
  font-family: "Arial";
  color:#222288;
  padding: 10px;
}

#CollegamentiTable  tr td {
  border: 1px solid blue;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #888888;
  background-color: #FFFFE0;
  padding: 10px;
}

#CollegamentiTable  tr :hover  a {
  color: red;
}



