ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
li a {
	float: left;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #111;
}
span {
    text-align: center;
}
h1 {
    text-align: center;
	font-family:Athelas; 
	color:#be1e2d; 
	font-size: 50px;
}
h3 {
	color: #be1e2d;
	font-size: 25px;
}
h4 {
	text-align: center;
	font-size: 25px;
	
}
h2 {
	text-align: center;
}
header {
    text-align: center;
}
body {
	font-family:Athelas; 
	color:#be1e2d; 
	font-size: 25px;
}
div.address {
    float: right;
}
nav a {
    text-decoration: none;
}
nav a {
    color: #be1e2d;
}  
footer {
    font-family:Athelas; 
	color:#be1e2d; 
	font-size: 15px;
	text-align: center;
}
* {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    padding: 5px;
	left: 200px;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: #be1e2d;
}

.flex-container .box {
  background-color: white;
  width: 50%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}