html { 
  background: url(/assets/img/bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	background: none;
}
a { color:#d64119; text-decoration:none;}
a:hover { color:#fff; }

.flex-container {
    background: url(/assets/img/bg2.jpg) no-repeat center center fixed;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	position: fixed; 
	top:0; bottom: 0; left: 0; right: 0;
}
.flex-item {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

#home #page {
	
}