/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
body {
    font-family:  "Merriweather", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-variant-numeric: lining-nums;
    }
h1, h2, h3, h4, h5, h6, .nav-link, .nav-pills .nav-link.active, .nav-pills .show > .nav-link  {
font-family:  "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 800;
}       
h6, .btn {
font-family:  "Merriweather sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}       
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #000; background-color: #1dd3ff;
} 
.okraj {border: 1px silver dotted;} 
.bord {border: solid #1dd3ff 0.5px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #1dd3ff;}
.min-vh-80 {min-height: 80vh;}
.min-vh-90 {min-height: 90vh;}
.card.bg-white {background-color: rgba(255, 255, 255, 0.2) !important;}
.blockquote {border-left: none; padding-left: 0;}