.resize_full {height: 90vh; background-color: #D4DFAB; border-color: #CCB089; border-style:solid; border-width:50px; border-image: url("../images/wooden_frame.jpg") 50 63 50 63; padding-top: 2px; z-index:999; position:relative;}

div.container {padding-left: 0; padding-right: 0;}

.phaser { 
	margin: auto;
	display: block;
}

html{
    height: 100%;
}
body {
    min-height: 100%;
    background: none;
}

.full {
    position: relative;
    background: #d2ddff;
    overflow: hidden;
}

.full:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
  background: url('../images/background.svg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a.logo-style {padding: 0 15px 15px 15px; height: 50px;}
a.logo-style img {height: 50px;}

.navbar-tokon {background-color: #222222; border-color: #080808; border-width: 1px 0 0;}
.navbar-brand {color: #FFFFff !important;}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}