@font-face {
   font-family: legible;
   src: url(WOFF/Atkinson-Hyperlegible-Regular-102.woff);
}

* {
   font-family: legible;
}

a:link, a:visited {
  
  background-color: #b8b29d;
  color: #1a1b1c;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
background-color: #1a1b1c;
  color: #b8b29d;
}

body {
	background-color:#b8b29d;
	color:#1a1b1c;
}

#small {
	font-size:14px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width:45%;
}