@charset "utf-8";
@import url("../webfonts/eurof35/stylesheet.css");
@import url("../webfonts/eurof55/stylesheet.css");
@import url("../webfonts/eurof75/stylesheet.css");


h1, h2, h3, p {
	font-family: "eurof35";
}
h2 {
	font-family: "eurof55";
	color: #761d07;
	font-size: 25px;
	line-height: 3px;
}
.header {
	margin-top: 2%;
}
#defaultNavbar1 .nav.navbar-nav li {
	border-bottom: thin solid #D8D9D9;
	font-family: "eurof75";
	font-size: large;
}
.nav.navbar-nav li a:hover  {
	color: #ED8486;
}


.img-fill {
	top: 6px;
	padding-top: 10px;
}

#wrapper {
	-webkit-box-shadow: 8px 4px 45px #1B1F1A;
	box-shadow: 8px 4px 45px #1B1F1A;
	max-width: 1024px;

}

h3 {
	font-size: large;
}

#wrapper .row .col-md-6 {
	padding-right: 4%;
	padding-left: 4%;
}

.col-md-4 .thumbnail .caption {
	text-align: center;
}
.col-md-4   {
}

.nav.navbar-nav li a {
	color: #1C211B;
}

.container-fluid #defaultNavbar1 .nav.navbar-nav {
}

footer {
	margin-bottom: 10px;
	font-size: large;
}

footer a {
	color: #000000;
	text-decoration: none;
}

#blok {
	width: 500px;
	height: 15px;
	/* Rotate div */
	transform: rotate(90deg);
	display: block;
	overflow: visible;
	position: absolute;
	top: 317px;
	left: -250px;
	-ms-transform: rotate(90deg); /* Internet Explorer */
	-moz-transform: rotate(90deg); /* Firefox */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg);
	z-index: 3;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.maker {
	color: #7A230E;
	letter-spacing: 0.1em;
	text-align: left;
}
.col-md-6 div div h1 {
	color: #7A230E;
	font-size: 135%;
	font-variant: small-caps;
	line-height: 40px;
}

#wrapper .row {
}

.col-md-4 .thumbnail video {
	left: 25px;

}
