﻿/*
*
*   Università di Enna Kore
*   #brand #color #custom #skin #fonts #theme
* 
*/

@import url('https://static.cineca.it/gf/css?family=Noto+Serif:700,400|Open+Sans:300,400,400i,600,700');

/* #theme #common */

body {
    color: #282828 !important; /* colore del testo */
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

body,
input,
select,
textarea,
.u-font-text {
    font-family: 'Open Sans', sans-serif !important;
}

a,
.u-color-links {
    color: #1461B7 !important; /* colore dei links */
}

h1,
h2,
h3,
h4,
h5,
h6,
.u-font-headings {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif !important;
}

.u-color-text-light { /* colore del testo più chiaro */
    color: #666666 !important;
}

/* loading bar (sovrascrive gli stile del plugin) */

#loading-bar .bar {
    background: orange;
}

/* filetto sotto i titoli */

.u-filetto::after {
    background: #8B949D !important;
}

/* #header della pagina */

.masthead {
    background: white !important;
}

 /* colore principale dell'header */

.masthead a,
.masthead button {
    color: white !important;
}

/* sfondo del sottoheader e della sua select */

.masthead-title,
.masthead-title select { 
    background-color: #343234 !important;
}

/* colore del sottoheader e della sua select */

.masthead-title-select,
.masthead select {
    color: white !important;
}

/* colore del filetto del menu off-canvas */

.masthead-menu-body li {
    border-color: #8B949D !important;
}

/* menu di utilità in fondo alla pagina */

.secondary-menu {
    background: #B7B7B7 !important; 
}

.secondary-menu a,
.secondary-menu {
    color: white !important;
}

/* footer in fondo alla pagina */

.closure {
    background: #B7B7B7 !important;
    color: #000000 !important;
}

/* modale */

.modal-header {
    background: #333333 !important;
}

.modal-title,
.modal button {
    color: white !important;
}

/* Navigazione anni */

.corso-insegnamenti-nav.is-sticky { /* border sotto gli anni  nel mobile */
    border-color: #8B929C !important;
}

.corso-insegnamenti-nav a.active { /* sfondo anno corrente nel desktop */
    background: #F3972D !important;
    color: white !important;
}

/* bottone primario */

button.primary {
    background: #8B929C !important;
    border-color: #808080 !important;
    color: white !important;
}
