html {
    background: #000000;
}

body {
    background: #000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: sans-serif
    font-size: 16px;
    line-height: 1.5;
    margin: auto;
    padding: 2em 2em 2em;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
    color: #be1e2d;
    text-align: center;
    
}

h1 {
	ext-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
    color: #be1e2d;
    text-align: center;
    vertical-align: middle;
    font-size: 70px; 
}
h2 {
    margin-top: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
	color: #be1e2d;
	text-align: left;
}

a {
    color: #be1e2d;
}

b, strong {
    font-weight: 600;
}

ul {
    list-style:none;
    font-family: "athelas";
	text-align: left;
}
li {font-weight: bolder;
	font-size: 20pt;
}

p {font-size: 14pt;
	line-height: normal;
}

samp {
    display: none;
}

table.town {
  font-family: ;
  width: 100%;
  height: 100%;
  text-align: center;
  border-collapse: collapse;
    width: 1080px;
	align-content: center;
	margin-left:auto;
	margin-right:auto;
}

table.town td, table.town th {
  padding: 10px 2px; 
    height: 300px;
    -webkit-filter:  grayscale(25%) brightness(100%);
}

table.town td:hover {
    transform: scale(1.05);
    -webkit-filter:  grayscale(0%) brightness(100%);
}

table.town H1 {
    animation: colorize 1s cubic-bezier(0, 0, .78, .36) 1;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
    color: #be1e2d;
    text-align: center;
    vertical-align: middle;
    font-size: 70px;
    padding: 5%;

}
table.town td {
  font-size: 13px;
    width: 50%;
	vertical-align: middle;
	justify-content: center;
    
}

table.town a {
    text-decoration: none
    
}

img {
    animation: colorize 1s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
  
}


@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}.center {
}
