body {
	position: relative;
	background: url("img/sigrid3.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 60% 50%;
    background-size: cover;
    padding-top: 490px;
    font-family: 'Exo', sans-serif;
    height: 100vh;
}

.affix {
	top:0;
	width: 100%;
	z-index: 9999 !important;
}

.navbar {
	background-color: #ffc0cb;
}

@media screen and (max-width: 780px) {
	.navbar a { font-size: 14px;}
}

.affix ~ .container-fluid {
	position: relative;
	top: 70px;
	bottom: 0px;
}

.container-fluid {
	padding-top: 30px;
	padding-bottom: 15px;
}

.container .container-fluid .last {
	padding-top: 30px;
	padding-bottom: 70px;
}

.navbar-nav > li > a {
	color: #882222;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus , .navbar-nav > li.active > a {
	color: #222222;
	background-color: #ff78a7;
}

h1, h2, h3 {
	color: #111111;
	margin-top: 30px;
	margin-bottom: 15px;
}

/*p + p { /* Make text indent for successive paragraphs 
	text-indent: 1em;
}*/
