.vertical-align-parent {
  display: table; }

.vertical-align-child {
  display: table-cell;
  vertical-align: middle; }

html,
body,
.body {
  min-width: 0px;
  margin: 0px;
  color: #2e3b4d;
  height: 100%;
  width: 100%;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6; }
  html a:active, html a:focus,
  body a:active,
  body a:focus,
  .body a:active,
  .body a:focus {
    outline: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }
