﻿@charset "UTF-8";

.bigtext {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 60px!important;
		line-height: 60px;
  text-rendering: optimizeLegibility;
}
.mediumtext {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 45px!important;
		line-height: 45px;
  text-rendering: optimizeLegibility;
}
.smalltext {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 35px!important;
		line-height: 35px;
  text-rendering: optimizeLegibility;
}

.ombrachiara {
  text-shadow: 3px 3px 0px rgba(255,255,255, 0.5), 2px 2px 1px rgba(200,200,200, 0.5);
}

.ombrascura {
  text-shadow: 3px 3px 0px rgba(0,0,0, 0.5), 2px 2px 1px rgba(50,50,50, 0.5);
}

.glowchiaro {
	text-shadow: 0 0 5px rgba(255,255,255, 0.5), 0 0 10px rgba(255,255,255, 0.5), 0 0 15px rgba(255,255,255, 0.5);
}

.glowscuro {
	text-shadow: 0 0 5px rgba(0,0,0, 0.5), 0 0 10px rgba(0,0,0, 0.5), 0 0 15px rgba(0,0,0, 0.5);
}

.glowpulsechiaro {
  -webkit-animation: glowpulsechiaro 1s ease-in-out infinite alternate;
  -moz-animation: glowpulsechiaro 1s ease-in-out infinite alternate;
  animation: glowpulsechiaro 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glowpulsechiaro {
  from {
    text-shadow: 0 0 10px rgba(255,255,255, 0.6), 0 0 20px rgba(255,255,255, 0.6), 0 0 30px rgba(255,255,255, 0.6);
  }
  to {
    text-shadow: 0 0 20px rgba(255,255,255, 0.6), 0 0 30px rgba(255,255,255, 0.6), 0 0 40px rgba(255,255,255, 0.6);
  }
}

.glowpulsescuro {
  -webkit-animation: glowpulsescuro 1s ease-in-out infinite alternate;
  -moz-animation: glowpulsescuro 1s ease-in-out infinite alternate;
  animation: glowpulsescuro 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glowpulsescuro {
  from {
    text-shadow: 0 0 10px rgba(0,0,0, 0.6), 0 0 20px rgba(0,0,0, 0.6), 0 0 30px rgba(0,0,0, 0.6);
  }
  to {
    text-shadow: 0 0 20px rgba(0,0,0, 0.6), 0 0 30px rgba(0,0,0, 0.6), 0 0 40px rgba(0,0,0, 0.6);
  }
}

/* Ultrasmall devices (landscape phones, 576px and lower) */
@media (max-width: 576px) {
  .bigtext {
    font-size: 25px!important;
    line-height: 25px;
  }
  .mediumtext { 
    font-size: 20px!important;
    line-height: 20px;
  }
  .smalltext { 
    font-size: 15px!important;
    line-height: 15px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .bigtext {
    font-size: 30px!important;
    line-height: 30px;
  }
  .mediumtext { 
    font-size: 25px!important;
    line-height: 25px;
  }
  .smalltext { 
    font-size: 20px!important;
    line-height: 20px;
  }}

@media (max-width: 599px) {
  .bigtext {
    font-size: 35px!important;
    line-height: 35px;
  }
  .mediumtext { 
    font-size: 30px!important;
    line-height: 30px;
  }
  .smalltext { 
    font-size: 25px!important;
    line-height: 25px;
  }}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .bigtext {
    font-size: 40px!important;
    line-height: 40px;
  }
  .mediumtext { 
    font-size: 30px!important;
    line-height: 30px;
  }
  .smalltext { 
    font-size: 25px!important;
    line-height: 25px;
  }}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .bigtext {
    font-size: 50px!important;
    line-height: 50px;
  }
  .mediumtext { 
    font-size: 40px!important;
    line-height: 40px;
  }
  .smalltext { 
    font-size: 30px!important;
    line-height: 30px;
  }}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .bigtext {
    font-size: 60px!important;
    line-height: 60px;
  }
  .mediumtext { 
    font-size: 45px!important;
    line-height: 60px;
  }
  .smalltext { 
    font-size: 35px!important;
    line-height: 60px;
  }
}