li {
    list-style-type: none;
}

h1.small {
    font-size: 22px;
}

.bg-dark-gray {
    background-color: rgba(48, 48, 48, 1);
}

img.company-logo {
    width: 128px;
    height: 128px;
}
img.company-logo-md {
    width: 64px;
    height: 64px;
}
img.company-logo-sm {
    width: 48px;
    height: 48px;
}
img.imgClientSionPower {
	width: 100%;
	height: 96px;
}
img.imgClientNwb {
	height: 96px;
}



a {
    text-decoration: none !important;
}

a.ondark {
    color: lightblue;
}

.red {
    background-color: red;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}
p.mt-2 {
    margin-top: 80px;
}

footer {
    padding-top: 2em;
    padding-bottom: 1.5em;
    margin-top: 3em;
    background-color: rgba(0, 0, 0, 0.02);
}