#cookie-container {
	position: fixed;
	bottom: -100%;
	left: 25%;
	right: 25%;
	background: rgba(0,0,0,0.85);
	color: #FFFFFF;
	border: solid 0.125rem #01407F;
	border-radius: 1rem;
	padding: 0.5rem 0.75rem 0.5rem 0.75rem;
	transition: 400ms;
	line-height: 1.25;
	display: inline-block;
	z-index: 20;
}

#cookie-container.active {
	bottom: 50%;
}

#cookie-button {
	background: #01407F;
	border: 0;
	padding: 0.35rem 0.5rem 0.5rem 0.5rem;
	color: #FFFFFF;
	font-family: EB Garamond, serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05rem;
	text-decoration: none;
	border-radius: 0.5rem;
	cursor: pointer;
	float: right;
}

#cookie-button:hover {
	background-color: #000000;
}

#cookie-heading {
	display: block;
	color: #FFFFFF;
	font-family: EB Garamond, serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.050rem;
	text-decoration: none;
	padding: 0rem 0rem 0rem 0rem;
	margin-block-start: 0rem;
    margin-block-end: 0rem;
    margin-inline-start: 0rem;
    margin-inline-end: 0rem;
	-webkit-margin-before: 0rem;
	-webkit-margin-after: 0rem;
	-webkit-margin-start: 0rem;
	-webkit-margin-end: 0rem;
}

#cookie-text {
	display: block;
	padding: 0.5rem 0rem 0.75rem 0rem;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}

#cookie-text a:link, #cookie-text a:visited {
	color: #CCCCCC;
	cursor: pointer;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}

#cookie-text a:hover, #cookie-text a:active {
	color: #FFFFFF;
	cursor: pointer;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}

@media all and (max-width: 1180px) {
#cookie-container {
	left: 30%;
	right: 30%;
}
#cookie-container.active {
	bottom: 37.5%;
}
}

@media all and (max-width: 868px) {
#cookie-container {
	left: 24%;
	right: 24%;
}
}

@media all and (max-width: 668px) {
#cookie-container {
	left: 15%;
	right: 15%;
}
}

@media all and (max-width: 468px) {
#cookie-container {
	left: 0.75rem;
	right: 0.75rem;
}
}