


body {
  font-family: georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  text-align: center;
  margin: 0px; padding:0px;
  background: url(../images/bg-western-pattern.png) #f2cb84; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

#page {
  background: #f4d7a0;
  width: 980px;
  margin:auto;
  padding:0px;
  text-align:center;  
  margin-top:20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 14px -3px rgba(0,0,0,1);

}

#header {
  width:100%;
  display: block;
  background: url(../images/header.png) top left;
  height: 176px;
}

#content {
  padding: 20px 30px;
}

h1 {color: #85060f; font-size: 36px;}
h2 {color: #000000; font-size: 18px;}
a {color: #000000;}
a:hover {text-decoration: none;}

.menu {
  margin:auto;
  width: 100%;
}

.menu .item {
  display:inline-block;
  padding: 20px;
  width: 260px;
  height: 250px;
}

.menu .logo {
  display:block;
}
.menu .button {
  display:block;
  margin:auto;
  width: 235px;
  height: 41px;
  font-size:18px;
  color: #880d14;
  text-align:center;
  vertical-align:middle;
  line-height:41px;
  border: 1px solid #880d14;
  text-decoration: none; 
  
  background: #f6e7cd; /* Old browsers */
  background: -moz-linear-gradient(top, #f6e7cd 35%, #f4d69f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6e7cd 35%,#f4d69f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6e7cd 35%,#f4d69f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e7cd', endColorstr='#f4d69f',GradientType=0 ); /* IE6-9 */

}

.menu .button:hover {
  background: #f6e7cd; 
}            

.contact {font-size: 18px;}

.cleaner {clear:both;}

.footer {
  display:block;
  background: #85060f;
  text-align:center;
  color: #f4d7a0;
  padding-top:10px;
  padding-bottom:10px;
}


@media (max-width: 980px)  {
  
  #page {width:100%; margin-top:0px; margin-bottom:0px;}
  #header {height: 100px;}
  
  #content {padding: 10px 15px;}
  .menu .item {padding:0px; line-height: 110%;}
  h1 {line-height: 120%;}

}

















