body {
}

.link-arrow {
  position: absolute;
  width: 15px;
  height: 20px;
  z-index: 1;
}

.screenshot {
	position: relative;
	display: block;
	border-radius: 4px;
	border: 0.5px solid rgba(0, 0, 0, .1);
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
a.screenshot,
a.screenshot:hover {
	border: 0.5px solid rgba(0, 0, 0, .1) !important;
}

.browser-head {
	position: relative;
	text-align: center;
	z-index: 10;
}
.browser-head span {
	position: absolute;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 0;
	color: #333;
	top: 1.20vw;
	font-size: 1vw;
	line-height: 1vw;
}
	@media screen and (max-width: 960px) {
	.browser-head span {
		top: 11px;
		font-size: 10px;
		line-height: 10px;
	}}

.screenshot.half .browser-head span {
	top: 0.60vw;
	font-size: 0.5vw;
	line-height: 0.5vw;
}
	@media screen and (max-width: 960px) {
	.screenshot.half .browser-head span {
		top: 6px;
		font-size: 5px;
		line-height: 5px;
	}}
	
.screenshot.three-quarter .browser-head span {
	top: 0.90vw;
	font-size: 0.75vw;
	line-height: 0.75vw;
}
	@media screen and (max-width: 960px) {
	.screenshot.three-quarter .browser-head span {
		top: 8px;
		font-size: 7px;
		line-height: 7px;
	}}

.screenshot .frame {
	position: relative;
	height: 0;
	overflow: hidden;
}
.screenshot .scrollable {
}

#post1 {position: relative;}
#post2 {position: absolute; top: 0; left: 0;}

.blog-overlay {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: #ff99cc;
	background-color: -webkit-linear-gradient(150deg, #ff99cc 0%,#f24130 100%);
	background-color: linear-gradient(150deg, #ff99cc 0%,#f24130 100%);
	z-index: 2;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.nav {
	margin-top: 0px;
	top: 0px;
}
.nav li {
	margin-left: 0 !important; 
	margin-bottom: 1em !important;
}
.nav li a{
	cursor: pointer;
	border-radius: 2px;
	border-bottom: none !important;
	display: block;
	position: relative;
	max-width: 200px;
}
.nav li a span {
	top: 0px;
	left: 0px;
	color: #487b95;
	border-bottom: dashed 1px;
	border-color: #487b95;
}
	.nav li a:hover span {
		color: #bb3300;
		border-color: #bb3300;
	}
	
.nav li a > img {
	margin: 0;
	position: absolute;
	top:0;
	left: 0;
	transform: scale(0.8);
	transition: transform .2s ease;
}
	.nav li a.active > img {
	transform: scale(1.15);
	transition: transform .2s ease;
}

.nav li a.active span {
	opacity: 1; 
	border: none;
	color: black;
	background-color: #f9f5e4;
	padding: 3px 8px;
	margin-top: -3px;
	margin-left: -8px;
	border-radius: 2px;
	cursor: text;
	font-weight: bold;
/*
	font-size: 1.15em;
	line-height: 1.2em;
*/
}
.nav li a.active {
	cursor: default;
	/*background-color: #f9f5e4;*/
}
	.nav li:hover a.active{
	  color: #000;
	}
.nav-image img{
	cursor: pointer;
}

.stat {
		font-size: 24px;
		margin-top: -0px;
	}
