@import url('https://fonts.googleapis.com/css?family=Cinzel|Crimson+Text|Domine');







body {
	font-family: 'Crimson Text', 'Adobe Garamond', Times New Roman, Times, Serif;
}


h1,
h2,
h3 {
	font-family: 'Cinzel';
	background-color: rgba(13, 123, 194, 1.00);
	color: white;
	padding: 10px;
	margin: 0;
}

h3 {
	padding: 5px;
	margin-bottom: 5px;
}

h1 {
	display: none;
}


object {
	width: 100%;
	height: auto;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



article {
	background-color: white;
	padding-top: 10px;
}

section {
	padding-bottom: 5px;
	padding-right: 5px;
}


a {
	color: rgba(13, 123, 194, 1.00);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

li::before {
	content: "\2605";
	margin-left: -1em;
	margin-right: 1em;
	color: rgba(8, 108, 172, 1.00);
}

li::marker {
	font-size: 0.4em;
}

.price-conditions {
	list-style-type: circle;
	margin-left: 0;
	padding-left: 2px;
	padding-right: 10px;
}

.price-conditions li:before {
	content: "";
}


form {
	column-count: 1;
}

textarea,
select,
input {
	width: 96%;
	padding: 3px;
	font-size: 1.05em;
	margin: 1%;
}

textarea {
	height: 200px;
}

label {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	font-weight: bold;
}

textarea:focus,
input:focus {
	background-color: rgba(194, 230, 241, 1.00);
}

button {
	padding: 3px;
	font-size: 1.2em;
}

footer {
	text-align: center;
	line-height: 0.75;
}

#oldDirections,
.description {
	padding-left: 10px;
}

.blueText {
	color: rgba(13, 123, 194, 1.00);
	font-weight: bolder;
	font-size: 1.2em;
}

.orangeHeading {
	color: rgba(240, 78, 35, 1.00);
	background-color: white;
	padding: auto;
	margin: auto;
}

.headerImage {
	width: 70%;
	padding-left: 10%;
	padding-right: 10%;
}

.greekHeader {
	line-height: normal;
}

.g-recaptcha {
	margin-left: 15px;
}

.stars {
	color: gold;
}

.add-pet-button {
	background-color: rgba(13, 123, 194, 1.00);
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 1em;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 10px;
}

.relocation-hidden {
	display: none;
}

.relocation-visible {
	display: block;
}

#relocationDetails {
	width: 96%;
	margin: auto;
}

#relocationDetails label {
	width: auto;
	padding: 0;
}

#relocationDetails input[type="radio"] {
	width: auto;
	display: inline;
}

#togglePetMeasurementsButton {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#relocationDetails .image-hidden {
	display: none;
}

#relocationDetails .image-visible {
	display: block;
}

#mainMenu {
	padding-top: 15px;
	margin-top: 0px;
	top: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(240, 78, 35, 1.00);
	position: fixed;
	background-color: white;
	z-index: 100;
}

#mainMenu a {
	width: 80px;
	/* padding: 15px; */
	padding-left: 15px;
	padding-right: 15px;
	color: rgba(39, 140, 204, 1.00);
	text-decoration: none;
}


#mainMenu a:hover {
	background-color: rgba(240, 78, 35, 1);
	color: white;
}

#mainMenu #ipata_logo {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	margin-top: 0px;
	object-fit: contain;
	object-position: center;
	background-color: white;
}

#mainMenu #ipata_link {
	background-color: white;
}

#mainMenu #ipata_link a:hover {
	background-color: white;
}

#language {
	position: fixed;
	bottom: 1%;
	right: 2px;
	background-color: white;
	padding: 10px;
	z-index: 10;
}

#language img {
	height: 20%;
	widows: 20%;
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: 0px;
}

#oldDirections {
	display: none;
}

#map_canvas {
	margin: auto;
	width: 100%;
	height: 80vh;
	border-radius: 5px;
	padding-bottom: 5px;
}

#panel {
	height: auto;
	padding-left: 3px;
	padding-right: 3px;
}

#content img {
	margin-bottom: 0px;
	margin-top: 0px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 2px;
}

#content {
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
}

#licenses img {
	width: 98%;
}

table {
	border: thin solid rgba(13, 123, 194, 1.00);
	border-collapse: collapse;
}

#reviews section {
	padding: 7px;
	margin-bottom: 3px;
	min-height: 150px;
	background-color: rgba(13, 123, 194, 1.00);
	color: white;
}


#reviews section a {
	color: white;
	text-decoration: underline;
}

#reviews section div p:first-child {
	text-indent: 10px;
	font-size: 3em;
}

#reviews section p:nth-child(2) {
	padding-bottom: 5px;
}




@media screen and (min-width:601px) and (max-width:1199px) {
	body {
		width: 98%;
		font-size: 1.2em;
		padding-top: 3%;
	}

	.subHeading {
		font-size: 1em;
		line-height: 0.75;
	}

	#mainMenu {
		width: 98%;
		padding-top: 5%;
		font-size: 1.5em;
		line-height: 1.25
	}

	header {
		margin-top: 100px;
		text-align: center;
		font-size: 1.1em;
		line-height: 5px;
	}

	.greekHeader {
		line-height: normal;
	}

	.bannerImage,
	.sectionHeaderImage {
		width: 100%;
		height: 250px;
		object-fit: cover;
		margin-bottom: 10px;
	}

	form {
		font-size: 1.5em;
	}
}


#enFlg,
#grFlag {
	width: 130%;
	height: 130%;
}

@media screen and (min-width:1200px) {
	body {
		padding-top: 5%;
		width: 80%;
		margin: auto;
		background-color: rgba(240, 78, 35, 1.00);
		background-image: url(../images/pexels-photo-46024.jpg);
		background-clip: padding-box;
		background-position: -800px, 200px;
		background-attachment: fixed;
		background-size: cover;
		background-blend-mode: color-burn;
		font-size: 1.1em;
	}

	header {
		text-align: center;
		font-size: 1.2em;
		line-height: 5px;
	}

	#mainMenu {
		width: 80%;
		font-size: 1.1em
	}

	section .description {
		column-count: 2;
	}

	.bannerImage,
	.sectionHeaderImage {
		width: 100%;
		height: 350px;
		object-fit: cover;
		margin-bottom: 10px;
	}

	footer {
		color: white;
		font-size: 1.1em;
	}

	footer a {
		color: white;
		text-decoration: underline;
	}

}

@media screen and (max-width:600px) {
	body {
		width: 98%;
		padding-top: 3%;
	}

	#mainMenu {
		width: 98%;
		font-size: 1.2em;
	}

	#MainMenu a {
		width: 18%;
		padding: 1%;
		text-align: center;
	}

	#mainMenu #ipata_logo{
	position:static;
	width:25%;
    object-fit:contain;
    object-position: center;
    background-color: white;
}

	header {
		margin-top: 120px;
		text-align: center;
		font-size: 1.1em;
		line-height: 5px;

	}

	.greekHeader {
		line-height: normal;
	}

	.subHeading {
		font-size: 1em;
		line-height: 0.75;
	}

	.bannerImage,
	.sectionHeaderImage {
		width: 100%;
		height: 350px;
		object-fit: cover;
		margin-bottom: 10px;
	}
}