@charset "utf-8";
/* CSS Document */
.wrapper
{
	padding: 0;
	z-index: 100;
	width: 100%;	
}

.wrapper h1
{
	font-family: "PT Mono";
	font-size: 20px;
	color: #696667;
	Padding-left:10%;
	padding-top: auto;
}

.wrapper p
{
	font-size: 14px;
	padding-left: 12%;
	padding-right: 21%;
	color:#696667;
	font-family: "PT Mono";
}


.wrapper a
{
	color:#964f4c;
	font-family: "Arciform";
}

.cookie-container
{
	position: fixed;
	width: 350px;
	height: 225px;
	left: 5%;
	right: auto;
	bottom: -100%;
	text-align: justify;
	background-color: #FFF;
	transition: 400ms;
	border-radius: 8px;
	border:solid 1px #964f4c;
	box-shadow: 0px 0px 5px 5px rgba(150,79,76,0.25);

}

.cookie-container.active
{
	bottom:5%;
}

.cookie-btn
{
	font-family: "PT Mono";
	border:1px solid #964f4c;
	color: #696667;
	background:#FFF  no-repeat;
	background-size: -100%;
	font-size: 12px;
	padding: 2px 15px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	height: 25px;
	width: 75px;
	transition: 1s ease
	
	
}

.cookie-btn:hover{
	color: #FFF ;
	background-size: 100%;
	background:RGBA(105,102,103,1) no-repeat;
}

.cookie-btnRej
{
	font-family: "PT Mono";

	border:1px solid #964f4c;
	color: #696667;
	background:#FFF  no-repeat;
	background-size: -100%;
	font-size: 12px;
	padding: 2px 15px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	height: 25px;
	width: 75px;
	transition: 1s ease;
	margin-left: 7%;
	
	
}

.cookie-btnRej:hover{
	color: #fff ;
	background-size: 100%;
	background:RGBA(105,102,103,1) no-repeat;
}

.buttons{
	text-align: center;
	margin-top: 10%;
}
