@font-face {
    font-family: 'coolveticaregular';
    src: url('../fonts/coolvetica_rg-webfont.eot');
    src: url('../fonts/coolvetica_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/coolvetica_rg-webfont.woff') format('woff'),
         url('../fonts/coolvetica_rg-webfont.ttf') format('truetype'),
         url('../fonts/coolvetica_rg-webfont.svg#coolveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
  position: relative;
  min-height: 100%;
}
body{
  background-color: #555;
  color: #fafafa;
  text-shadow: 1px 1px 1px #333;
  margin-bottom: 60px;
}
header{
  padding: 40px 0px;
  text-align:right;
}
header nav a{
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-bottom: 1px solid transparent;
}
header nav a:hover{
  color: #2de77d;
  text-decoration:none;
  border-bottom: 1px solid #2de77d;
}
section{
  margin: 80px 0;
}
h1{
  word-wrap: break-word;
  font-size: 100px;
  color: #fff;
  display: block;
  line-height: 0.7;
  padding: 40px 0;
  font-family: "coolveticaregular";
}
h1 small{
  display:inline-block;
  font-size: 35px;
}
h4{
  text-align: center;
  display:block;
  width:100%;
  margin-top: 50px;
}
.hightlight{
  color:#2de77d;
}
.spazio{
  display:inline-block;
  font-size: 1px;
}
.link_social{
  padding: 0 40px;
  width: 100%;
  text-align:center;
}
.link_social a{
  background-color: #777;
  width:50px;
  height:50px;
  border-radius:25px;
  display:inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
  box-shadow: 1px 1px 1px #333;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.link_social a:hover{
  text-decoration: none;
}
.link_social a i{
  text-align:center;
  width: 50px;
}
.link_social .fa{
  line-height: 50px;
}
footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #333;
  color: #777;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  line-height: 60px;
}
.codice{
  display:inline-block;
  width: 8px;
  height: 20px;
  text-shadow:none;
  animation:mymove 1s infinite;
  -webkit-animation:colore 1s infinite;
  -moz-animation:colore 1s infinite;
  -ms-animation:colore 1s infinite;
  -o-animation:colore 1s infinite;
}
iframe.iubenda-ibadge{
	position: relative;
	top: 7px;
	left: 10px;
}
@keyframes colore
{
  0%   {background-color:#555;}
  65%   {background-color:#2de77d;}
  100%   {background-color:#555;}
}

@-webkit-keyframes colore
{
  0%   {background-color:#555;}
  65%   {background-color:#2de77d;}
  100%   {background-color:#555;}
}
@-moz-keyframes colore {
  0%   {background-color:#555;}
  65%   {background-color:#2de77d;}
  100%   {background-color:#555;}
}
@-ms-keyframes colore {
  0%   {background-color:#555;}
  65%   {background-color:#2de77d;}
  100%   {background-color:#555;}
}
@-o-keyframes colore {
  0%   {background-color:#555;}
  65%   {background-color:#2de77d;}
  100%   {background-color:#555;}
}
@media (max-width: 500px){
  h1{
    font-size: 90px;
    padding: 30px 0;
  }
  header{
    padding: 0;
  }
  section{
    margin: 0;
  }
}
@media (max-width: 400px){
  h1{
    font-size: 73px;
  }
}
