[data-bs-theme="dark"]{
    --focusBorder: rgba(255, 255, 255, .25);
    --activeBorder: #fff;
    --waterColor: rgb(80, 130, 160);
    --adaptiveColor: rgb(255, 255, 255);
}

[data-bs-theme="light"]{
    --waterColor: rgb(120, 190, 230);
    --adaptiveColor: rgb(0, 0, 0);
}

.nav-masthead .nav-link {
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: var(--focusBorder);
}

.nav-masthead .nav-link{
    margin-left: 1rem;
    font-size: 18px;
}

.nav-masthead .active {
    border-bottom-color: var(--activeBorder);
}

.topCover{
    background-image: url(imgs/Horgaszengedely.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.halaszCover{
    background-image: url(imgs/fisher.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.transparent-blur {
    background: rgba(0, 0, 0, 0.6);
    /*backdrop-filter: blur(2px);*/
}

.featurette-divider {
    margin: 5rem 0;
}
  
.featurette-heading {
    letter-spacing: -.05rem;
    font-size: 50px;
}

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
}

.bg-water{
    background-color: var(--waterColor);
}

.text-adaptive{
    color: var(--adaptiveColor);
}

.text-water{
    color: rgb(98, 195, 255);
}