/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

body {
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4 {
	color: #dc3545!important;
}
.lead {
 	color: #dc3545!important;
	opacity: 0.8;
	font-size: 115%;
}

p {
	letter-spacing: 1px;
	font-weight: 200;
	font-size: 110%;
}

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 130px 0;
}

/*sweete shrink navbar */
nav {
	transition: all 0.5s ease;
	font-size: 120%;
	border-bottom: 1px solid #ccc;
	background: #fff;
}


nav.shrink {
	transition: all 0.5s ease;
	font-size: 100%;
}

.nav-item {
	text-transform: uppercase;
	letter-spacing: 1px;
}

#zitat {
	background-color: #eaeaea;
}

#zitat p {
	font-size: 80%;
}

#totop {
	position: fixed;
	transition: all 0.5s ease;
	right: 20px;
	bottom: 20px;
}
