/* Beer Trips. Organised trips to sample beer. */

@font-face {
    font-family: 'veteran_typewriterregular';
    src: url('veteran_typewriter-webfont.woff2') format('woff2'),
         url('veteran_typewriter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
 background-image: url('parchment.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%; }

.container {
  max-width: 90%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  font-family: veteran_typewriterregular; }

.narrow-container {
  max-width: 75%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  font-family: veteran_typewriterregular; }

h1 {
	font-family: veteran_typewriterregular;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
	text-align: center;
    color: #000000; }

h2 {
	font-family: veteran_typewriterregular;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 26.4px;
	text-align: center;
    color: #000000; }

.map {
    text-align: center; }

.index-table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  empty-cells: show ; }
.index-table tr:hover {
  background: #eeeeee ;}
.index-table td {
  padding: 4px 5px 4px 2px;
  color: #555555;
  font-size: 22px; }
  display: block;
.index-table td:first-child {
  font-weight : bold ; }
.index-table td a{
  color: #555555;
  text-decoration: none; }

.pic-table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  empty-cells: show ; }

.beer-trips-logo {
  font-family: veteran_typewriterregular;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26.4px;
  text-align: center;
  color: #000000;}
.beer-trips-logo a{
  color: #000000;
  text-decoration: none; }
.beer-trips-logo a:hover {
  color: #555555;
  text-decoration: underline; }
