
/*-------------------------------
*	Basic Setup
*------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

html {
	height: 100%;
}

body {
	font-size: 100%;
	height: 100%;
	color: #231f20;
	font-family: 'Puritan', arial, serif;
	background: #fff;
}

img {
	border: 0;
}

a {
	color: #422b51;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#clear {
	clear: both;
	margin: 0px;
}

/*p::selection, ul::selection, ol::selection, li::selection, h1::selection, h2::selection, i::selection, b::selection, strong::selection {
	color: #fff;
    background: #422b51;
}*/

/*-------------------------------
*	Main Containers
*------------------------------*/

#container {
	width: 100%;
	max-width: 1320px;
	min-height: 100%;
	margin: 0 auto;
}

.nav {
	display: block;
	width: 150px;
	margin-top: 60px;
	position: fixed;
}

.content {
	float: right;
	width: calc(100% - 150px);
}

/*-------------------------------
*	nav Container
*------------------------------*/

.logo {
	float: left;
	width: 81px;
	height: 106px;
}

.socialMedia {
	clear: left;
	float: left;
	width: 95px;
	margin-top: 15px;
}

.contact {
	clear: left;
	float: left;
	width: 95px;
	margin-top: 15px;
}


/*-------------------------------
*	content Container
*------------------------------*/

h1 {
	float: left;
	width: auto;
	margin-top: 30px;
	margin-left: -17px;
}

h2 {
	float: left;
    width: auto;
    clear: both;
    margin-top: -21px;
}

.portfolio {
	clear: left;
	float: left;
	width: 100%;
	margin-top: 15px;
}


/*-------------------------------
*	Fade Buttons
*------------------------------*/

.fadeThis {
	position: relative;
	display: block;
	cursor: pointer;
}

.fadeThis * {
	display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#logo {
	width: 90px;
	height: 90px;
}

#linkedin, #email, #home, #return {
	width: 25px;
	height: 25px;
}

#linkedin, #email, #home {
	float: left;
	margin: 0 .175em .3em .175em;
}
#return {
	float: left;
	margin: 0;
}
#linkedin {
	background: url(../images/port/icon-linkedin.png) 0 0 no-repeat;
	background-size: 25px;
}
#email {
	background: url(../images/port/icon-envelope.png) 0 0 no-repeat;
	background-size: 25px;
}
#home {
	background: url(../images/port/icon-home.png) 0 0 no-repeat;
	background-size: 25px;
}
#logo {
	background: url(../images/port/logo.png) 0 0 no-repeat;
	background-size: 90px;
}

#logo span.hover {
	background: url(../images/port/logo.png) 0 -106px no-repeat;
}
#return {
	background: url(../images/port/icon-return.png) 0 0 no-repeat;
	background-size: 25px;
}

/*-------------------------------
*	Text Style
*------------------------------*/

h1 {
	color: #231f20;
	font: normal 180px/185px "Old Standard TT", serif;
	letter-spacing: -3px;
	filter: alpha(opacity=6);
	opacity: 0.06;
}

h2 {
	font: normal 16px/18px 'Puritan', arial, serif;
	color: #231f20;
	text-transform: uppercase;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
#container .viba-portfolio-entry-title.entry-title {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.content-part {
	clear: both;
	color: #231f20;
	font: 14px/21px 'Puritan', arial, serif;
	padding-bottom: .8em;
}
p {
	color: #231f20;
	font: 14px/21px 'Puritan', arial, serif;
	padding-bottom: .8em;
}
.content-part h4 {
	font-size: 21px;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 6px;
}
.content-part ul {
    list-style-position: outside;
    margin-left: 3em;
}
.content-part ul li {
	margin-bottom: 12px;
}
.contact {
	color: #231f20;
	font: italic 11px/13px 'Puritan', arial, serif;
}

.follow {
	font-size: .8em;
	font-style: italic;
	padding-top: 1em;
}
a.return-link {
	float: left;
    margin-bottom: -20px;
    margin-top: 20px;
    margin-left: -17px;
}
span.link-text {
    display: inline-block;
    margin: 3px 0 0;
	padding-left: 12px;
}
.viba-portfolio-wrapper .viba-portfolio-filter li.new-page {
    margin-left: -4px !important;
}
/*-------------------------------
*	Bio Photo
*------------------------------*/
img.bio-photo {
    float: right;
    padding-left: 3em;
    padding-bottom: 2em;
}
/*-----------------------------------
 *		Smaller Desktops
 *-----------------------------------*/
@media only screen and ( max-width: 1349px ) {
	#container {
		width: calc(100% - 60px);
		max-width: initial;
		padding: 0 30px;
	}
}
/*-----------------------------------
 *		Tablets
 *-----------------------------------*/
@media only screen and ( max-width: 899px ) {
	body {
		min-width: initial;
	}
	#container {
		width: calc(100% - 20px);
		min-width: initial;
		padding: 0 10px;
		overflow: hidden;
		background: none;
	}
	.nav {
		float: none;
		margin: 0;
		padding: 15px;
		display: inline-block;
		width: calc(100% - 30px);
		position: relative;
		background: #fff;
	}
	#logo {
		float: left;
	}
	.socialMedia {
		clear: none;
		float: right;
		width: auto;
		margin: 40px 0 0 20px;
	}
	.contact {
		clear: none;
		float: right;
		width: auto;
		margin: 45px 0 0;
	}
	.content {
		width: 100%;
	}
	h1 {
		width: 100%;
		margin: 0;
		text-align: center;
		margin-left: 0;
	}
	h2 {
		width: 100%;
		margin: 0 0 2em;
		text-align: center;
	}
	div#cbpw-filters3 {
    	text-align: center;
	}
	a.return-link {
		float: none;
		display: flex;
		justify-content: center;
	}
}

/*-----------------------------------
 *		Mobile
 *-----------------------------------*/
@media only screen and ( max-width: 767px ) {
	#logo {
		float: none;
		margin: 0 auto;
	}
	.socialMedia {
		clear: none;
		float: none;
		width: auto;
		display: table;
		margin: 16px auto 0;
	}
	.contact {
		clear: none;
		float: none;
		width: auto;
		margin: 10px 0 0;
		text-align: center;
	}
	h1 {
		float: none;
		font-size: 75px;
		line-height: 75px;
		letter-spacing: 0;
		text-align: center;
		opacity: 0.10;
	}
	.portfolio {
		clear: none;
		float: none;
	    width: calc(100% - 20px);
	    padding: 0 10px;
	}
}

@media only screen and ( max-width: 655px ) {
	img.bio-photo {
		float: none;
	    padding-left: 0;
	    margin: 0 auto;
	    display: block;
	}
}