@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
	margin: 8px 0 0 0;
	background-image:  url("images/pagebg.gif");
	background-repeat: repeat;
	font-size: 16px;
	color: #A07B5C;
	text-align: center;
}
body, input, select, textarea {
	font-family: 'Cuprum', Arial, Helvetica, sans-serif;
}
input, select {
	font-size: 16px;
	color: #AB6253;
}
img#dermatology_clinic {
	max-width: 320px;
}
div.column {
	box-sizing: border-box;
	display: inline-block;
	background-color: white;
	vertical-align: top;
	border: solid 1px #f3f3d5;
	padding: 12px;
}
div.column1 {
	text-align: center;
	width: 240px;
}
div.column2 {
	text-align: justify;
	width: 640px;
	padding-left: 24px;
	padding-right: 24px;
}
div.column2 p {
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 125%;
}
figure {
	margin:12px;
}
figcaption {
	color: #D4B196;
	padding-top:4px;
	padding-bottom: 12px;
}
div.column2 figure, div.column2 img {
	max-width: 480px;
}

div.column3 {
	width: 150px;
	background: none;
	display: inline-block;
	text-align: center;
}

div.transp {
	background-image:  url("images/pagebg.gif");
	background-repeat: repeat;
	text-align: center;
}
img.doctor {
	max-width: 152px !important;
}
div.doctor {
	display: inline-block;
	vertical-align: top;
	line-height: 150%;
	padding-left:8px;
	padding-top:8px;
	text-align: left;
	max-width: 420px;
}
div.column2 div.transp {
	display: inline-block;
}
div.column2 iframe {
	width:100%;
}
li {
	padding-left:4px;
}
@media screen and (min-width: 1600px) {
	body {
		zoom: 1.25;
		-moz-transform: scale(1.25);
		-moz-transform-origin: 0 0;
	}
}
@media screen and (max-width:900px) {
	ol {
		padding-left:14px;
	}
	ul {
	  padding-left:18px;
  	}
	div.column {
		width: 100% !important;
	}
	div.column3 a.submit {
		width: 100%;
	}
	div.column2 img {
		width:100%;
	}
	div.column2 figure, div.column2 img {
		max-width: 100%;
	}
	figure {
		margin: 0;
	}
	div.column2 div.transp {
		display: block;
	}
}
@media screen and (max-width:1050px) {
	div.doctor {
		max-width: 100%;
	}
	div.column3 {
		width: 100%;
	}
}

a {
	color: #B57564;
	text-decoration: none;
}
a:hover {
	color: #AB6253;
}
h1 {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	color: #B57564;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #D4B196;
	margin: 8px 0 8px 0;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #BEB29D;
	margin: 0px;
	padding: 0px;
}
span {
	color: #C0A78C;
}
.color {
	color: #AB6253;
}
p.doc {
	line-height: 150%;
	margin-bottom: 8px;
}
.submit {
	min-width: 120px;
	display: inline-block;
	border: 1px solid #AB6253;
	font-size: 20px;
	font-weight: normal;
	font-variant: all-small-caps;
	color: #AB6253;
	background-color: #FFFFFF;
	padding: 4px 8px;
	box-sizing: border-box;
	text-align:center;
	margin-bottom: 8px;
}
a.submit:hover {
	background-color: #fff6f2;
}
div.tel {
	margin-top: 8px;
	line-height: 150%;
	font-size: 18px;
}
div.column2 div.tel {
	padding:8px;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 150%;
	font-size: 18px;
}
div.column2 div.tel .submit {
	margin-bottom: 2px;
	margin-top: 2px;
}

div.map {
	margin-top: 8px;
}
li {
	padding-bottom:8px;
}