/* Main CSS file for Jortvdheide.nl */
/* Written by Jort van der Heide, copy as you like */

/* First some general settings, like body */
/* And reset some default values */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;	
}

/* Container */
/* Moet helemaal in het midden */
#container {
 	margin-top: 100px;	
	background: url(bg.jpg) no-repeat center;
	padding-top: 170px;
}

.intro {
	
}

.footer {
	margin-top: 200px;
}

/* Typografie, fonts, embed fonts to get unique */
/* With the use of CSS, make some title's with embeded fonts */
body {
	font: normal 13px Helvetica, Arial;
	color: #666;
}

/* Links */
a {
	color: #46a4da;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

H1 {
	
	padding: 20px;
	color: #46a4da;
	font-weight: normal;
	font-size: 36px;
	text-shadow: 1px 2px 1px #FFF;
}

H2 {
	color: #9f9f9f;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 2px 1px #FFF;
}

H3 {
	color: #9f9f9f;
	font-size: 14px;
	font-weight: normal;
}

