html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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: 0px;
}
.chloes-light {
    background-color: #6F6F71;
}
.margin-bot-minus-1 {
    margin-bottom: -1px;
}
.borderadius-left-16 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.icp-form-nav {
    padding-top: 3px;
}
.lang-link {
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    border: none;
    padding: 0;
    font-weight: bold; /* Optional: looks sharper */
}

    .lang-link:hover,
    .lang-link:focus {
        color: white;
        background-color: transparent;
        box-shadow: none;
    }
.navbar-nav .nav-link {
    color: white !important;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
    .navbar-nav .nav-link .dropdown-menu li a {
        color: black !important;
        text-transform: uppercase;
        margin-right: 15px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
.footer-chloes-light-bg {
    background-color: #6F6F71;
    margin-top: 25px;
    /*background-image: url(https://staging.icpnetworks.co.uk/img/bg/footer-bg-image-chloe.png);*/
    background-image: url(https://staging.icpnetworks.co.uk/img/bg/footer-bg-image-chloe-expanded-cropped.png);
    background-repeat: no-repeat;
    background-position: center 160px;
    min-height: 750px;
    height: auto;
    padding-bottom: 100px;
}
.foot-links-header {
    font-size: 0.9em;
    font-weight: bold;
    font-kerning: none;
    color: #FFF;
    color: #FFF;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 6px;
    margin-bottom: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    border-bottom: thin solid white;
}
.footer-link-list {
    text-align: center;
    padding-top: 0.25em;
}
    .footer-link-list li {
        list-style-position: inside;
        list-style-image: none;
        list-style-type: none;
        font-size: 0.8em;
        font-weight: normal;
        margin-bottom: 0.1em;
    }
    .footer-link-list li a {
        color: white;
        text-decoration:none;
    }
.footer-logo {
    display: flex;
    text-align: center;
    margin-top: 20.5em;
    justify-content: flex-start;
}
.footer-copyright {
    color:white;
}