/* body */
body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
}
.language-form{
    margin: 0px!important;
    padding: 0px!important;
    min-width: 0px;
    font-size: 0.8rem;
    flex-shrink: 1;                /* prevents selector from collapsing */
    display: fixed;
}
.language-switch{
    margin-bottom: 0px!important;
    width: auto;
    max-width: 80;
}
/* navbar */
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #2470FE;
    flex-shrink: 0;
    flex-wrap: nowrap;
}


.login_btn {
			width: 100%;
			background: #00aae1 !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}

.navbar-nav .nav-item {
    flex-shrink: 1;
    min-width: 0;
    display: flex;
    font-size: 0.9rem;
}
.navbar-nav .nav-link {
    font-weight: bold;
    color: black !important;
    word-break: keep-all;
    display: inline-block;
}
.navbar-nav .nav-item .btn-primary {
    white-space: normal;
    padding: 0.4rem 1rem;
    line-height: 1.2;
    min-width: 170px;
    flex-shrink: 1;
    word-break: keep-all;
}

.navbar-nav .nav-link:hover {
    color: #2470FE !important;
}
.btn-custom {
    padding: 12px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 10px;
}

.hero-section {
    margin-top: 100px;
}

.hero-section p {
    color: white;
}

.section h2 {
    color: #2470FE;
}

.section-bg-white {
    background-color: #ffffff;
}

.section-bg-light-blue {
    background-color: #f8f9fa;
}

.section-bg-navy-blue {
    background-color: #e9f5ff;
}

.body p {
    font-size: 1.5rem;
}

/* about */
.about-hero {
    text-align: center;
    padding: 100px 20px 50px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url("{% static 'images/banners/9206693.jpg' %}") center/cover no-repeat;
    color: white;
}
