/* Oswald resp Miso Bold */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: bold;
src: url('Miso Bold.eot'); /* IE9 Compat Modes */
    src: local(''),
       url('Miso Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Miso Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('Miso Bold.woff') format('woff'), /* Modern Browsers */
       url('Miso Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('Miso Bold.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* Oswald resp Miso Light */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: regular;
src: url('Miso Light.eot'); /* IE9 Compat Modes */
    src: local(''),
       url('Miso Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Miso Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('Miso Light.woff') format('woff'), /* Modern Browsers */
       url('Miso Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('Miso Light.svg#Oswald') format('svg'); /* Legacy iOS */
}



.cd-header-empty .cd-navigation-bar-container {

    border-bottom: 4px solid #fbd932ff;
}
.cd-navigation-bar-container {

    top: 0;
    width: 100%;
    z-index: 30010;
    transition: all 0.4s ease;
    border-bottom: 4px solid #265EAE;
}



.cd-singledropdownmenu .cd-menu-level-1 a:hover {
opacity: 1;    
color: rgba(255,255,255,1);
}
.cd-singledropdownmenu .cd-menu-level-2 a:hover { 
opacity: 1;    
color: rgba(255,255,255,1);
}


.cd-footer { 
   border-top: 4px solid #d5641eff;
}

