@charset "utf-8";
/* jost-regular - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/jost-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/jost-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/jost-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/jost-v9-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-800 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/jost-v9-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/jost-v9-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v9-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/jost-v9-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/jost-v9-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/jost-v9-latin-800.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-900 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/jost-v9-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/jost-v9-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v9-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/jost-v9-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/jost-v9-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/jost-v9-latin-900.svg#Jost') format('svg'); /* Legacy iOS */
}

body {
    background-color: #FFFFFF;
    margin-left: 30px;
    margin-top: 30px;
}

a.navi {
    font-family: Jost; 
    font-weight: bold; 
    font-style: normal; 
    font-size: 160px;
    color: #000000;
    display:block;
    line-height: 78%;
    text-decoration: none;
}
a#navi1:hover,a.navi:active {
    color: #ccff00;
}
a#navi2:hover,a.navi:active {
    color: #4a00ff;
}
a#navi3:hover,a.navi:active {
    color: #ff00ff;
}
