body {
	background: url('images/canvases/canvas3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#333;
  	font-family: 'PT Serif', serif;
  	font-size:16px;
}

h1 {font-family: 'PT Sans Narrow', sans-serif; font-weight:bold; font-size:60px;}

li {padding:20px; margin:10px;}

.container {text-align:center;}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

