
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 24pt;
	color: red;
	text-align: center;
}


.org {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21pt;
}


.tel1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 24pt;
	text-align: center;
}

.tel2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 25pt;
	color: red;
	font-weight: bold;
	text-align: center;
}

.tel3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 21pt;
	text-align: center;
}



h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 24pt;
	color: red;
	text-align: center;
	text-transform: uppercase;
}


body, table, tr, td, button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

body {
	margin: 0;
	background-color: #FFFFD8;
	display: block;
	text-align: -webkit-center;
}

.menu {
	background-color: orange;
	text-align: center;
}

.menu button {
	color: white;
	background-color: orange;
	text-decoration: underline;
	border: none;
	cursor: pointer;
}


.menu button:hover {
	text-decoration: none;
	background-color:white;
	color: red;
	border-radius: 5px;	
}

.menu a {
	color: white;
}

.menu a:hover, a:active  {
	text-decoration:none;
}

.heroes td {
	border-width:: 10;
	border-color: black;
}

.heroes td:hover {
	background-color: orange;
	border-radius: 10px;
}

.heroes img {
	border-radius: 10px;
}

.heroes a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.heroes a:hover, a:active {
	color: white;
}

.links {
	margin: auto;
}

.links a {
	color: blue;
}

.links a:hover, a:active {
	text-decoration:none;
}

.padding10 {
	padding-bottom:10px;
	padding-right:10px;
	
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.forma-zakaza {
	color: white;
	font-size: 30px;
}

#name, #phone {
	font-size: 13pt;
	color: black;	
	border-radius: 10px;	
	padding: 5px;
	margin-top: 20px;
}

#button {
	font-size: 14pt;
	border-radius: 10px;
	color: white;
	background: rgb(242, 101, 34);
	cursor: pointer;	
	padding: 10px;
	margin-top: 20px;
}

#button:hover {
	background: rgb(222, 81, 14);
}

#result {
	color: white;
	font-size: 18pt;
}

.table {
	border-collapse: collapse; 
	margin: auto;
}


.table  th {
	padding: 20px;
	border: 2px solid orange;
}

.table  td {
	padding: 15px;
	border: 2px solid orange;	
}

/* Gallery */
.gallery img{
	margin:5px;
	border:3px solid orange;
}

a.photo:hover img{
	border:3px solid red;
}