@charset "utf-8";
/* CSS Document */

body{
	color: #800e2b;
    background: cornsilk;
	background-repeat: repeat-x;
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	font-family: "Raleway";
	text-align: justify;
	}

section{
	padding: 50px 15%;
	/*overflow: auto;*/
	}

	h1, h2, h3, a {
		color: #776158;
					}

h1{
	font-size: 80px;
	text-align: center;
	text-shadow: 4px 2px 10px; /*vertikální, horizontální, rozmazání, barva*/
	color: #fff;
	-webkit-text-stroke: 2px rgb(100, 5, 5);
	margin: 0;
	
	}

	h2{
		font-size: 48px;
		text-align: center;
		letter-spacing: 20px;
		font-style: italic;
		}

h3{
	font-style: italic;
	font-size: 24px;
	font-family: "Playfair display";
	margin-top: 0;
	}

	a{
	font-style: italic;
		}

.hlavicka{
	height: 200px; /* pevná výška */
    width: 100%;
	background-image: url('../orinace.JPEG');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 20px;
				  
		}

.aktualniupozorneni, .ordinacnidoba, .kontakt {
background-color: rgb(127, 208, 214);
}

.foto-onas{
	width: 120px;
	border-radius: 10%;
	float: left;
	margin: 0 25px 25px 0;
		  }

.ordinacnidoba img{
	width: 32%;
	border: 2px solid #756148;
	border-radius: 10px;
    box-shadow: 2px 2px 2px grey;
				}

.ordinacnidoba img:hover{
	transform:scale(2);
	transition: all 300sec;
}

.foto-cenik{
	width: 350px;
	float: right;
	border-radius: 0px 50px 50px 50px;
	margin: 0 0 30px 30px;
			  }

.menu{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #801832;
	}

.menu li {
	display: inline-block;
         }

.menu a {
	color: white;
	text-decoration: none;
	font-size: large;
	padding: 10px 30px;
	display: inline-block;
	}

a:hover, a:active, a:focus{
	background-color: rgb(110, 9, 9);
	color: aqua;
	}

table {
    border-spacing: 5px;
	padding-bottom: 0;
	background-color: azure;
	text-align: center;
	  }

th, td{
	border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	  }

.cena{
	text-align: right;
	padding-left: 50px;
     }	  

th{
	font-weight: bold;
	background-color: rgb(230, 223, 162);
	text-align: left;
	}

.foto-kontakt{
	width: 350px;
	float: left;
	border-radius: 50px 0 50px 50px;
	margin: 0 30px 30px 0;
             }

span{
	font-weight: bold;
	}

.paticka{
	background-color: #801832;
	color: white;
	text-align: center;
	padding: 20px 0;
	    }
