body {
  margin: 0;
  font-size: 20px;
  font-family: 'Shift', monospace;
	font-weight: 200;
  color: #6e6e6e; }

a {
  color: #515151;
  text-decoration: none;  
  text-align:left;} 


h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-weight: 200; 
  font-family: 'Shift', monospace;
  color:#393c3d;
  text-align:left;
  }

h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 200;
  font-family: 'Shift', monospace;
  color:#393c3d;
  text-align:left; }

h3 { 
  padding-top: 30px;
  padding-bottom: 30px;  
  margin: 20; 
  font-family: 'Shift', monospace;
  font-weight: 200; 
  color:#393c3d; 
  text-align:center;
  border-bottom:4px solid #393c3d;
  }
  
 
ul { 
  list-style-type: none; 
  padding: 0;
  font-family: 'Shift', monospace; 
  color:#393c3d;
  text-align:left;}

footer {
  text-align: center; }

::selection {
  background-color: #e77878;
  color: white; }

.cfix:after, .btn-list:after { 
  display: block;
  content: '';
  clear: both; }

.wrapper { 
  width: 100%; 
  box-sizing: border-box; 
  border-top: 2px solid #6c6c6c;
  background-color: #fefefe;
  }  

.link-menu {
  font-size: 5.2rem;
  position:fixed;  
  right:0px; 
  top:0px; 
  z-index:100; 
  background-color:#000;
  width:100%;
  color:#FFF;
  
      
  }
  .link-menu:hover {
    color: #807d7d; } 

.main-content {
  padding: 0px 0px 0px; 
  text-align: center; 
    
  }
  .jumbotron {
  background-image:url('http://www.greefa.nl/files/Gerealiseerde%20projecten/Crist%20Apples%20US/Crist_Apples_5_sorting.jpg');
  height: 500px; 
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:5.2rem;
  
}
.jumbotron .container {
  position: relative; 
  top:30px;
  left:30px;
} 
.jumbotron a{
	margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px; 
  font-family: 'Shift', monospace;
  color:#fff;
  text-align:left; 
  font-size: 1.4rem;
  font-weight: bold; 
}
.jumbotron p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px; 
  font-family: 'Shift', monospace;
  color:#fff; 
  text-align:left;
  font-weight: bold;
  } 

.jumbotron h1 { 
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-weight: 200; 
  font-family: 'Shift', monospace;
  color:#fff;
  text-align:left;
  }

.jumbotron h2 {
  padding-top: 10px;
  padding-bottom: 10px; 
  margin: 0; 
  font-weight: 200;
  font-family: 'Shift', monospace;
  color:#fff;
  text-align:left; }  

.jumbotron h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 10;  
  font-family: 'Shift', monospace;
  font-weight: 200;
  color:#fff; 
  text-align:left;}

  .main-content > .main-content-header {
    padding-bottom: 80px; 
	background-color:#efefef;
	 
  }
  .main-content > .main-content-body {
	  background-color:#efefef;
    padding-top: 30px; 
    padding-bottom: 30px;
    border-top: 1px solid #d4d4d4; 
    text-align: left; }
    .main-content > .main-content-body a {
      text-decoration: underline; }
    .main-content > .main-content-body > .main-content-body-inner {
		padding-left:30px;
		padding-right:20px;
      padding-top: 10px; 
	  background-color:#efefef;
       }
      .main-content > .main-content-body > .main-content-body-inner > h2 { 
        padding-left: 50px;  
        padding-right: 10px;
        border-left: 12px solid #393c3d;
		border-top:2px solid #393c3d;
		border-bottom:2px solid #393c3d;
		border-right:2px solid #393c3d;
        background-color: #efefef;
        color: #393c3d; 
        font-size: 1.6rem; }
		.main-content > .main-content-body > .main-content-body-inner > p { 
		color: #393c3d;  
		} 
      .main-content > .main-content-body > .main-content-body-inner > h2 + ul {
        padding-left: 14px;
        padding-right: 14px; }
        .main-content > .main-content-body > .main-content-body-inner > h2 + ul > li + li {
          padding-top: 20px; }
      .main-content > .main-content-body > .main-content-body-inner h3 {
        border-bottom: 1px solid #393c3d; }

.headline {   
  font-size: 5.0rem;   
  font-weight: 400;
  color: #fff;
  font-family: 'Shift', monospace;
	font-weight: bold; }
.neighborhood-guides{
    background-color:#efefef;
    border-bottom: 1px solid; 
    border-color:#dbdbdb;  
	margin-top:0px;  
}

.neighborhood-guides h2{
    color:#393c3d; 
    font-size:24px;
}

.neighborhood-guides p{
    font-size:15px;
    margin-bottom:13px;
	text-align:center;
	color:#393c3d; 
}
.headline-main {
  color: #fff;  
  font-family: 'Shift', monospace;
	font-weight: bold;}

.version {
  padding-top: 0;
  font-size: 1.4rem; 
  font-family: 'Shift', monospace;
	font-weight: bold;}



.sidebar {  
  background-color: #312f2f;
  padding-top:5.2rem;} 
  .sidebar li + li {
    margin-top: 12px; } 
	.sidebar ul ul li {
		  padding-left:2.0rem;
		  list-style:circle; 
	  } 
  .sidebar li a {
	   
    padding: 10px 10px;
    display: block; 
    color: #fff;  
	font-size:3.0rem; 
	list-style:square;
	} 
    .sidebar li a:hover {
      background-color: #424242; }
  .sidebar li .current {
    background-color: #51648b; }  
	
	
.jumbotron-fruitandvegetables{    
   background-image:url( "http://www.greefa.nl/files/moodbars/Moodbar_GeoSort_NOG_appels.jpg");    
  height: 500px;     
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:5.2rem;
}
.jumbotron-fruitandvegetables a{
	margin-top: 10px;
  margin-bottom: 10px; 
  padding-top: 20px;
  padding-bottom: 20px; 
  font-family: 'Shift', monospace;
  color:#fff;
  text-align:left; 
  font-size: 1.4rem;
  font-weight: bold;
}
.neighborhood-guides1{
    background-color:#efefef;
	border-top:5px #efefef;
    border-bottom: 5px solid; 
    border-color:#efefef;  
	margin-top:0px;  
}

.neighborhood-guides1 h2{ 
    color:#393c3d;  
    font-size:24px;
	padding-left: 50px;  
        padding-right: 10px; 
        border-left: 12px solid #393c3d;
		border-top:2px solid #393c3d;
		border-bottom:2px solid #393c3d;
		border-right:2px solid #393c3d;
        background-color: #efefef;
        color: #393c3d;  
        font-size: 1.6rem;
}  

.neighborhood-guides1 p{ 
    font-size:15px;
    margin-bottom:13px;
	text-align:left;
	color:#393c3d;  
	padding-left:50px;
}  
.wilbi .container p{
color:#fff;   
background:#333;
height:20px;  
text-align:center;
width:100%;  
}
 
.applepara1{ 
background:#efefef;	
text-align:center;
}  
 
.jumbotronabout{      
   background-image:url(../images/services.jpg);   
  height: 500px;     
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:5.2rem;
}