/* CSS HEX *
--cultured: #f2f2f2;
--medium-candy-apple-red: #191919;
--bordeaux: #95010f;
--gainsboro: #dddddd;
--eerie-black: #191919;


 SCSS RGB
$cultured: rgba(242, 242, 242, 1);
$medium-candy-apple-red: rgba(223, 26, 45, 1);
$bordeaux: rgba(149,1,15,1);
$gainsboro: rgba(242, 242, 242, 1);
$eerie-black: rgba(25, 25, 25, 1);

    */

    html, body, p, a {
        overflow-x: hidden;
        color: #191919;
    }
    h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
        font-style: normal;
    }
    hr {
        border-top: ;
    }
    button:focus {
        box-shadow: none;
    }
    .btn:focus {
        box-shadow: none;
    }
    .mobile_show {
        display: none;
    }

/* Stile Sito */

    body {
        background-color: rgba(242, 242, 242, 1);
        line-height: 30px;
        opacity: 0.9;
        position: relative;
        min-height: 100vh;
    }

    p {
        text-align: justify;
        color: #191919;

    }
    h1 {
        text-align: center;
        margin-top: 5rem;
        margin-bottom: 2rem;
        color: #df1a2d;
    }
    h2 {
        margin-bottom: 1rem;
        color: #95010f;
    }
    h3 {

        color: #95010f;
    }
    a {
        color: #ec6a00;
    }
    a:hover {
        text-decoration: none;
    }
    .my-12 {
        margin-top:10rem !important;
        margin-bottom: 10rem !important;
    }
    .btn-outline-info {
    color:  #df1a2d;
    border-color:  #df1a2d;
    }
    .btn-outline-info:hover {
    color: #95010f;
    background-color: #ec6a00;
    border-color: #ec6a00;
    }
    /* .font-corrector {
        font-family: 'Kommon Grotesk';
        font-weight: 600;
    } */
