html {
	min-height: 100%;
	height: 100%;
}


body {
	background-color: rgb(26,0,55);
    background-repeat: no-repeat;
    background-attachment: fixed;
	text-align: center;
	font-family: 'PT Sans', serif;	
	min-height: 100%;
	height: 100%;
}

table,tr,td .container {
	height: 100%;
	width: 100%;
}


.content {
	display: inline-block;
}

.content-about {
	display: inline-block;
	margin-top: 2%;
}

.moon {
	background-color: rgb(0,0,0);
}

.qr {
	background-color: rgb(230,230,255);
}


.myGradient {
    /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, rgb(59,0,120) 0%, rgb(26,0,55) 10%, rgb(26,0,55) 90%, rgb(59,0,120) 100%);
    /* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, rgb(59,0,120) 0%, rgb(26,0,55) 10%, rgb(26,0,55) 90%, rgb(59,0,120) 100%);
    /* Opera */ 
background-image: -o-linear-gradient(bottom, rgb(59,0,120) 0%, rgb(26,0,55) 10%, rgb(26,0,55) 90%, rgb(59,0,120) 100%);
    /* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(59,0,120)), color-stop(1, rgb(26,0,55)), color-stop(2, rgb(26,0,55)), color-stop(3, rgb(59,0,120)));
    /* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, rgb(59,0,120) 0%, rgb(26,0,55) 10%, rgb(26,0,55) 90%, rgb(59,0,120) 100%);
    /* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, rgb(59,0,120) 0%, rgb(26,0,55) 10%, rgb(26,0,55) 90%, rgb(59,0,120) 100%);	
}

.logo {
	padding: 7px 10px 0px 10px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;	
	min-width: 100px;
	min-height: 50px;
	background-color: none;
	border-color: white;
	border-width: 6px;
	border-style: solid;
	border-radius: 15px;		
	margin-bottom: 5px;
	margin-top: 50px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.logotop {
	position: relative;
	top: -5px;
	padding: 0px 0px 0px 0px;
	color: white;
    font-size: 72px;	
	line-height: 72px;
	background-color: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	-webkit-font-smoothing: antialiased;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.logobottom {
	position: relative;
	top: -6px;
	padding: 0px 0px 0px 0px;
	color: white;
    font-size: 17px;	
	line-height: 18px;	
	background-color: none;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.expertise {
	color: white;
	font-family: 'Arvo', serif;		
    font-size: 16px;			
}


.formlabel {
	color: white;
	font-family: 'Arvo', serif;		
    font-size: 18px;	
	text-align: right;
}

.telno {
	color: white;
	font-family: 'Arvo', serif;		
    font-size: 18px;	
	text-align: center;
}



.formfield {
	border-radius: 8px;	
	border-width: 0px;
	width: 220px;	
	padding: 0px 10px 0px 10px;
	height: 30px;
	background-color: rgb(59,0,120);
	color: white;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;	
	font-size: 13px;
}

.formfield_en {
	border-radius: 8px;	
	border-width: 0px;
	width: 180px;	
	padding: 0px 10px 0px 10px;
	height: 30px;
	background-color: rgb(59,0,120);
	color: white;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;	
	font-size: 13px;
}

.formarea {
	border-radius: 8px;	
	border-width: 0px;
	width: 300px;
	padding: 10px 10px 10px 10px;
	background-color: rgb(59,0,120);
	color: white;
	resize: none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;	
	font-size: 13px;	
}
	

a.expertise {
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 20px;	
	text-decoration:none;
}

a.expertise:hover {
	text-decoration:underline;
}


a.contact {
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 24px;	
	text-decoration:none;
}

a.contact:hover {
	text-decoration:underline;
}

a.language {
	color: white;
	font-family: 'Arvo', serif;		
    font-size: 10px;
	text-decoration:none;	
}

a.language:hover {
	text-decoration:underline;
}



a.sendform {
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 26px;	
	text-decoration:none;
}

a.sendform:hover {
	text-decoration:underline;
}

.formend, .formmail {
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 13px;	
	text-decoration:none;
}


a.formmail:hover {
	text-decoration:underline;
}

a.about {
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 15px;	
    border-bottom: 1px dashed #fff;
	text-decoration:none;
}

a.about:hover {
    border-bottom: 1px solid #fff;
}

.about-quote {
	display: block;
	width: 400px;
	color: white;
	margin-left: auto;
	margin-right: auto;		
	font-family: 'Arvo', serif;		
	font-size: 23px;	
	text-decoration:none;
}


.about-quote:first-letter {
	font-size: 40px;	
}

.about-quote-source {
	display: block;
	width: 400px;
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 13px;	
	font-style: italic;
	text-decoration:none;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 0px;
}


.about-intro {
	display: block;
	width: 800px;
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 15px;	
	text-decoration:none;
	text-align: left;
	margin-top: 20px;
	padding-top: 0px;
}

.two-col {
       -moz-column-count: 2;
       -moz-column-gap: 45px;
       -webkit-column-count: 2;
       -webkit-column-gap : 45px;
       -moz-column-rule-color:  #ccc;
       -moz-column-rule-style:  solid;
       -moz-column-rule-width:  0px;
       -webkit-column-rule-color:  #ccc;
       -webkit-column-rule-style: solid ;
       -webkit-column-rule-width:  0px;
}



a.home {
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 18px;	
	text-decoration:none;
}

a.home:hover {
	text-decoration:underline;
}


.mypic {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 0px;
}

.me {
	color: white;
	font-family: 'Arvo', serif;		
	font-size: 15px;	
	text-decoration:none;
	text-align: left;	
}

/* de mobile regels */


@media only screen and (max-device-width: 480px) {

	.about-intro {
		width: 400px;
	}

	.two-col {
		   -moz-column-count: 1;
		   -webkit-column-count: 1;
	}

}


@media (max-width: 840px) {

	.about-intro {
		width: 400px;
	}

	.two-col {
		   -moz-column-count: 1;
		   -webkit-column-count: 1;
	}

}
