/*#region Master*/

:root { 
    --offBlack: #212529;
    --skfdBlue: #113e5f;
}

html {
  font-size: 14px;
}

/*#endregion*/


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*#region Privacy Policy*/

.privacy {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .privacy h1 {
        margin-bottom: 35px;
    }

    .privacy h6 {
        font-size: 14px;
        letter-spacing: 0.35px;
        font-weight: bold;
        line-height: 19.6px;
        color: var(--offBlack);
    }

    .privacy p {
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 19.6px;
        color: var(--offBlack);
    }

    .privacy ul {
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 19.6px;
        color: var(--offBlack);
    }

/*#endregion*/


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    /*#region Privacy Policy*/

    .privacy {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    /*#endregion*/

}

