

    /* CSS HEX
    --cultured: #f3f3f3;
    --old-lace: #f5f1e3;
    --light-sky-blue: #83d3ff;
    --blue-green: #4291b4;
    --lapis-lazuli: #366489;
    --ruby: #d81159;
    --spanish-orange: #ec6a00;

     CSS HSL
    --cultured: hsla(0, 0%, 95%, 1);
    --old-lace: hsla(47, 47%, 93%, 1);
    --light-sky-blue: hsla(201, 100%, 76%, 1);
    --blue-green: hsla(198, 46%, 48%, 1);
    --lapis-lazuli: hsla(207, 43%, 37%, 1);
    --ruby: hsla(338, 85%, 46%, 1);
    --spanish-orange: hsla(27, 100%, 46%, 1);

    SCSS RGB
    $cultured: rgba(243, 243, 243, 1);
    $old-lace: rgba(245, 241, 227, 1);
    $light-sky-blue: rgba(131, 211, 255, 1);
    $blue-green: rgba(66, 145, 180, 1);
    $lapis-lazuli: rgba(54, 100, 137, 1);
    $ruby: rgba(216, 17, 89, 1);
    $spanish-orange: rgba(236, 106, 0, 1);

    */

    html, body, p, a {
        overflow-x: hidden;
        color: #366489;
    }
    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(243, 243, 243, 1);
        line-height: 30px;
        opacity: 0.9;
        position: relative;
        min-height: 100vh;
    }

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

    }
    h1 {
        text-align: center;
        margin-top: 5rem;
        margin-bottom: 2rem;
        color: #83d3ff;
    }
    h2 {
        margin-bottom: 1rem;
        color: #4291b4;
    }
    h3 {

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