@charset "utf-8";

/*Algemeen*/
* { box-sizing: border-box; outline: none;} /*universal*/
html { scroll-behavior: smooth;} /*voor .click: smooth scroll naar boven*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #E3E3E3;
	line-height: 2em;
	background-color: #262D37;
	background-image: url(../images/AchtergrondBlauw1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
/*Terug naar boven button:*/
.click{
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 50px;
	right: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	background-color: #6e0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	border-radius: 10px;
	z-index: 1000;
}
@font-face {
	font-family: "roboto";
	src: url(../fonts/Roboto-Thin.ttf);
	font-style: normal;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #92A3BC;
	text-decoration: none;
	padding: 20px;
	text-shadow: 3px 3px 2px #000;
}
h2 {
	font-size: x-large;
	font-weight: lighter;
	text-align: center;
	color: #EDEDED;
	padding-top: 10px;
}
h3 {
	font-family: roboto;
	font-size: 40px;
	text-align: left;
	color: #92A3BC;
	padding: 0px 0px 0px 10px;
} 
h4 {
	font-size: medium;
	color: #EDEDED;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: lighter;
}
/*Onderschrift nieuws-item index:*/
h5 {
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: right;
	margin: 20px 100px 50px 0;
}
#header {
	width: 100%;
	margin: 0px auto;
	height: auto;
	text-align: center;
}
#header img { max-width: 100%;}
#mobheader { display: none;}

#container {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0px auto;
}
#main {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0px auto;
	padding-top: 40px;
}
#main p {
	color: #E3E3E3;
	margin: 0px auto;
	padding: 0px 20px;
	text-shadow: 2px 2px 1px #000;
}
#main p a {
	font-size: 18px;
	color: #92A3BC;
	text-decoration: none;
	list-style-type: none;
}
#main p a:hover {color: #FFF;}
#footer  {
	clear: both;
	text-align: center;
	margin-top: 30px;
	padding: 20px 0px;
	background: rgba(0, 0, 0, 0.3);
}
#footer a  {
	font-size: 12px;
	letter-spacing: 1px;
	color: #9CA5B3;
	text-decoration: none;
	list-style-type: none;
}
#footer a:hover  {
	color: #EDEDED;
}
/*Navigatie*/
#nav  {
	overflow: hidden;
	background-color: #000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
}
#nav ul  { padding: 0 px; margin: 0px;}
#nav li  { list-style-type: none; margin: 10px 40px; display: inline; position: relative;}
#nav a  { color: #9CA5B3; text-align: center; text-decoration: none; letter-spacing: 1px;}
#nav a:hover  { color: #EDEDED;}
#nav a.active { color: #EDEDED;}

#subnav {
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
}
#subnav ul  {
	padding: 0px;
	margin: 0px;
}
#subnav li {
	float: inherit;
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding: 0px;
}
#subnav a {
	color: #9CA5B3;
	display: inline-block;
	text-align: center;
	padding: 10px 30px;
	text-decoration: none;
	letter-spacing: 2px;
}
#subnav a:hover {
	color: #EDEDED;
}
#subnav a.active { background-color: #000; color: #EDEDED;}

#mobnav { 
	display: none;
	overflow: hidden;
	background-color: #000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
}
#mobnav a  { color: #A2B4CF; text-align: center; text-decoration: none; letter-spacing: 1px;}
#mobnav a:hover  { color: #EDEDED;}

/*Content*/
.homepic {
	width: 100%;
	max-width: 960px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}
.homepic img { width: 100%;	padding: 0px 20px;}
.homepic2 {
	width: 100%;
	max-width: 750px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}
.homepic2 img { width: 100%; padding: 0px 20px;}
/*link naar Portfolio, alleen op groot scherm*/
.homepic3 {
	width: 100%;
	max-width: 960px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}
.homepic3 img { width: 100%; padding: 0px 20px;}

/*pagina nummering schilderijen*/
.pages {
	margin: 0px auto;
	padding: 10px;
	color: #9CA5B3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-shadow: 3px 3px 2px #000;
	letter-spacing: 1px;
}
.pages a {
	color: #9CA5B3;
	text-decoration: none;
}
.pages a:hover {
	color: #EDEDED;
}
.pages a.active {
	color: #EDEDED;
}
.showpicture {
	position: relative;
	margin: 10px;
	display: inline-block;
	width: 22%;
	height: auto;
	border: thin solid #FFF;
}
.showpicture:hover { cursor: pointer;}
.showpicture img{ 
    width: 100%;
	max-width: 240px;
	height: auto;
	text-align: center;
}
.showpicture .title {
	position: absolute;
	bottom: 0px;
	color: #F1F1F1;
	font-size: 90%;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding: 10px;
}
/*diversen02: picboxes = foto's*/
.picbox01 {
	margin: 10px 20px;
	float: left;
	display: inline-block;
	max-width: 420px;
	height: auto;
	border: thin solid #000;
}
.picbox01 img{ 
    width: 100%;
	height: auto;
	text-align: center;
}
.picbox02 {
	margin: 10px 20px;
	float: right;
	display: inline-block;
	max-width: 420px;
	height: auto;
	border: thin solid #000;
}
.picbox02 img{ 
    width: 100%;
	height: auto;
	text-align: center;
}

#promo p{
	text-align: center;
	color: #E3E3E3;
	font-weight: normal;
	line-height: 40px;
}
#promo p a {
	font-size: 24px;
	font-weight: normal;
	color: #92A3BC;
	text-decoration: none;
}
#promo p a:hover { color: #E3E3E3;}
.clear-fix { clear: both; line-height: 1px; width: 100%;}
#schildermain { text-align: left; padding: 10px 20px;}

@media only screen and (min-width:561px) and (max-width:800px){
	body {background-image: none;}
	#nav { display: none;}
	#subnav { display: none;}
	#mobnav { display: inline-block;}
	#main { padding-top: 10px;}
	.topnav a { margin: 0px 15px;}
	h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 100; font-size: 30px;}
	h5 {font-size: 14px; line-height: 1em; text-align: center; margin: 20px auto 40px auto;}
	.click { display: none;}
	.homepic3 { display: none;}
	.showpicture { width: 30%; height: auto; margin: 5px;}
	#nieuws { margin: 20px 50px;}
	#footer { display: none;}
}
@media only screen and (max-width:560px){
	body {background-image: none;}
	#nav { display: none;}
	#subnav { display: none;}
	#mobnav { display: inline-block;}
	h1 { font-size: 21px; padding: 10px 20px;}
	h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 100; font-size: 30px;}
	h5 {font-size: 12px; line-height: 1em; text-align: center; margin: 20px auto;}
	#header img { display: none;}
	.click { display: none;}
	#mobheader { display: inline-block; width: 100%; max-width: 560px; height: auto; margin: 0px auto;}
	#mobheader img { max-width: 100%}
	#main p { margin: 10px auto 0px auto; padding: 0px 20px;}
	#promo p a { font-size: 18px;}
	.homepic img { width: 100%; padding: 0px 20px;}
	.homepic2 img { width: 100%; padding: 0px 20px;}
	.homepic3 { display: none;}
	.showpicture { width: 30%; height: auto; margin: 2px;}
	.showpicture .title { display: none;}
	.picbox01 { float: none;}
	.picbox02 { float: none;}
	#nieuws { margin: 20px;}
	#footer { display: none;}
}
.italic {
	font-style: italic;
}
