* {
	        margin: 0;
	        border: 0;
	        padding: 0;
}

body {
    background-image: linear-gradient(#ddd, #fff) ;	
	background-repeat: no-repeat;
	overflow: auto;
	
		}

p {
	width: 75%;
	padding: 1%;
	margin: 0 auto;
	text-align: left;
	}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
	}

hr {
	border: 0;
    height: 1px;
    margin: 0;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    
}	
#wrapper {
	margin: 0 auto;
	max-width: 1520px; /*max-width: 960px;*/
	width: 98%;
	background-image:url('../bg/b.png');

	-webkit-background-size: cover; 
    -moz-background-size: cover; 
     -o-background-size: cover;
      background-size: cover;
   }
	
/* HEADER */

.mainHeader {
	width: 100%;
	/*min-height: 250px;*/
	padding: 1px;
	text-align: center;
	position: relative;/* nodig om position absolute in de container te houden*/
		
	}

center {
	
	width: 95%;
	float: right;
	margin: 5% 0 0 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 24px;
	font-weight: inherit;
    color: #fff;
    
   
	
}
.clear {
	clear: both;
}
main ul li {
	padding: 0.3%;
	list-style: circle;
	list-style-position: inside;/*markering bullets in het onderdeel*/
}
ul.social li {
	display: inline;/* now theyline up horizontally*/
}

ul.social li img {
	height: 10%;/* smaller size */
}

/* My Comment */

/* CONTENT */

main {
	width: 100%;
	}
.contentblok {
	
	/*background-image: url(../bg/foto1.jpg), url(../bg/logo-bg);
	background-position: center bottom, left top;
	background-repeat: no-repeat;*/
	background: linear-gradient(#00487a, #267ebd, #00487a);
	/*background-image:url('../bg/foto1.jpg');
	background-repeat: repeat;*/
	width: 100%;
	margin-top: 1%;
}	
.content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	
}

.quote {
	font-size: 1.2em;
	line-height:18px;
	letter-spacing: 2px;
	color: #ffe658;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.homeghostbutton {
	margin: 5% 0;
}
.ghostbutton {
	width: 29%;
	color:#000;
    padding: 7px 0;
	margin: 0 auto;
	border: 1px solid #640a0a;
    border-radius: 5px;  
	 font-size: 17px;
	 font-weight: bold;
	 text-align: center;

}
.ghostbutton:hover, .ghostbutton:active {
  color:#fff;
  background:#640a0a;
}
.portfoliobutton {
	width: 90%;
	color:#fff;
	float: left;
	padding: 7px 0;
	margin: 2%;
	border: 1px solid #fff;
    border-radius: 15px;  
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	 font-size: 17px;
	 font-weight: bold;
	 text-align: center;

}
.portfoliobutton:hover, .portfoliobutton:active {
  color:#fff;
  background:#507ba9;
}
.slogan {
	width: 100%;
	float: right;
	text-align: right;
    font-size:1.8em;
	line-height:24px;
	padding: 2% 10% 1% 2%;
	font-weight: bold;
    color: #ffe658;
    
}


blockquote{
	border-left: 3px solid #fff;
	padding: 0.5% 2%;
}
.contact {
	width: 44%;
	float: left;
	padding: 2%;
	
}

.404 {
	margin: 0px, auto;
}
/*----END CONTENT---- */

section {
	color: #024268;
	width: 29%;
	float: left;
	margin:  2% 1%;
	padding: 1% ;
	text-align: center;
	/*background-color: #1f91be;
	border: 1px solid #fff;
	border-radius: 25px;
	box-shadow: 0 0 10px 0px rgba(12, 3,25, 0.8);*/

	}

/*section img {
	width: 95%;
}*/

	
/* TARIEVEN */
.uppertable {
	background-color: #fff;
	color: #000;
	height: 30px;
	padding-left: 1%;
	
}
.table {
	background-color: whitesmoke;
	color: #13103e;
	height: 30px;
	padding-left: 1%;
}
table tr {
	padding-left: 2%;
	border: 1px solid red;
}
/*----END TARIEVEN---- */
/* FOOTER */

footer {
	width: 100%;
	overflow: hidden; /* get rid of the grey section above */
	opacity: 0.90;
}

footer.bottom {
   font-size: 1.0em;
	max-height: 58px;
	text-align: center;
	
}



@media only screen and (min-width: 150px) and (max-width: 800px){

.ghostbutton {
	width: 95%;
	
}
.slogan {
	font-size: 1.0em;
	
}
section {
	width: 95%;
	}	

.contact {
	width: 95%;
	}
	}



	
	
