@charset "UTF-8";
/* CSS Document */

html,body,page,p,div,img,h1,h2,h3,h4,h5,h6,h7,h8,h9,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:collapse; border-spacing:0px;}


h1 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 17px;
	line-height: 1.75;
	font-weight: 300;
	letter-spacing: 1px;
	color: #424242;
}

h1 a, h2 a {
	color: #424242;
	text-decoration: none;
	line-height: 1.25;
}

.inactive {
	color: #4A5C74;
}

h1 a.portother {
	color: #9E9E9E;
}

h2 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #B2B1B1;
	text-transform: uppercase;

}

h3 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 8px;
	color: #424242;
	text-transform: uppercase;
	padding-left: 1px;
}

h4 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #424242;
}

h5 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 300;
	letter-spacing: 4px;
	color: #9F9E9E;
	display: block;
	text-align: center;
	padding-top: 2vh;
}

/*NAVIGATION*/
#nav_inside_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
}

#nav_inside {
	width: 100%;
	padding: 15px 0%;
	background: #ffffff;	
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.05);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.05);
}

#nav_holder {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 875px;
	z-index: 11;
}

#nav_holder li {
	margin: 0vh 5px;
	width: 165px;
	list-style: none;
	float: left;
}

#nav_holder li a {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: .25vh 15px .25vh 20px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	color: #4A5C74;
	text-decoration: none;
	background: rgba(255,255,255,0.0);
	border-radius: 10px;
		-webkit-transition: all ease-in 1s;
		-moz-transition: all ease-in 1s;
		transition: all ease-in 1s;
}

#nav_holder li a:hover, #nav_holder li a.active {
	background: rgba(74,91,115,0.1);
}

#nav_inside .closebtn {
	display: none;
}


/*styling open close button*/
.navbutton {
	display:none;
	position:absolute;
	right:35px;
	top:35px;
	z-index:999;
	font-size:30px;
}
.navbutton a {
	text-decoration:none;
}
.btn-open:after {
	color:#828fa2;
	content:"\f0c9";
	font-family:"FontAwesome";
		transition-property:all .2s linear 0s;
		-moz-transition:all .2s linear 0s;
		-webkit-transition:all .2s linear 0s;
		-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#4a5b73;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #4a5b73;
}

/*overlay*/
.overlay {
	display:none;
	position:absolute;
	top:0;
	left: -15px;
	right: -15px;
	bottom: 0;
	height: calc(100vh - 30px);
	width: 100%;
	border: Solid 15px #ffffff;
	background:#828fa2;
	overflow:scroll;
	z-index:99;
}

.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
	padding-top: 60px;
}

.wrap ul.wrap-nav {
	text-transform:capitalize;
	padding:0px 0px 100px;
}

.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	border-bottom:1px solid #E5E5E5;
	padding:20px 0;
}

.wrap ul.wrap-nav li a {
	color:#ffffff;
	display:block;
	padding:8px 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}

.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}

.wrap ul.wrap-nav ul li a:hover {
	color:#34B484;
}


/*RESPONSIVE BEHAVIOR*/
@media only screen and (max-width: 968px) {

	#nav_holder {
		width: 675px;
	}
	
	#nav_holder li {
		width: 125px;
	}
	
	#nav_holder li a {
		font-size: 15px;
		font-weight: 300;
		padding: .25vh 8px .25vh 12px;
		letter-spacing: 4px;
	}	
	
	}
	
	
@media only screen and (max-width: 768px) {	

	#nav_inside {
		width: 100%;
		height: 15px;
    	padding: 0vh 0%;
    	background: #ffffff;	
			-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	}
	
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	#nav_holder {
		display: none;
	}
	.navbutton {
	display:inline;
	}
	
}


@media only screen and (max-width: 480px) {	
	.navbutton {
	right:10px;
	top:10px;
	font-size:25px;
	padding: 15px;
	}
}
	