@font-face {
  font-family: pt-sans;
  src: url(../Resources/fonts/pt-sans/PTC55F.ttf);
}

html, body {
  height: 100%;
  margin: 0;
  font-family: pt-sans;
  color: #656565;

  background-color: #f8f8f8;
}

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.box .row {
/*  border: 1px dashed grey;*/
}
.box .row.header {
  flex: 0 1 auto;
  text-align: center;
}
.box .row.content {
  flex: 1 1 auto;
}
.box .row.footer {
  flex: 0 1 40px;
}

a {
  color: #656565;
  text-decoration: none;
}
#title {
  display: block;
  letter-spacing: 2px;
}
#menu ul {
  text-align: center !important;
  padding: 0;
  margin-bottom: 30px;
}
#menu li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;

  border-left: 1px solid #656565;
}
#menu li:first-child {
  border-left: none;
}
#menu a:hover {
  color: #a7a7a7;
}

footer {
  text-align: center;
  font-size: 14px;
  color: #989898;
}

.front-image {
  width: 90%;
  margin: auto;
  text-align: center;
}

.front-image img {
  width: 100%;
  max-width: 1200px;
  border: 1.5px solid #656565;
}