﻿@font-face {
	font-family: "DIN";
	font-family: DIN;
	font-weight: 400;
	src: url("../font/DIN-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "DIN";
	font-family: DIN;
	font-weight: 600;
	src: url("../font/DIN-Bold.ttf") format("truetype");
}

@charset "UTF-8";

body {
	/*font-family: DIN;*/
	/*font-size: 15pt;*/
}

.header-logo {
	height: 108px;
}

.navlist {
	margin-top: 83px;
}

.navbar-toggler {
	margin: 75px 0 0 0;
}

.nav-link {
	padding-bottom: 0;
}

.category {
	height: 50px;
	background-color: black;
	margin-bottom: 2px;
}

.mainheadernews {
	margin: 0;
	padding: 0;
}

#homemoodpicture > .carousel-item {
	height: 600px;
}

.raffle-won {
	/*font-family: Bungee;*/
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: bold;
}

.carousel-item > .moodimg {
	height: 100%;
	width: 100%;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.newsbox:first-child {
	margin-left: 10px;
}

.training-img {
	background-image: url("../graphics/index/training.jpg");
}

.police-img {
	background-image: url("../graphics/index/police.jpg");
}

.firefighter-img {
	background-image: url("../graphics/index/firefighter.jpg");
}

.hospital-img {
	background-image: url("../graphics/index/hospital.jpg");
}

.publicsector-img {
	background-image: url("../graphics/index/publicsector.jpg");
}

.military-img {
	background-image: url("../graphics/index/military.jpg");
}

.category .col {
	height: 50px;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	-webkit-appearance: none;
}

button.category-picker {
	color: white;
	font-size: 1.2rem;
	font-family: DIN;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-appearance: none;
	border: 0;
	transition: none;
	height: 50px;
}

.list-category-picker li a {
	color: white;
	font-size: 1.2rem;
	margin-right: -0.7rem;
	margin-bottom: 0px;
	font-family: DIN;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 30px;
	-webkit-appearance: none;
}

.list-category-picker li {
	padding-top: 4px;
	padding-bottom: 2px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

ul.list-category-picker {
	border: none;
	margin: 0 0 !important;
	padding-top: 0 !important;
	/*border-radius: 2;*/
	/*background-color: white;*/
	-webkit-appearance: none;
}

	ul.list-category-picker li:last-child {
		/*border-end-end-radius: 8px;
		border-end-start-radius: 8px;*/
		border-end-end-radius: 0;
		border-end-start-radius: 0;
	}

.headerpictureicon {
	height: 170px;
	margin-top: 90px;
}

#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #ffffff;
	opacity: .4; /* Set a background color */
	color: black; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 30px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
	box-shadow: 0 0 10px 0px black;
}

#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
	color: white;
}

.NoCategory {
	background-color: #373737;
}

.NoCategory-light {
	background-color: #6d6d6d;
}

.hospital {
	background-color: #6B2909;
}

.military {
	background-color: #3F3225;
}

.publicsector {
	background-color: #181B1B;
}

.police {
	background-color: #0E1938;
}

.firefighter {
	background-color: #591815;
}

.training {
	background-color: #183511;
}

.hospital-light {
	background-color: #915B3E;
}

.military-light {
	background-color: #6D5F53;
}

.publicsector-light {
	background-color: #4C4B4C;
}

.police-light {
	background-color: #4a4660;
}

.firefighter-light {
	background-color: #834A44;
}

.training-light {
	background-color: #535F47;
}

.headerpicture {
	height: 300px;
}

footer {
	margin-top: 50px;
}

.navlist > li {
	margin: 0 0 17px 12px;
	font-size: 1.2rem;
	font-family: DIN;
	font-weight: 400;
	text-transform: uppercase;
}

.offcanvas {
	--bs-offcanvas-width: 300px;
}

.navlist li a {
	color: black;
	font-family: DIN;
	font-weight: 400;
}

.bg-police {
	background-image: url('../graphics/all/police.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50vh;
}

select {
	-webkit-appearance: none;
}

.ref-text-overlay {
	position: relative;
	text-align: center;
	color: white;
	font-size: 1.8em;
}

.ref-text-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news-plugin {
	width: 100%;
	/* this code clamps based on specified lines */
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	min-height: 220px;
	max-height: 220px;
}

@media screen and (max-height: 1020px) {
	#homemoodpicture > .carousel-item {
		height: 400px;
	}
}

@media (max-width: 1920px) {
	#homemoodpicture > .carousel-item {
		height: 400px;
	}
}

@media (max-width: 1400px) {

	header {
		height: 150px;
	}

	.navlist li {
		margin: 0 0 0 25px;
		font-size: 1.5rem;
	}

	.dropdown li {
		font-size: 1.2rem;
	}

	.navlist ul {
		padding-top: 0;
	}

	.navlist {
		margin-top: 15px;
	}

	.navbar-toggler {
		margin-top: 70px;
		margin-right: 10px;
	}
	#homemoodpicture > .carousel-item {
		height: 400px;
	}
	
}

@media (max-width: 1200px) 
{
	
}

@media (max-width: 992px) {
	header {
		height: 100px;
	}

	.header-logo {
		height: 80px;
	}

	.navlist li {
		margin: 0 0 0 25px;
		font-size: 1.2rem;
	}

	.navlist {
		margin-top: 0;
	}

	.navbar-toggler {
		margin: 38px 10px 0 0;
	}

	.offcanvas {
		--bs-offcanvas-width: 200px;
	}

	#homemoodpicture > .carousel-item {
		height: 400px;
	}

	.ref-text-overlay {
		font-size: 1.2em;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 16px;
	}

	#homemoodpicture > .carousel-item {
		height: 250px;
	}

	button.category-picker {
		font-size: 1.0rem;
	}

	.list-category-picker li a {
		color: white;
		font-size: 1.0rem;
		margin-right: -0.7rem;
		margin-bottom: 0px;
		font-family: DIN;
		font-weight: initial;
		text-transform: uppercase;
		padding-left: 20px;
		padding-right: 30px;
		-webkit-appearance: none;
	}
	.ref-text-overlay {
		font-size: 1.2em;
	}
}

@media (max-width: 576px) {
	.ref-text-overlay {
		font-size: 1.8em;
	}
}
