@font-face {
    font-family: blog-script;
    src: url("font/Destain-Xgma.ttf") format("truetype");
}

h1,
h2,
h3 {
    font-family: blog-script;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input {
    border-radius: 0;
}

.jumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/background.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: blur(5px);
}

.jumbotron {
    position: relative;
    min-height: 94vh;
}

.navbar {
    background-color: #0864a2;
}

.main {
    margin-top: 50px;
}

#about,
#activities,
#contact {
    color: #0864a2;
}

#about {
    margin-top: 100px;
}

#activities {
    background-color: #f5f7ff;
    margin-top: 50px;
}

#contact {
    background-color: #5faad9;
    color: #f5f7ff;
}

#footer {
    background-color: #0864a2;
}

a {
    text-decoration: none;
    color: inherit;
}

.nav-logo {
    height: 30px;
}

.btn-custom {
    background-color: #0864a2;
    color: #f5f7ff;
    border-color: #0864a2;
}

.btn-custom:hover {
    background-color: #f5f7ff;
    color: #0864a2;
    border-color: #0864a2;
}

.color-custom {
    color: #0864a2;
}

.color-custom-dark {
    color: #102359;
}

.date {
    background-color: rgba(0, 0, 0, 0.6);
}
