@charset "utf-8";

/******************************/
/* NOTE: Layout
/******************************/

html {
  height: 100%;
  margin: 0;
	padding: 0;
  background: #455b65;
}
body {
  box-sizing: border-box;
  min-height: 100vh;
	position: relative;
	width: 100%;
	height: 100%;
	font: 14px/19px helvetica, arial, sans;
	color: #FFFFFF;
	background: #455b65 url(../images/bg-v.jpg) 50% 50% no-repeat;
  background-size: cover;
	margin: 0;
	padding: 0;
}

@media (orientation: landscape) {
  body {
    background: #455b65 url(../images/bg-h.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}