body{
	background-color: black;
	color: white;
	text-align: center;
}
h1{
	color: #da160e;
	font-size: 24px;
	font-family: "EB Garamond";
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
h1.focim{
	color: #da160e;
	font-size: 24px;
	font-family: "EB Garamond";
	text-align: center;
	font-weight: bold;
	margin-top: -6px;
	margin-bottom: 10px;
}
h1 a{
	color: #da160e;
}
h1 a:hover{
	color: #555;
	text-decoration: none;
}

h3 a{
	color: white;
}
h3 a:hover{
	color: #555;
	text-decoration: none;
}

p a{
	color: white;
}
p a:hover{
	color: #555;
	text-decoration: none;
}

h2{
	color: white;
	font-size: 28px;
	font-family: "EB Garamond";
	text-align: center;
	font-weight: bold;
	margin-top: 6px;
}
h4{
	font-weight: normal;
}


.navbar-nav{
	margin-left: auto; 
	margin-right: auto;
	margin-top: -18px;
	margin-bottom: -6px;
	font-size: 17px;
	font-weight: 400;
}
.main{
	border-top: 1px solid #da160e; 
	min-height: 900px;
	background-image: url(../images/main_tattoo.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 36px;
}
.main_tattoo{
	border-top: 1px solid #da160e; 
	min-height: 900px;
	background-image: url(../images/main_tattoo.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 36px;
}
.main_piercing{
	border-top: 1px solid #da160e; 
	min-height: 900px;
	background-image: url(../images/piercing.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 36px;
}
.main_nagel{
	border-top: 1px solid #da160e; 
	min-height: 900px;
	background-image: url(../images/nagel.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 36px;
}
.main_bild{
	border-top: 1px solid #da160e; 
	min-height: 900px;
	background-image: url(../images/galerie.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 36px;
}
.main_uber{
	border-top: 1px solid #da160e; 
	min-height: 900px;
	background-color: #da160e;
	text-align: center;
	line-height: 36px;
}
.main_uber_kep{
	border-top: 1px solid #da160e; 
	min-height: 900px;
	background-color: black;
	text-align: center;
	line-height: 36px;
	background-image: url(../images/4.jpeg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.main_kontakt{
	border-top: 1px solid #da160e; 
	min-height: 700px;
	background-image: url(../images/kontakt.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 36px;
}
a.gomb{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #da160e;
	color: white;
}
a.gomb:hover{
	background-color: #555;
	color: white;
	text-decoration: none;
}

a.gomb2{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: black;
	color: white;
	border: 1px solid white;
}
a.gomb2:hover{
	background-color: white;
	color: black;
	text-decoration: none;
}
.footer{
	border-top: 1px solid #da160e;
	padding-top: 80px;
	padding-bottom: 80px;
	line-height: 28px;
}
a.foot{
	color: #ddd;
}
a.foot:hover{
	color: white;
	text-decoration: none;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}














