﻿/* Place Your Custom Styles Here */

/*------------------------------------------------------------------
[15. Cookie]
*/
.js-cookie-policy-box {
	position: fixed;
	top: auto;
	bottom: 15px;
	left: 15px;
	right: 15px;
	margin: 0 auto;
	max-width: 1240px;
	padding: 15px;
	z-index: 9999;
	background-color: #040815;
	color: #cbcdd2;
	font-size: 0.875rem;
	line-height: 1.5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
}

.js-cookie-policy-box a {
	color: #cbcdd2;
	text-decoration: underline;
}

/* Responsive */
@media(max-width: 991px){
	h1, .h1 {
		font-size: 2rem;
		line-height: 2.75rem;
	}

	h2, .h2 {
		font-size: 1.75rem;
		line-height: 2.5rem;
	}
}




