
    body {
      scroll-behavior: smooth;
    }


/* Sticky footer styles
-------------------------------------------------- */
@font-face {
  font-family: 'Aeromatics';
  src: local('Aero Matics'), local('Aero Matics Bold'), url('https://cdn.epicm.org/fonts/aero_matics/aero_matics_bold.woff') format('woff'),
  url('https://cdn.epicm.org/fonts/aero_matics/aero_matics_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Aeromatics';
  src: local('Aero Matics'), local('Aero Matics Bold Italic'), url('https://cdn.epicm.org/fonts/aero_matics/aero_matics_bold_italic.woff') format('woff'),
  url('https://cdn.epicm.org/fonts/aero_matics/aero_matics_bold_italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Aeromatics';
  src: local('Aero Matics Display'), local('Aero Matics Display Italic'), url('https://cdn.epicm.org/fonts/aero_matics/aero_matics_display_italic.woff') format('woff'),
  url('https://cdn.epicm.org/fonts/aero_matics/aero_matics_display_italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}

html{
    font-family:'Museo Cyrl';
    font-style:normal;
}
body{
    display:flex;
    min-height:100vh;
    flex-direction:column;
    }

main{
    flex:1 0 auto;
}

.nav-fix {
    height: 128px !important;
    line-height: 128px !important;
}


a{
  text-decoration: none !important;
}
a:hover{
  text-decoration: none !important;
}
a:active{
  text-decoration: none !important;
}

.indicator
{ 
    background-color: #FFFFFF !important;
}

.shadow{
  font-family: 'Aeromatics';
  font-size: 25px;
  color: white !important;
  text-decoration: none !important;
/*  text-shadow:   #B0B0B0 1px 0px, #B0B0B0 1px 1px, #B0B0B0 0px 1px, #B0B0B0 -1px 1px, #B0B0B0 -1px 0px, #B0B0B0 -1px -1px, #B0B0B0 0px -1px, #B0B0B0 1px -1px, #B0B0B0 0 0 3px, #B0B0B0 0 0 3px, #B0B0B0 0 0 3px, #B0B0B0 0 0 3px, #B0B0B0 0 0 3px, #B0B0B0 0 0 3px, #B0B0B0 0 0 3px, #B0B0B0 0 0 3px;
*/
}
.shadow:hover{
  color: white !important;
  text-decoration: none !important;
  text-shadow:   #6b6b6b 1px 0px, #6b6b6b 1px 1px, #6b6b6b 0px 1px, #6b6b6b -1px 1px, #6b6b6b -1px 0px, #6b6b6b -1px -1px, #6b6b6b 0px -1px, #6b6b6b 1px -1px, #FFFFFF 0 0 5px, #FFFFFF 0 0 5px, #FFFFFF 0 0 5px, #FFFFFF 0 0 5px, #FFFFFF 0 0 5px, #FFFFFF 0 0 5px, #FFFFFF 0 0 5px, #FFFFFF 0 0 5px;

  /*text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
*/
}


.aeromatics-text{
  font-family: 'Aeromatics' !important;
}

