body {
	color: #fff;
}

hr {
	border-color: #fff;
}

.flsht-errorpage .container {
	max-width: 600px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat',helevetica,sans-serif;
	font-weight: bold;
	font-style: normal;
}

.flsht-errorpage h2 {
	font-size: 3rem;
}

.flsht-error-message {
	padding:1em;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0.25rem;
	color: #111;
	text-align: center;
}

a,a:hover {
	color: inherit;
	text-decoration: underline;
}

.flsht-header {
	position: relative;
	z-index: 1;
	padding: 30px 0;
	text-align: center;
}

.flsht-logo {
	/*max-width: 500px;*/
}

.flsht-content {
	position: relative;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
	padding:30px 0;
}

.flsht-content h2 {
	text-align: center;
}

.flsht-content h3 {
	margin-bottom: 1rem;
}

.flsht-content img {
	width: 100%;
}

.flsht-content ul,
.flsht-content li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flsht-footer {
	position: relative;
	z-index: 1;
	padding:30px 0;
}

.flsht-background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.flsht-background-colors {
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}
@-moz-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}
@keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}


.privacy h3,
.privacy p,
.privacy li,
.privacy li strong {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: bold;
}
.privacy h3 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 30px;
}
.privacy ol {
	font-weight: bold;
	margin-left: 15px;
}
.privacy strong {
	display: block;
	margin-bottom: 5px !important;
}
.privacy ul {
	list-style: disc;
}
.privacy ul li {
	list-style: disc;
	margin-left: 15px;
}
.privacy p,
.privacy li p,
.privacy li li {
	font-weight: normal;
}
.privacy ol li ol {
	list-style-type: lower-roman;
	padding-left: 15px;
}