.jumbotron 
{
	background-image: url(../img/26_Fotor.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 400px;
}

h1 span, h2 span
{
	background: black;
	background: rgba(0, 0, 0, 0.618);
	color: white;
	padding: 0.15em;
}

h2 span
{
	line-height: 1.618em;
}

body
{
	background: #ddd;
	font-family: 'Roboto', sans-serif;
	font-size: 1.618em;
}

form
{
	margin-top: 3.1415em;
}

.gallery
{
	padding: 1.618em;
}

img
{
	border: 0.618em solid white;
}

#content, .row-eq-height
{
	padding-top: 3.1415em;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background: black;
	background: rgba(0, 0, 0, 0.618);
}

a, a:focus, a:hover
{
	color: rgba(0, 0, 0, 0.618);
}

#contactheader {
	margin-top: 1em;
	margin-bottom: 0.6em;
}