html, body {
    scroll-behavior: smooth;
}

body {
    margin: 1.75% 0 0 2%;
    font-family: "Suisse Intl Regular", sans-serif;
    font-style: normal;
    letter-spacing: 0.045em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
}

h1 {
    font-weight: normal;
    margin-top: 0;
}

h2 {
    margin: 0 0 0.4em 0;
    letter-spacing: 0.06em;
    font-weight: normal;
    text-transform: uppercase;
}

p {
    font-weight: normal;
}
a { 
    color: #e83f3b; 
    text-decoration: none;
    transition: all .2s ease-in-out;
  }
a:hover { 
    color: #fff; 
  }
a:active { 
    color: #fff; 
  }
img { max-width: 100%; height: auto; margin: 0.6em 0 12em 0;}

@font-face {
    font-family: "Suisse Intl Regular";
    src: url("fonts/SuisseIntl-Regular"); /* IE9*/
    src: url("fonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
     url("fonts/SuisseIntl-Regular.woff2") format("woff2"), /* chrome、firefox */
     url("fonts/SuisseIntl-Regular.woff") format("woff"), /* chrome、firefox */
     url("fonts/SuisseIntl-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("fonts/SuisseIntl-Regular.svg#SuisseIntl-Regular") format("svg"); /* iOS 4.1- */
}

::-moz-selection { background: #fff; color: #1c1c1c; }
::selection { background: #fff; color: #1c1c1c; }


 /* Extra small devices (phones, 600px and down) */
 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (max-width: 600px), only screen and (min-width: 600px) {
    body { background-color: #1c1c1c; color: #fff; }
    #page { margin-right: 2%; }
    h1 { font-size: 2.4em; line-height: 1.13em; }
    h2 { font-size: 0.9em; line-height: 1.13em; }
    h3 { font-size: 0.8em; }
    p { font-size: 2.4em; line-height: 1.13em; margin: 0 0 9rem 0; }
    img { max-width: 100%; height: auto; margin: 0.6em 0 9em 0;}
 }

 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) { 
    h1 { font-size: 4em; line-height: 1.17em; }
    h2 { font-size: 1.2em; line-height: 1.17em; }
    p { font-size: 4em; line-height: 1.17em; margin: 0 0 12rem 0; }
 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
  }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) { 
    #page { margin-right: 20%; }
 }