/* Add here all your CSS customizations */
html .bg-octopo {
    background-color: #000000 !important;
}

.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid .custom-svg-btn-background polygon {
    fill: #00c5f8;
    stroke: #00c5f8;
}

.custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid:hover .custom-svg-btn-background polygon, .custom-svg-btn-style-1:not(.custom-svg-btn-style-1-light).custom-svg-btn-style-1-solid:focus .custom-svg-btn-background polygon {
    fill: #06728e;
    stroke: #06728e;
}

.custom-hero-sub-images-style-1:before, .custom-hero-sub-images-style-1:after {
    background: #00c5f8;
}

.custom-hero-sub-images-style-1 .custom-hero-sub-images-shadow {
    box-shadow: 0px 0px 80px 68px #06728e;
}