
/* 
    Created on : 4-mar-2020, 23.05.03
    Author     : davide martucci
*/
#single-page h1
{
      color: #5537ff;
      font-size: 1.8rem;
      margin-bottom: 5px;
}
#single-page h2
{
      color: #5B5B5B;
      font-size: 1rem;
      font-weight: 400
}
@media only screen and (min-width:480px)
{
      #single-page h1
      {
            font-size: 1.9rem;
            margin-bottom: 5px;
      }
}
@media only screen and (min-width:840px)
{
      #single-page h2
      {
            font-size: 1.1rem;
            width: 430px;
      }
}
@media only screen and (min-width:1180px)
{
      #single-page h1
      {
            font-size: 2.1rem;
            margin-bottom: 5px;
      }
      #single-page h2 
      {
            font-size: 1.2rem;
            width: 440px;
      }
}
@media only screen and (min-width:1460px)
{
      #single-page h1 
      {
            font-size: 2.6rem;
      }
      #single-page h2
      {
            font-size: 1.3rem;
            width: 500px;
      }
}
@media only screen and (min-width:1780px)
{
      #single-page h1 
      {
            font-size: 2.9rem;
            margin-bottom: 8px
      }
      #single-page h2
      {
            font-size: 1.4rem;
            width: 600px;
            line-height: 32px;
      }
}

