<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Navigation */
	
	#navigation{
		/*position: fixed;*/
		text-transform:uppercase;
		font-weight:600;
		background:rgba(255,255,255,1);
		border-bottom:1px solid rgba(0, 0, 0, 0.3);
		width: 100%;
		height:80px;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
		z-index: 1031;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
/*
	.not-visible-nav{
		top:-77px;
	}

	.visible-nav{
		top:0;
	}

	.white-nav{
		background:rgba(255, 255, 255, 0.97);
	}

	.dark-nav{
		background:rgba(0, 0, 0, 0.97) !important;
	}

	.soft-nav{
		background:rgba(255, 255, 255, 0.05);
	}
*/
	.nav-inner{
		width:100%;
		max-width: 1170px;
		height: 100%;
		margin:0 auto;
	}

	.nav-inner:after{
		clear: both;
	}

/* Logo Style */

	.site-logo{
		float: left;
		position: relative;
		top: 35px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.site-logo a.logo{
		display: block;
	}

	.site-logo a.logo img{
		height: auto;
		max-height: 50px;
		margin-left:30px;
		margin-top:8px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
	}

/* Nav Menu */

	.mini-nav-button{
		display: none;
		float:right;
		width: 40px;
		height: 40px;
		text-align: center;
		font-size:25px;
		position: relative;
		right:15px;
		top:40px;
		cursor: pointer;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav-menu{
		float: right;
		height: 100%;
	}

	.nav-menu ul.nav{
		height: 100%;
	}

	.nav li{
		display: inline-block;
		height: 100%;
	}

	.nav li a{
		display: block;
		height: 100%;
		
		line-height: 59px;
		color: #333333;
		font-size:14px;
		padding:10px 15px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
/*	
.nav .current a {
	background: #ccc;
	color: #000;
}
.current {
	background: red;
}
	*/
	
	
	
/* Nav Menu Rollovers */

	

.nav li.current a,.nav li.current a:hover,  .nav li a:hover, .nav li a:focus{
		color:#fff;
	}	

/* DropDown Menu */

	ul.nav ul.dropdown-menu{
		padding:0 5px;
		margin:0;
		border-radius: 0;
		background:rgba(255, 255, 255, 0.97) !important;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
	}

	ul.nav ul.dropdown-menu li{
		width: 100%;
		height: auto;
		margin: 5px 0;
	}

	ul.nav ul.dropdown-menu li a{
		height: auto;
		
		
		display: block;
		width: 100%;
		color:#555555;
		line-height:1.2;
		
		border-top:1px solid transparent;
	}

	ul.dropdown-menu li a:hover{
		border-top:1px solid transparent;
	}

	
/* MAX 1170px */

@media only screen and (max-width: 1170px){

	#navigation{
		padding:0 0px;
		
	}
.affix{
height:170px;
}
	.post-dates{
		width:6%;
	}

	.post-details{
		width:93%;
	}
a.btn.start{
font-size:30px;
}

}

/* MAX 1024px */

@media only screen and (max-width: 1024px){


	.hometext{
		font-size:100px;
		line-height: 90px;
	}

	.fixed-text{
		font-size: 55px;
	}

	.five{
		width:33.3% ;
	}

	.timeline-images a.timeline-image{
		margin-right:5px;
	}
a.btn.start{
font-size:25px;
}

}

/* MIN 970px */

@media only screen and (min-width: 970px){

	#navigation .nav-menu{
		display:block !important;
	}
}

/* MAX 970px */

@media only screen and (max-width: 970px){
a.zoom-post{
    width:50%;
		height:50%;
		}
/*	.hometext{
		font-size:80px;
		line-height: 70px;
	}

	.fixed-text{
		font-size: 50px;
	}
*/
	#navigation a.mini-nav-button{
		display: block;
	}
a.btn.start{
font-size:20px;
}

	/* Mobile Nav Menu */

/*	.not-visible-nav{
		opacity:0;
	}
*/
#navigation .nav-menu{
		display:none;
		height: auto;
		top:25px;
		right:0;
		left:0;
		width:100%;
		position: relative;
		background:rgba(255, 255, 255, 0.97) !important;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
	}

	#navigation ul.nav li{
		display:inline-block;
		height:auto;
		width:100%;
	}

	#navigation ul.nav li a{
		display:block;
		height: auto;
		width:100%;	
		color: #555555;
		border-top:1px solid #fff;
		line-height: 40px;
		text-align:center;
	}
	
	
	
	#navigation ul.nav li a:hover,
	#navigation ul.nav li.active a{
		color:#fff;
	}
	
	#navigation ul.nav ul.dropdown-menu{
		width:100%;
		position: relative;
		margin:0;
		padding:10px 10px;
		box-shadow: 0px 1px 1px rgba(0,0,0, 0.1);
	}
	
	#navigation ul.nav ul.dropdown-menu li{
		width:100%;
	}
	
	#navigation ul.nav ul.dropdown-menu li a{
		line-height: 40px;
	}
}
</pre></body></html>