body {
    /* background-image: url('../static/re1_jill_assets/'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

h1, h3 {
	color:red;
}

h1 {
    position: sticky; top: 0;
    padding: 1em; z-index: 10;  
}

p {
	text-align: center;
	color: honeydew;
	font-size: larger;
}

img {
	text-align: center;
	margin:auto;
	max-width: 100%;
	height: auto;
}

b, .subSectionDesc, .subSectionTitle {
	text-align: center;
	color: honeydew;
	font-size: larger;
}

.replyButton {
	width: 100%;
    text-align: center;
    margin-bottom: 4px;
}

.buttonGroup {
	flex: 18%;
	margin-left: 20px;
	margin-right: 0px;
}
.cookieMessage {
	flex: 85%;
	margin: auto;
}
.popupTextTitle {
	padding-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
    color: #c6d4df;
}
.popupTextTitle a {
    text-decoration: underline;
}
.cookiepreferences_popup {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2000;
	padding-top: 10px;
}
.cookiepreferences_popup_content {
	display: flex;
    box-sizing: border-box;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	padding: 16px 16px 10px 16px;
    max-width: 980px;
	background: linear-gradient(90.85deg, #333840 0.58%, #25282E 74.92%);
	box-shadow: 0px 0px 10px #000000;
    border-left: 2px solid #00CCFF;
}
@media all and (max-width: 910px) {
    body.responsive_page .cookiepreferences_popup_content {
        flex-direction: column;
    }
    body.responsive_page .cookiepreferences_popup_content .cookieMessage {
        margin-bottom: 20px;
    }
    body.responsive_page .cookiepreferences_popup_content .buttonGroup {
        flex-direction: row;
        margin-left: 0px;
    }
    body.responsive_page .cookiepreferences_popup_content .buttonGroup .replyButton {
        width: unset;
    }
}