﻿ @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400';
 body {
     overflow-y: scroll;
     /*background: #f3f3f3;*/
     background: #fee1bf;
 }
 
 h1,
 h2 {
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     text-transform: uppercase;
     margin: 30px 0;
     color: #2c2627;
 }
 
 .logo-top {
     max-height: 75px;
     margin-bottom: -25px;
     opacity: 0.1;
     margin-left: 10px;
 }
 
 h1 {
     text-align: center;
 }

 h2 {
     font-size: 27px;
 }
 
 h3 {
     /*color: #78c150;*/
     color: #876445;
     font-size: 20px;
 }
 
 .green-price {
     color: #78c150;
 }
 
 .lead {
     font-family: 'Open Sans', sans-serif;
     font-weight: 300;
     margin: 30px 0 0 0;
 }
 
 .main-body {
     /*background: #f3f3f3;*/
     background: #ffedd8;
     padding-left: 0;
     padding-right: 0;
     font-size: 16px;
     color: #847f7f;
     padding-bottom: 0px;
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
 }
 
 .navbar-nav {
     width: 100%;
     text-align: center;
 }
 
 .navbar-nav li {
     float: none;
     display: inline-block;
 }
 
 .main-navigation {
     /*background: #5b6f50;*/
     background: #bf9270;
     border: none;
     border-radius: 0;
     margin-bottom: 0;
 }
 
 .navbar-default .navbar-nav {
     padding-top: 15px;
     padding-bottom: 15px;
 }
 
 .navbar-default .navbar-nav>li>a {
     color: #fff;
     font-size: 1.3em;
     font-family: 'Open Sans', sans-serif;
     font-weight: 300;
     text-transform: uppercase;
 }
 
 .navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>li>a:active,
 .navbar-default .navbar-nav>li>a:focus {
     color: #d12e33;
 }
 
 .main-thumbnail {
     margin-top: 15px;
     padding: 0;
     border: none;
     border-radius: 0;
     background: #5b6f50;
 }
 
 .main-thumbnail .caption {
     text-align: center;
 }
 
 .main-thumbnail .caption a {
     color: #FFF;
     font-family: 'Open Sans', sans-serif;
     font-weight: 300;
 }
 
 .left-image {
     margin: 0 20px 0 0;
     max-height: 200px;
 }
 
 .bottom-title {
     margin: 60px 0 5px 0;
     color: #2c2628;
 }
 
 .copyright {
     color: #2c2628;
 }
 
 .price {
     text-align: right;
 }
 
 .background-logo {
     margin-top: 90px;
     max-height: 400px;
     opacity: 0.1;
 }
 
 .erna-kop {
     position: absolute;
     right: 50px;
     top: 50px;
     border-radius: 200px;
 }
 
 .logo-wrapper {
     text-align: center;
     position: relative;
 }
 
 .beauty-bg {
     margin-top: 10px;
 }
 
 .cadeau-bg {
     margin-top: 20px;
     float: right;
     border-radius: 4px;
 }
 
 .example-image {
     width: 100%;
     margin: 5px 0;
     border: 1px solid #C0C0C0;
     border-radius: 4px;
 }
 
 .think-positive {
     border-radius: 4px;
 }
 
 .inline-image {
     float: right;
     max-width: 300px;
     margin-left: 15px;
     border: 1px solid #C0C0C0;
     border-radius: 4px;
 }
 
 .inline-image-left {
     float: left;
     max-width: 200px;
     margin-right: 15px;
     border: 1px solid #C0C0C0;
     border-radius: 4px;
 }
 
 .kernel-word {
     color: #e1b60b;
 }
 
 .smooth-border {
     border-radius: 4px;
 }
 
 .small-image {
     width: 102px;
 }
 
 #contact-foto {
	 width: 100%;
 }
 
a {
	color: #e05f16;
}

a:hover {
	color: #b3541e;
}



