@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");

body, input, select, textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
}


.bg-banner {
    background-size: cover;
    background: #62b4ac url("../images/banner-min-4bc1a2bd29498e51dc77f533f2d5c6ff.jpg") no-repeat 50%;
}

.text-black-70 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.7) !important;
}

.jn-notify {
    width: 420px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.mh-100vh {
    min-height: 100vh;
}

main {
    flex: 1;
}

.top-message {
    text-align: center;
    background-color: #ffc107;
    position: sticky;
    top: 0;
    color: black;
    z-index: 5000;
}

.top-message .title {
    font-size: 1.4em;
}
  