@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, #sekretariat{
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0rem;
}

h1{
    font-size: 1.75rem !important ;
}

.bg-black{
    background-color: black;
}

.overbg{
    transition: .5s ease;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    position: absolute;
    opacity: 0;
}

.frame:hover .overbg {
  opacity: 0.8;
}

.text-capt{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
}

