

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400|Glegoo|Dosis:200,300,400|Antic+Slab|Economica|Poiret+One|Quicksand:300,400|Tulpen+One|Josefin+Slab|Oxygen|Pontano+Sans|Advent+Pro:400,300,200,100|Doppio+One|Iceberg);

body,
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Glegoo', serif;
	/*font-family: 'Dosis', sans-serif;
	font-family: 'Antic Slab', serif;
	font-family: 'Economica', sans-serif;
	font-family: 'Poiret One', cursive;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Tulpen One', cursive;
	font-family: 'Josefin Slab', serif;
	font-family: 'Oxygen', sans-serif;
	font-family: 'Pontano Sans', sans-serif;
	font-family: 'Advent Pro', sans-serif;
	font-family: 'Doppio One', sans-serif;
	font-family: 'Iceberg', cursive;*/
}

p {
	text-align: justify;
}

strong, b {
	font-weight: 400;
}

a {
	color: #F92672;
}
a:hover {
	color: #F92672;
}

input[type="submit"] {
	background-color: #222;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 19px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.navbar,
h1, h2, h3 {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.slideshow {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.title-thingie {
	padding-bottom: 1em;
}

.navbar .brand,
.navbar div {
	float: none;
	text-align: center;
	clear: both;
	margin: 0 auto;
}
.navbar .brand {
	font-size: 36px;
	padding: 8px 20px 8px;
}
.navbar .sub-brand:hover,
.navbar .sub-brand {
	color: #999;
	font-size: 18px;
	text-decoration: none;
}

.navbar .nav {
	display: inline-block;
	float: none;
	margin: 0;
}
.navbar .nav > li.active > a {
	border-radius: 4px;
	/*border: 15px solid black;*/
	/*border-top-color: transparent;*/
	/*border-bottom-color: transparent;*/
/*
	content: ' ';
	width: 2px;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid blue; 
*/
}
.navbar .nav > li > a:hover {
	color: #222;
}

.navbar .btn-navbar {
	color: #fff;
	margin: 0 auto;
	width: 95px;
}

.hero-unit {
	background: transparent none;
	box-shadow: 0 -1px 4px -2px rgba(0,0,0,.4);
}
.row {
	/*margin-left: 2px;*/
	/*margin: 5px;*/
	/*margin: 5px;*/
	margin: 0 0 0 20px;
}

.slideshow {
/*
	width: 100%;
	max-height: 660px;
*/
	overflow-x: scroll;
	display: -webkit-box;
  	-webkit-box-orient: horizontal;
	-webkit-box-pack:center;
    -webkit-box-align:center;
   }
.slideshow div {
	background-color: #222;
	margin: 0 4px;
}
.slideshow .name {
	padding: .5em 1em .6em;
	color: #fff;
	border-radius: 4px;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(90deg);
}

.navbar-inner {
	background: #fff none;
}

.hero-unit {
	/*overflow: hidden;*/
}
.hero-unit h1 {
	font-size: 30px;
	line-height: 40px;
}

.hero-unit h2 {
	font-size: 24px;
	line-height: 36px;
}
.hero-unit h3 {
	border-top: 1px solid #ccc;
}

.row p,
.row {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	margin: 1em 0 0;
}
.row:after {
	clear: none;
}

.contact {
	margin: 0 auto;
	width: 220px;
}

/* About */
.about-page { overflow: hidden; }
.left-block { float:left; max-width:740px; }
.right-block { float:right; }
.avatar {}
.avatar-caption { max-width:335px; margin:.5em 0; }



.resume {

}

.resume .hero-unit h3 {
	font-size: 24px;
	line-height: 36px;
	margin: 1em 0;
}

.resume .hero-unit i {
	color: #aaa;
}
.resume .hero-unit b {

}

.navbar .social {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
}
.navbar .collapse.in .social {
	display: block;
	text-align: center;
}

.navbar .social li {
	display: block;
	float: left;
}

.navbar .collapse.in .social li {
	float: none;
}
.navbar .social li a {
	display: block;
	float: none;
	padding: 5px 10px;
	line-height: 19px;
	color: #999999;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}