body {
    margin-top: 44px;
}

nav {
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    color: white
}
ul.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.navbar .nav-link {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-family: Arial;
}
.navbar .nav-link:hover {
    background-color: #555;
    border-radius: 4px;
}


#home {
    min-height: 90vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                      url(/assets/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#about, #anons {
    min-height: 50vh;
    text-align: justify;
}

#anonsDescription {
    text-align: center;
    font-size: 200%;
}

@media (max-width: 767px) {
    #anonsDescription {
        text-align: justify;
        font-size: 120%;
    }
}


.section.bg {
    color: white;
}

.section {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section h1, h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.section-content {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.section-info {
    text-align: justify;
}

.section-columns {
    display: flex;
    justify-content: space-between;
}
.section-column {
    width: 250px;
}

.section-column-content {
    text-align: left;
}
.bg {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.9)),
                url("/assets/images/bg1.png");
    background-size: cover;
}


.card video {
    max-height: 300px;
    object-fit: cover;
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    border: none;
}
.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

h5 {
    min-height: 1.5em;
}

/*.section.bg h2  {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.section.bg h2:after  {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 3px;*/
/*    background: #d4af37;*/
/*    bottom: -10px;*/
/*    left: 25%;*/
/*}*/
