/* James CSS */


section.free-text-form-container {
    max-width: 1140px;
	overflow-y: hidden;
	padding: 0 !important;
	
	opacity: 0;
	height: 0px;
	transition: height 0.5s ease-in, opacity 0.5s ease-out;
}

section.free-text-form-container.visible {
	height: 635px;
/*     height: auto; */
	opacity: 1;
}

section.free-text-form-container .inner {
    background: #2d2a26;
	color: #ffffff;
	padding: 60px;
}

section.free-text-form-container h4 {
    margin: 0;
    font-size: 24px;
}

section.free-text-form-container p {
    margin: 0;
    margin-bottom: 14px;
}

section.free-text-form-container textarea {
    margin-bottom: 14px;
	resize: none;
	padding: 10px;
}

section.free-text-form-container button {
    margin-bottom: 24px;
	font-size: 18px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: none;
	border-radius: 50px;
	padding: 10px 30px;
	cursor: pointer;
	transition: background 0.3s ease-in;
       
}

section.free-text-form-container button:hover {
	background: rgba(255, 255, 255, 0.16);
}

.like-dislike-container .vote-btn {
	transition: background 0.3s ease-in, opacity 0.3s ease-out;
}

.like-dislike-container .vote-btn.inactive:hover {
	background: none !important;
}

.like-dislike-container .vote-btn.clicked {
	background: rgba(45,42,38, 0.16) !important;
}

.like-dislike-container .vote-btn.inactive {
	cursor: default;
	opacity: 0.5;
}

.like-btn svg, 
.dislike-btn svg {
	margin-right: 10px;
}








.overview .tombstone div p {
    font-size: 16px !important;
    margin: 0;
}

section.feedback-footer {
    padding: 100px 60px !important;
}



main.home {
	/* background-image: url('/wp-content/uploads/2022/09/home-standing.png') !important; */
	background-size: cover !important;
	background-position: center center !important;
	
}

main.home .generic-header {
	background: transparent !important;
}








@media screen and (max-width: 768px) {

	.home .welcome-message {
		top: 60px !important;
		padding: 0 25px!important;
	}

	.home .welcome-message h1 {
		font-size: max(8vmin,32px) !important;
	}

	.home .welcome-message a {
		padding: 10px 50px!important;
	}

	.home .funders,
	.exhibition-header .content .institutions {
		gap: 30px !important;
    	justify-content: center!important;
    	flex-wrap: nowrap!important;
    	width: 100%!important;
	}
	
	.home .funders img,
	.exhibition-header .content .institutions img {
		max-width: 100px;
		max-height: 80px;
		flex: 0 auto;
		width: 80px!important;
	}


	.gallery-introduction .content {
		padding-left: 35px!important;
		padding-right: 35px!important;
	}

	.gallery-introduction .content h1 {
		font-size: max(45px,10vmin)!important;

	}

	.gallery-introduction .content p {
		max-width: 100%!important;
	}

	.exhibit-header .title span {
		font-size: 18px!important;
		margin: 5px 10px!important;
	}

	.exhibit-header .title h1 {
		font-size: 30px!important;
	}

	.like-dislike-container {
		flex-direction: column!important;
	}


}













