@charset "utf-8";
.rubrik-liten-vit {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}
.rubrik-liten-rosa {
	color: #FC9D8A;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}
.rubrik-stor-gles {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 1.5em;
	letter-spacing: 0.05em;
}
.bg-dark {
	background-color: #FA9798;
}
.mellanrubrik-red {
	color: #F46266;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
}

.storrubrik-red {
	color: #F34E52;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 2em;
	border-top-left-radius: 0px;
	margin-top: 10px;
}
.storrubrik-black {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 2em;
	border-top-left-radius: 0px;
	margin-top: 10px;
}
.mellanrubrik-white-bg {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-indent: 80px;
	margin-top: 8px;
	margin-bottom: 8px;

}
.brodtext-dark-grey {
	color: #8D8D8D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.brodtext-small-grey {
	color: #8D8D8D;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}
.brodtext-white-bg {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #F0C3C3;
	text-indent: 40px;
}
a {
	color: #8D8D8D;
}
a:hover {
	color: #FF856D;
	text-decoration: none;
}
.bildtext {
	color: #000000;
	font-style: italic;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1em;

}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #FC9D8A;
	border: thin solid #FF9A9C;
}
.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .nav-link:focus {
	color: #B0B0B0;
	border: thin solid #6C757D;
}
