@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@300;400&display=swap');

body {
	background:#000000;
	padding:0;
	margin:80px;
	font-family: "Roboto", Helvetica, Arial, "sans-serif";
	color:#B0B0B0;
}
.center {
	text-align: center;
}
a {
	color:#cccccc;
}
section {
	padding:40px 0;
}
h1 {
	font-family: "Arima Madurai";
}
.size {
	font-family: "Arima Madurai";
	font-size:26px;
}
.btm {
	border-bottom:1px solid #333333;
}
.painting {
	width:70%;
	margin:0 auto;
}
.painting img {
	width:100%
}
.quote {
	font-family: "Arima Madurai";
	max-width:850px;
	margin:0 auto;
	line-height:28px;
}
.source {
	font-size:12px;
}
.contact {
	font-family: "Lato";
}
input[type="text"] {
	font-family: "Lato";
	font-size:13px;
	padding:10px;
	border-radius:4px;
	width:200px;
	border:0;
	margin-bottom:6px;
}
input[type="submit"] {
	font-family: "Lato";
	font-size:13px;
	padding:12px;
	border-radius:4px;
	width:220px;
	border:0;
	background:#f1f1f1;
	color:#333333;
	cursor: pointer;
}
input[type="submit"]:hover {
	background:#333;
	color:#fff;
}

.thank-you {
	display:none;
	padding:40px 0;
	text-align: center;
}
/* POP OVERLAY */
.overlay {
	display:none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 99999;
}
.overlay .popup {
	background:#fff;
	text-align:center;
	border-radius: 5px;
	max-width:30%;
	min-width: 100px;
	position:absolute;
	top:30%;
	left:50%;
	transform:translateX(-50%);
	padding: 45px;
	z-index: 1000;
	border:2px solid rgba(255,255,255,0.2);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
} 
.warning {
	margin:40px 0 0;
	color:#C12325;
}
.warning span {
	font-size:14px;
	background:#fff;
	padding:10px;
}