@charset "UTF-8";
/* CSS Document */
html{height:100%}
html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
.my-nav{font-weight:600;}
.fuller{min-height:100vh;}
section, .container-fluid{
--bs-gutter-x: 0!important; 
--bs-gutter-y: 0!important;
}

.bg-image-1 {
    background-image: url("/images/bg-bw-studio1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 24% 65%;
}
.bg-alice {
    background-color: aliceblue;
    border-radius: 1rem;
}
div.my-text {
    z-index: 300!important;
}
a.btn-kfs:link {
    background-color: darkorange;
    color: white;
    box-shadow: 2px 2px 4px gray
}
a.btn-kfs:hover {
    background-color: powderblue;
    color: black;
    box-shadow: none;
}
a.btn-kfs:visited {
    background-color: darksalmon;
    color: white;
    box-shadow: 2px 2px 4px gray
}
.card {
    box-shadow: 2px 2px 4px gray;}

.footer {
    margin-top: 1rem;
}

