
.navbar-inverse{
	background-color: rgba(0, 0, 0, 0);
}


h1, h2, h3, h4 {
	font-family: 'Istok Web', sans-serif;
	text-transform: uppercase;
}

body{
	font-family: 'Fenix', serif;
	font-size: 16px;
	margin-top: 105px; 
	background-color: rgba(0,0,0,0.05);
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.hline { width:100%; height:1px; background: #888; opacity: 0.5; margin:0px 0px 30px 0px;}

/*.nav {
	margin-top: 28px;  this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items 
}*/

nav{
	background: white;
	padding-bottom: 20px;
	/*-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);*/
	/*-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);*/
	box-shadow: 0px 3px 5px rgba(50,50,50,.4);
}

.header-article {
	padding: 0 0 20px;
}

@media (min-width: 768px) {
	.header-article {
		padding: 0;
	}
}


@media (max-width: 767px) {
	.header-article {
		position: relative;
		font-size: 13px;
		font-family: 'Istok Web', sans-serif;
		text-align: center;
	}
	.header-article h4 {
		text-align: center;

	}
	.header-article i {
		display: block;
		margin-bottom: 10px;
	}
	.header .col-sm-6 {
		margin: 0;
		padding: 0;
	}
	.navbar {
		padding-bottom: 0;
	}
}

#about-btn {
	border: none;
	padding: 10px;
	background-color: transparent;
}



.portfolio-item {
	/*background:#f8f8f8;*/
	background: white;
	display: block;
	/*padding: 0 -10px 0 -10px;*/
	border-bottom: 1px dotted #a9a9a9;
	/*font-family: Georgia;*/
	font-style: italic;
	text-align:center;
	/*margin: 0px 10px 0px 10px;*/
	color: #6f6f6f; 
	font-size: 15px;
	/*width: auto\10;*/
    /*height: auto;*/
    /*max-width: 100%;*/
}
.portfolio-item a {
	margin: 0px; 
	/*font-size: 12px; */
	font-style: normal;
	text-shadow:none;
	display: block;
	/*font-family: "Arvo", sans-serif; */
	font-weight: normal;
	text-transform:uppercase; 
	color: #333333;
}

.portfolio-item p{
	margin-top: 0px;
}

.portfolio-item h4{
	margin-bottom: 5px;
}


a:hover {color: rgba(255,143,233,1); text-decoration: none;}

/*.portfolio-item li { 
	list-style: none; 
	border-bottom: 1px dashed #a9a9a9;;
	padding: 10px; }*/
/*.portfolio-item li h6 {display: inline; margin-right: 5px;}*/

.item{
	padding: 10px 40px 10px 40px;
}