body {
	/*background-color: #d7d7d7;*/
	background-image: url(website-opkomende-zon-90.jpg);
	background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color: #000;
}

.jumbotron {
	padding: 50px;
    margin: 0 auto 50px;
    min-height: 300px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    background-image: url(website-carolinebovee-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color: #000;
}

.content {
	background-color: #f2f2f2c9;
	color: #000;
	padding: 30px;
	margin: 0 auto 50px;
}

.contact {
	background-color: #f2f2f2;
	color: #000;
	padding: 0 30px;
	margin: 0 auto 50px;
}

.contact .col-sm-3, .contact .col-sm-5 {
	padding: 30px;
}

.content.caroline { padding: 0 ; }
@media only screen and (max-width: 600px) {
	.content.caroline { padding: 30px ; }
}
.content.caroline h3 { padding-top: 30px; }



p, ul {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 1.5rem;
}


.jumbotron h1 {	font-size: 48px; }
.jumbotron h2 {	font-style: italic; }

h3 {
  font-family: "Homemade Apple", cursive;
  font-weight: 600;
  font-style: normal;
  list-height: 48px;
  font-size: 36px;
  color: #d00000;
}
	
	
img {
	max-width: 100%;
	height: auto;
}

.tag 	{ color: #d00000; }
.accent { color: #d00000; }
.usp 	{ color: #d00000; font-weight: 600;}
.uspalt	{ color: #000000; font-weight: 600;}

ul {
	padding-left: 15px;
}

a, a:visited 	{ color: #000; text-decoration: underline; }
a:hover 		{ color: #d00000;	}


blockquote {
	background-color: #ffffff;
	border-left: 5px solid #d00000;
	margin-top: 25px;
}
blockquote p {
	font-style: italic;
}



.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgb(160, 35, 27);
	color: #fff;
	padding: 30px 0px;
}

.footer a, .footer a:visited 	{ color: #fff;	}
.footer a:hover 				{ color: #d00000; }
