body
{
font-size: 10px;
background-color: #fff;
}

h1
{
font-weight: 700;
font-family: 'Arial', sans-serif;
color: #005ca9;
}

p.legaldata
{
font-size: 2.5em;
font-family: 'Arial', sans-serif;
color: #005ca9;
line-height: 2.5em;
}

p.contact
{
font-family: 'Arial', sans-serif;
color: #005ca9;
line-height: 1.5em;
}

a,a:active,a:hover{
color: #005ca9;
text-decoration: none;
}

hr{
background-color: #005ca9;
}

/** RESPONSIVE FONT SIZE **/


h1 {
  font-size: 4.5em;
}

p{
  font-size: 2em;
}

p.legaldata
{
font-size: 1.5em;
font-family: 'Arial', sans-serif;
color: #005ca9;
line-height: 1.5em;
}


@media (min-width: 576px) {

  h1 {
    font-size: 4.5em;
  }

  p{
    font-size: 2.3em;
  }
  
 p.legaldata
{
font-size: 1.8em;
font-family: 'Arial', sans-serif;
color: #005ca9;
line-height: 1.8em;
}
  

}

@media (min-width: 768px) {

  h1 {
    font-size: 5em;
  }

  p{
    font-size: 2.5em;
  }
  
 p.legaldata
{
font-size: 2em;
font-family: 'Arial', sans-serif;
color: #005ca9;
line-height: 2em;
}

}

@media (min-width: 992px) {

  h1 {
    font-size: 6em;
  }

  p{
    font-size: 3em;
  }
  
p.legaldata
{
font-size: 2.5em;
font-family: 'Arial', sans-serif;
color: #005ca9;
line-height: 2.5em;
}

}


@media (min-width: 1200px) {

  h1 {
    font-size: 8em;
  }

  p{
    font-size: 3.5em;
  }

p.legaldata
{
font-size: 2.5em;
font-family: 'Arial', sans-serif;
color: #005ca9;
line-height: 2.5em;
}
 }
