/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html{
  font-size: 10px !important;
}

body *{
  font-family:'DENSO Sans TP 2017' !important;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.3rem;
}

.aniv-wrapper{
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
}

.home.aniv-wrapper{
  width: 90%;
  max-width: 1300px;
}

a {
  text-decoration: none;
}

h1 {
   font-size: 3.2rem;
}

h2 {
   font-size: 2.4rem;
}

h3 {
   font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

p {
   1.6rem;
}

@media(max-width: 768px){
  html{
    font-size: 9px !important;
  }

  .aniv-wrapper{
    width: 95%;
  }
}

@media(max-width: 480px){
  html{
    font-size: 8px !important;
  }
  .aniv-wrapper{
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}