@font-face {
    font-family: 'Inria Sans';
    src: url('../typo/Inria/InriaSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bungee';
    src: url('../typo/Bungee/Bungee-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    /*box-shadow: none;*/
    border:none;
}

area {
	cursor: default;
}

a {
	text-decoration: none;
	color: initial;
}

/*Remove border on active in category button*/
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border:none;
    /* border-color: var(--bs-btn-active-border-color); */
}

/*Remove white hover from category dropdown*/
.dropdown-menu > li > a:hover {
    background-image: none;
    background: initial;
    color: #c1c1c1;
}

.dropdown-menu {
	padding-top: 10px;
}

.blockquote {
	font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

h1,h2, h3, h4 {
    font-family: Bungee;
}

h4 {
	font-size: 1.5em;
}

h1, h1.display-4 {
	margin-top: 84px;
	margin-bottom: 42px;
	font-size: 2.6rem;
}

h2, h2.display-4 {
	margin-top: 84px;
	margin-bottom: 25px;
	font-size: 2.0rem;
}

body {
  /*margin-bottom: 60px;*/
}

header {
    height: 156px;
    /*background-color: red;*/
}

.dropdown-menu {
	border-radius: 0;
	padding-bottom: 0;
}

#cookieConsentdiv {
	z-index: 1000;
	position: fixed;
	width: 400px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 30px 20px 30px;
	font-family: 'Century Gothic', sans-serif;
	box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.4);
	text-align: center;
	border-radius: 0px 0px 0 0;
}

#cookieConsentdiv button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: green;
	padding: 10px 50px;
	margin-top: -5px;
	color: white;
	transition: all ease 0.5s;
}

#cookieConsentdiv button:hover {
	background-color: darkgreen;
}

#cookieConsentdiv h3 {
	font-size: 22px;
}

#cookieConsentdiv p {
	font-size: 13px;
}

#cookieConsentdiv a {
	color: gray;
	text-decoration: underline;
}