.navbar {
  background-color: #3a1d37;
}
.logo img{
	filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%);
}
.navbar .logo img{
	filter :brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%)
}
.navbar .navbar_btn{
	filter :brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%)
}
.navbar .navbar_btn:hover{
	filter :brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%)
}

.navbar_phone {
	background-color: #3a1d37;
}
.navbar_phone ul a {
	color: #f8b36f;
}
.navbar ul a:hover {
  color:#3a1d37;
  background-color: #f8b36f;
}
.navbar ul a {
	color: #f8b36f;
}
.navbar ul a:hover {
  color:#3a1d37;
  background-color: #f8b36f;
}
@font-face {
  font-family: 'CrimsonTextBold';
  src: url('src/CrimsonText-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.solasta_box{
	height:100%;
	width:100%;
	overflow-y:scroll;
	top:0;
	position:absolute;
}
.solasta_video{
	height:100%;
	display:none;
	margin-top:46px;
}


.solasta_video img{	
	width:100%;

}
.solasta_box_video a {
	position:relative;
}
.solasta_logo_box{
	width:100%;
	height:auto;
	display:block;
	position:relative;
}
.solasta_logo{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:center;
	color:#eee;
	text-transform:uppercase;
	font-size:26px;
	max-width:100%;
}
.solasta_logo h3{
	display:block;
	text-shadow: -2px 1px 3px #999;
	font-family: 'CrimsonTextBold', serif;
	font-size: 45px;
	padding:120px 0 40px 0;
	color: #fff;
	background-position:center;
	background-size: 600px 120px;
	background-repeat: no-repeat;

}
.solasta_logo img{
	min-width:25%;
	max-width:250px;
	padding:20px 0;
	display:inline-block;
	
}

.solasta_TA h3, .solasta_TA img{
	display: inline-block;
	position: absolute;
	bottom: 100px;
	transform: translate(-120%, -0%);
	
}
.solasta_TA img{
	transform: translate(20%, 0%);
	min-width: auto;
}

.solasta_concept{

	width:100%;
	display:block;
	background-color:#83613e;
	background-image:url('../img/games/solasta/solasta_concept.jpg');
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom:80px;
}

.solasta_concept h3{
	width:76%;
	padding:120px 0 30px;
	margin:auto;
	text-transform:uppercase;
	font-size:36px;
	color:#eee;
	text-align:center;
	text-shadow: 0px 1px 2px #111;
}
.solasta_concept p{
	width:76%;
	margin: 0 auto;
	font-size:18px;
	line-height:40px;
	color:#eee;
	padding:0 0 120px;
	text-align:center;
	text-shadow: 1px 1px 2px #111;
}
.solasta_concept {

	text-align:center;

}

.solasta_concept iframe{
	margin-top:20px;
	border: solid #eee 2px;
	width: 60vw;  
    height: 33.75vw;
	display:inline-block;
}

.solasta_screen{
	width:100%;
	display:block;
	background-image:url('../img/games/solasta/solasta_screen.jpg');
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	text-align:center;
}
.solasta_screen h3{
	width:76%;
	padding:120px 0 30px;
	margin:auto;
	text-transform:uppercase;
	font-size:36px;
	color:#eee;
	text-align:center;
	text-shadow: 0px 1px 2px #111;
}
.solasta_screen_box{
	width:76%;
	margin:auto;
	
}

.solasta_screen_icon{
	width:300px;
	height:200px;
	margin:30px 50px;
	display:inline-block;
	padding:50px 0;

}
.solasta_screen_icon img{
		border:1px solid #eee;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox img{
	display:block;
	width:60%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	height:auto;
	border:solid 1px #eee;
}
.lightbox:target {
  display: block;
}
.game_head_transition{
	position:absolute;
	color:rgba(0,0,0,0);
	transform: translate(0,-40%);
	-webkit-transform:translate(0,-40%);
	width:100%;
	display:block;
	filter:brightness(18%)
}
#mobile_video_replace {
	height: calc(100vh - 46px);
	display: block;
	min-width: 100%;
	margin-top: 46px;
	background-image: url('../img/games/solasta2/solasta2_video.png');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
@media (max-width:1000px){ 
	.solasta_screen_icon{
		margin:30px 0;
	}
    .solasta_logo img{
        width:30%;
        padding:20px 0;
        display:inline-block;
	}
	#mobile_video_replace{
	height: calc(100vh - 46px);
	display: block;
	min-width: 100%;
	margin-top: 46px;
	background-image: url('../img/games/solasta2/solasta2_video.png');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.navbar_phone a.icon {
	background-image:url('../img/navbar_phone_menu.png');
	background-color:#3a1d37;
}
.navbar_phone a.icon:hover{
			background-image:url('../img/navbar_phone_menu_hover.png');
			filter: invert(0%);
}
.solasta_video{
	height:100%;
	width:auto;
	
}
.solasta_box video{
	display:none;
}
}