/**Font**/
@font-face {
	font-family: 'AveriaSerifLibre';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("../webfonts/AveriaSerifLibre-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Cambria';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("../webfonts/Cambria-Font-For-Windows.ttf") format("truetype");
}

html, body {
	font-family: Cambria !important;
	min-height: 100vh;
	font-size: 16px;
}

header, footer {
	background-color: #0E1F16;
	color: #CCCCCC;
	padding: 12px 20px;
	text-align: center;
	backdrop-filter: blur(6px);
	left: 0;
	width: 100%;
	z-index: 10;
}

.hero {
	background: linear-gradient(120deg, #004424, #6B330A);
	color: #fff;
	padding: 120px 0;
}

.hero h1 {
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
}

.section-title {
	font-family: 'Playfair Display', serif;
}

.journal-card {
	border-radius: 1rem;
	box-shadow: 0 20px 40px rgba(0,0,0,0.08);
	overflow: hidden;
	background: #fff;
}

.journal-card img {
	height: 240px;
	object-fit: cover;
}

.cta {
	background: #004424;
	color: #fff;
}

header { top: 0; }

/** Home Page **/
.navline::after {
	content: '';
	background: linear-gradient(21deg, #8E1D36, #F6DA01);
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.navlines {
	content: '';
	background: linear-gradient(21deg, #8E1D36, #F6DA01);
	height: 3px;
	width: 100%;
}
/** Login Page **/
.login-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 350px;
	padding: 40px;
	text-align: center;
	height: 450px;
}

.logo {
	/*background-color: #008244;*/
	background-image: url('../img/logo.png');
	background-size: cover;
	background-position: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.custom-primary-text {
	color: #004C71;
}

.custom-secondary-text {
	color: #AD4F2E;
}

.btn-primary {
	background-color: #AD4F2E;
	border: none;
}

.btn-primary:hover {
	background-color: #8C3E22;
}
/** Document Page **/
.table thead {
	background-color: #AD4F2E;
	color: #fff;
	top: 120px !important; /* adjust this based on navbar height */
    z-index: 1020;
}

.brown-text {
	color: #AD4F2E;
}

.file_input_img {
	height: 0.1px;
	width: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}