
/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  *color: #676758;
}



/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}
.centerMe {
	margin:0 auto;
}
.topmargin20{
	margin-top:20px;
}
.topmargin10{
	margin-top:10px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#*wrap > .*container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}
.bgOrange {
	background-color:#fe5628;
}
.bgGrey {
	background-color:#cccccc;
}

/* Typeface styling page CSS
-------------------------------------------------- */
h1,h2,h3,h4, .title {
		font-family: 'Unkempt', cursive;
}

h1 {
    font-weight: 700;
    font-size: 41px;
    margin: 0 0 23px 0;
    }
h3 {
    font-size: 41px;
    font-weight: 700;
	color:#39ced0;
}	
h4 {
    font-size: 30px;
    font-weight: 700;
    *margin: 15px 30px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    *font-weight: 700;
    line-height: 1.42;
    margin: 0 0 23px 0;
}
.title {
    font-weight: 700;
    font-size: 46px;
    *margin: 0 0 23px 0;
	display:inline-block;
    }
hr {
    border: 1px solid #676758;
    margin-top: 39px;
}
.header {
	border-bottom:#eee 1px solid;
	padding: 15px 0;
}
.aside {
    margin-top: 86px;
}
.portfolio h3 {
	text-align:right;
}
.caption {
    font-size: 14px;
    margin: 10px;
	font-family: 'EB Garamond';
}
.nav.nav-pills.nav-stacked {
    margin-top: 108px;
}

.suso {
	display:block;
	width:434px;
	height:229px;
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
	z-index:3;
}

.nav.navbar-nav.pull-right a {
    font-family: 'EB Garamond';
    font-size: 22px;
    font-weight: normal;
}
.suso > p {
    color: #8a9396;
	line-height:1.32;
	font-size:24px;
}
.suso > h3 {
    color: #39ced0;
}

.teaser > .col-md-4 > h4 {
    color: #39ced0;
	font-size: 32px;
}
.divider {
    height: 40px;
}


.galleria { 
	width: 900px; 
	height: 700px;
	background-color: #ffffff; 
}

.tab-content li {
    list-style: none outside none;
}
.tab-pane.active {
    color: #39ced0;
}

.about p {
	font-weight:normal;
}
.col-md-7.portrait > img {
    margin-top: 29px;
}
address {
    font-family: "Open Sans";
}