@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('./modules/box.css');

body {
	background-image:url('../img/background.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	width: 100%;
    font-family:'Open Sans';
    font-size:16px;
}


.Container {
  min-height:100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
  
}

.FlexCenter {
	align-items: center;
    justify-content:  center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
 	display: -webkit-flex;
    flex-flow: column;
    width: 100%;
}


footer {
	text-align:center;	
}

 @media all and (-ms-high-contrast:none) {
     .Container { height:100%; } /* IE10 */
     *::-ms-backdrop, .Container { height:100%; } /* IE11 */
 }