*{
	font-family: "Secular One";
}
body{
	background-color: var(--lemon-meringue);
}
textarea {
	resize: none;
}
separator{
	margin-top: 50px;
	display: block;
}
#body{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-image{
	max-width: 100%;
	min-width: 100%;
	/*background-color: var(--dark-sea-green);*/
}
.big-text{
	font-size: 20px;
}
.section-text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.section-text a{
	color: #343a40;
	text-decoration: none !important;
}
.section-text a:hover{
	color: #545b62;
	text-decoration: none !important;
}
.section-head{
	display: block;
}
.profile-picture-container{
	width: 80%;
	height: 80%;
	text-align: center;
}
.profile-picture{
	width: 100%;
	border-radius: 50%;
}
.profile-picture.not-rounded{
	border-radius: 0;
}
.pixelated{
	image-rendering: pixelated;
}
.section-text a.btn-dark{
	color: #fff;
}
.demon-image{
	width: 100%;
	margin: 20px 0;
}

#cookies, #cookiesPolicy{
	position: fixed;
	background-color: var(--dark-sea-green);		
	padding: 20px;
	text-align: center;
	bottom: 0;
	width: 100%;
}

@media (min-width: 992px){
	#cookies, #cookiesPolicy{
		bottom: 30px;
		left: 30px;
		width: 450px;		
		border-radius: 15px;
	}
}

.policy-header{
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	width: 100%;
	text-align: right;
	padding-right: 15px;
	font-size: 20px;
	color: #212529;
	cursor: pointer;
	border-bottom: 2px solid #212529;
}
.policy-body{
	text-align: center;
	padding: 20px;
}
.policy-body a, .policy-body span{
	text-decoration: none;
	color: #55286F;
	transition: 0.5s color;
}
.policy-body a:hover, .policy-body span:hover{
	text-decoration: none;
	color: #836893;
	transition: 0.5s color;
	cursor: pointer;
}
.vote-count{
	color: white;
    display: block;
    font-size: 15px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
}
.votes-element{
	display: none;
}

a.ero-matcha{
	color: var(--dark-sea-green);
	text-decoration: none !important;
}
a.ero-matcha:hover{
	color: var(--dark-tea-green);
	text-decoration: none !important;
}

a.footer-link, #cookiesPolicy a[href="cookies"]{
	color: white;
	text-decoration: none !important;
}
a.footer-link:hover, #cookiesPolicy a[href="cookies"]:hover{
	color: lightgrey;
	text-decoration: none !important;
}