@font-face {
    font-family: comforta;
    src: url('../webfonts/Comfortaa-VariableFont_wght.ttf');
}

html, body {
    height: 100%;
}

body {
    background: url("../imgs/background.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: comforta, Arial;

}

input, textarea {
    font-family: 'Times New Roman', Times, serif;
}

.full-height {
    min-height: 100%!important;
}

/* only screen and (min-device-pixel-ratio: 1.6), 
only screen and( min-resolution: 160dpi), 
only screen and( min-resolution: 1.60dppx) */

@media only screen and (-webkit-min-device-pixel-ratio: 1.75) and (min-width: 800px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 800px), only screen and(-o-min-device-pixel-ratio: 1.75) and (min-width: 800px) {
    .highDPI-rescale {
        transform: scale(0.8);
        transform-origin: top center;
        /* width: 125%; */
        /* height: 125%; */
    }
    .highDPI-rescale-much {
        transform: scale(0.6);
        transform-origin: top center;
        /* width: 125%; */
        /* height: 125%; */
    }
    #print-screen {
        height: 105vh!important;
    }
}

@media (min-width: 1350px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

.container {
    max-width: none!important;
}

#WelcomeBanner {
    opacity: 0.75;
}

#WelcomeBanner:hover {
    opacity: 1;
}

/* #helpBtn {
    position: fixed;
    right: 0px;
} */

#helpBtn.active a {
    color: white;
}

/* .btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #8064A2!important;
    border-color: #8064A2!important;
} */

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: white;
}

.navbar .nav-link {
    font-family: comforta, Arial;
}

.navbar .nav-item.active .nav-link {
    font-family: comforta, Arial;
    font-weight: bold;
}

.nav-item.active #imgLentiBtn {
    filter: invert(100%) sepia(0%) saturate(578%) hue-rotate(81deg) brightness(119%) contrast(109%);
}

@media (min-width:990px) {
    .navbar .nav-item {
        width: 10.5rem;
    }
}

@media (max-width:990px) {
    .w-small-100 {
        width: 100%;
    }
}

/* .navbar-light .btn-primary:not(:disabled):not(.disabled) {
    border-color: transparent;
    background-color: transparent;
} */

/* .navbar-light .btn-primary:not(:disabled):not(.disabled).active {
    background-color: rgba(252, 223, 3, 0.1);
    border-color: rgba(252, 223, 3, 0.3);
    ;
}

.navbar-light .btn-primary:not(:disabled):not(.disabled):hover {
    background-color: rgba(252, 223, 3, 0.2);
} */

.btn-outline-secondary.active .text-muted {
    color: white!important;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    color: #007bff!important;
    cursor: pointer;
}

#cognomeTxt:focus, #nomeTxt:focus, input[type='number']:focus {
    background-color: var(--light);
    font-weight: bold;
    font-size: larger;
}

.text-negative {
    color: red;
}

.text-negative:focus {
    color: red;
}

.trasp-div {
    min-height: 1.3rem;
}

#mainContainer {
    background: rgba(255, 255, 255, 0.9);
}

.setting-txt {
    margin-bottom: 0.5rem;
}

.format-bold {
    font-weight: bold;
}

.format-italic {
    font-style: italic;
}

.format-large {
    font-size: 1.5rem;
}

/* Anagrafica */

#cognomeTxt {
    text-transform: uppercase;
}

#nomeTxt {
    text-transform: capitalize;
}

/* Ricetta bianca */

textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}


.footer a{
    display: inline-block;
    width: 8em;
}

#footer{
    background-color: rgba(0, 0, 0, 0.1);
}