@font-face {
    font-family: 'roboto-light';
    src: local('roboto-light'), url(../fonts/Roboto-Light.woff2) format('woff2');
}

html,
body {
    font-family: 'roboto-light', sans-serif;
    font-size: .975rem;
    color: #fff;
    /*  display: flex;
  align-items: center; */
    background-color: #0e1b35;
}

a,
a:hover,
a:focus,
a:active,
a:target,
a:link {
    text-decoration: none;
    color: inherit !important;
}

.container {
    max-width: 960px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.bg-dkcenergy {
    background-color: #0e1b35;
}

.text-dkc {
    color: #d91a15 !important;
}

.link-underline-light {
    text-decoration: underline !important;
}