/* Off-Canvas */

.tab-bar {

	background: none;
	height: 100px;
	position: fixed;
	z-index: 300;
	
}

.left-small {

	width: 90px;
	height: 90px;
	position: absolute;
	top: 25px;
	left: 25px; 
	z-index: 400;
	
}

.menu-icon {

	background: url(../img/menu.png) no-repeat;
	background-size: contain;

}

.menu-icon span { 

	display: block;
	width: 100%;
	height: 100%;
	
}

.left-off-canvas-menu {

	left: 1px;
	background-color: #323232;
	color: #fff;
	padding-top: 100px;
	width: 250px;
		
}

.left-off-canvas-menu a {

	font-family: 'Noto Serif',arial,sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 0.9rem;
	color: #fff !important;
	padding: 15px 30px;
	letter-spacing: 2px;
	font-weight: normal;
	
}


.left-off-canvas-menu li a { padding-left: 30px !important; }

ul#social { margin: 30px 50px 30px 35px; }

ul#social li a {

	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;

}

ul#social li a#twitter { background: url(../img/twitter.png) no-repeat; background-size: contain; }
ul#social li a#facebook { background: url(../img/facebook.png) no-repeat; background-size: contain; }
ul#social li a#linkedin { background: url(../img/linkedin.png) no-repeat; background-size: contain; }


/* Header */


#top-bar { 

	background-color: #333;
	padding: 2rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 180;
	
}

#top-bar h1 {

	font-family: 'Noto Serif',arial,sans-serif;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	letter-spacing: 8px;
	width: auto;
	text-transform: lowercase;
	width: auto;
	text-align: center;
	font-variant: small-caps;
	
}

#top-bar h1 a { 

	text-decoration: none; 
	color: #fff;
	
}


/* Content */

.content-wrapper {

	position: relative;
	z-index: 150;
	margin-top: 80px;
	
}

.content-1 {

	background: url(../img/snowflake-bg.png) #f5f4d7 repeat;
	padding: 35px 0;
	font-family: 'Raleway',arial,sans-serif;

}

.content-1 .columns { 

	margin: 15px 0;
}


.content-2 {

	background-color: #a32c28;
	padding: 50px 0;
	font-family: 'Raleway',arial,sans-serif;
	color: #fff;
	text-align: center;

}

.content-1 h5, .content-2 h5, .footer h5 {

	font-family: 'Noto Serif',arial,sans-serif;
	letter-spacing: 2px;
	font-size: 0.8rem;
	padding: 0;
	margin: 0;
	color: #333;

}

.content-2 h2 {

	font-family: 'Delius', serif;
	color: #fff;
	font-size: 2rem;

}

.content-1 h6 {

	font-family: 'Raleway',arial,sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	padding: 0 0 20px;
	border-bottom: 1px solid #951f2b;
	margin-bottom: 20px;
	color: #384030;
	font-size: 0.8rem;
	letter-spacing: 1px; 
	
}

.footer h5 { border-bottom: 1px solid #217649; }

.content-1 p, .content-2 p {

	font-size: 0.9rem;
	line-height: 1.6rem;
	color: #2b2b2b;

}

.content-1 .img-wrap {

	padding: 15px;
	background-color: #fff;
	display: block;
	
}

.content-1 .img-wrap  .img-inner { 

	position: relative;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
	overflow: hidden;	
	
}

.content-1 .img-wrap .overlay {

	position: absolute;
	left: 0;
	top: -9999px;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/snowflake.png) rgba(51,51,51,0.7) 50% 50% no-repeat;
	

}

.content-1 .img-wrap:hover .overlay {  top: 0; }



/* Footer */

.footer {

	padding: 50px 0;
	background-color: #fff;
	border-top: 20px solid #217649;
	font-family: 'Raleway',arial,sans-serif;
	
}

.footer p, .footer li { 

	font-size: 0.8rem;
	line-height: 1.4rem;
	
}

.footer li a {

	color: #fff;
	transition: 1s all;
	
}

.footer li a:hover { color: #b3979e; }

.footer-base {

	background-color: #2b2b2b;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	padding: 20px 0 15px;
	font-family: 'Raleway',arial,sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 4px;

}
