﻿html, body{
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
}

.gdpr-header{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.page-title{
	text-align: center;
	border-bottom: 3px solid #e71b2c;
}

ol{
	font-size: 120%;
	font-weight: bold;
	color: #e71b2c;
	padding-left: 18px;
}
ol.double{
	padding-left: 24px;
}

footer{
	color: #fff;
	background-color: #337ab7;
	font-size: 200%;
	padding: 20px;
	text-align: center;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}