/* Algemeen 
--------------------*/

html{ 
    background:url("Afbeeldingen/Logo/logo-120x106.png");
    background-repeat:no-repeat;
    background-attachment:fixed;
}

body {
    background-color: rgba(200, 200, 200, 0.6);
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding:0.2em;
    padding-bottom: 1em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: "Lucida Sans Unicode";
    font-size: 0.95em;
    overflow-y: scroll;
}

p {
    text-align: left;
    padding-left: 3.6em;
    font-weight: normal;
}

/* Homepage 
-------------------*/

/* SlideShow */

div#slide {
    width 96%;
    margin-left: 2%;
    margin-right: 2%;
    background-repeat: no-repeat;
    background-size: 100%;
}

div#slide img {
    width: 100%;
}

div#buttons img {
    width: 3%;
}

div#buttons img {
    cursor: pointer;
}

div#dots img {
    width: 2.5%;
}

div#dots img:hover {
    cursor: pointer;
}

/* Gallerij 
------------------*/
body.gallery {
    padding:inherit;
}

html.gallery {
    background:inherit;
    background-color: rgb(220, 220, 220);
}

p.gallery {
    text-align: center;
    padding:inherit;
    padding-top:30px;
    margin-top:0px;
}

p.galleryimg {
    text-align: center;
    padding:inherit;
}

p.galleryimg>img {
    width: 100%;
    max-width: 900px;
}

p.gallery>a:link,a:visited,a:hover,a:active {
    text-decoration: none;
    background-color: inherit;
    box-shadow: inherit;
}

section.staand {
    width: 100%
}

section.staand>p.galleryimg>img {
    max-width: 600px;
}

/* Interieur en Architectuur 
---------------------------*/
section.description {
    float: left;
    width: 50%
}

p.leftText {
    padding-right: 1em;
}

p.leftText>a>img {
    margin-right: 2em;
}

nav.gallery {
    float:right;
    width:50%;
}

nav.gallery>a:active {
    background-color: transparent;
    box-shadow: none;
}

nav.gallery>a>img {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    height: 100px;
    width: 100px;
}

nav.gallery>a>img:hover {
    outline: #60721d solid 4px;
}

/* Fotogeniek België 
-----------------------*/
section.fotogeniek>p,section.fotogeniek>h2 {
    text-align: center;
    margin-left:0;
    padding-left:inherit;
}

section.fotogeniek {
    width:95%;
    margin-left: 2.5%
}

section.fotogeniek>p>a>img {
    width:100%;
    max-width: 800px;
}

/* Publicaties 
--------------------*/
section.Publicaties {
    width: 100%
}

section.Publicaties>article {
    padding-right: 3.6em;
    margin-bottom: 1em;
    border-bottom: solid;
    border-bottom-color: #60721d;
    overflow: hidden;
}

section.Publicaties>article.intro {
    height: inherit;
    border: none;
    margin-bottom: 3em;
}

section.Publicaties>article.collage>h1.collage {
    padding-bottom: 3em;
    text-decoration: underline;
}

section.Publicaties>article.collage>h1#collage-shoot {
    padding-bottom: 0em;
    text-decoration: underline;
}

section.Publicaties>article.collage>p#collage-shoot {
    padding-bottom: 2.5em;
}

section.Publicaties>article.collage>section.collage {
    padding-left: 2.5em;
    width: 100%;
}

section.Publicaties>article.collage>section.collage>div.collage {
    width: 200px;
    float: left;
    padding-left: 1em;
    height: 250px;
}

section.Publicaties>article.collage>section.collage>div#roots {
    width: 400px;
    height: 350px;
}

section.Publicaties>article.collage>section.collage>div.collage>p {
    padding-left: 0em;
}

section.Publicaties>article>p.staand {
    width: 50%;
}

section.Publicaties>article>p.liggend {
    width: 70%;
}

section.Publicaties>article>p>img {
    width: 100%;
    padding-bottom: 1.5em;
}

section.Publicaties>article.links>p>img {
    float:left;
}

section.Publicaties>article.rechts>p>img {
    float:right;
}

section.Publicaties>article.links>p {   
    float:left;
    max-width: 420px;
}

section.Publicaties>article.links>p.liggend {   
    max-width: inherit;
}

section.Publicaties>article.rechts>p {   
    padding-left: 1.5em;
    float:right;
    max-width: 410px;
}

section.Publicaties>article.rechts>p#wandelboek {
    max-width: 600px;
}

section.Publicaties>article>p.staand>img {
    max-width: 400px;
}

section.Publicaties>article>p#architectuur>img {
    max-width: 500px;
}

section.Publicaties>article>p#wandelboek>img {
    max-width: 600px;
}

section.Publicaties>article>p.liggend>img {
    max-width: 800px;
}

section.Publicaties>article>p#driedubbel>img {
    max-width: 400px;
}

section.Publicaties>article>p#dubbel, section.Publicaties>article>p#driedubbel {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

section.Publicaties>article>p#dubbel>img {
    max-width: 600px;
}

section.Publicaties>article>div.artikel {
    width: 40%;
    float:left;
    height: 100%;
}

section.Publicaties>article>div#wandelboek {
    width: 45%;
}

section.Publicaties>article.dubbel>div.artikel {
    width: 100%;
    float:left;
    height: 100%;
    padding-bottom: 1.5em;
}

section.Publicaties>article.links>div#bloemen {
    width: 20%;
    float:left;
    height: 100%;
}

section.Publicaties>article>div.artikel>p {
    padding-left: 2em;
}

section.Publicaties>article.rechts>div.artikel>p {
    width:90%
}

/* Fotograaf 
-------------------*/
div.profielfoto {
    float:left;
    padding-left: 3.6em;
    padding-right: 20px;
}

div.profielfoto>img {
    max-width: 200px;
    width: 100%;
}

section.fotograaf {
    padding-right: 3.6em;
    overflow: scroll;
    overflow: hidden;
}

/* Menubalk */
ul.Menu {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
}

ul.Menu>li {
    float:left;
    padding-top: 12px;
    padding-left: 4px;
}

ul.Menu>li>a:link,ul.Menu>li>a:visited {
	font-family: "Arial"; font-size: 8pt;
    display:block;
    width:170px;
    height:20px;
    border-radius: 5px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight:bold;
    background-color:#7c9626;
    color:#eaeaea;
    text-decoration:none;
    text-transform:uppercase;
}

ul.Menu>li.currentPage>a {
    background-color:#60721d;
}

ul.Menu>li>a:hover,a:active {
    background-color:#60721d;
    text-align: center;
    box-shadow: 0px 0px 5px #000;
}

ul.Menu {
    padding-left: 4em;
}

/* Algemene Titel 
------------------------*/
h1.title { 
	font-size: 1.5em;
	padding-left: 3em;
	color: #000000;
    text-align: left;
    font-family: "Gabriola";
    padding-bottom: 3.5em;
    font-weight:bold;
    line-height: 1;
}

#lesspadding {
    padding-bottom: 0.25em;
}

span.titleSpan {
    font-size: 0.8em;
}

header.minpadding>h1.title {
    padding-bottom: 1.5em;
}

/* Other 
------------------*/
p.betterLink>a:visited {
    color: purple;
    text-decoration: underline;
}

#betterLink>a:visited {
    color: purple;
    text-decoration: underline;
}

#betterLink>a:link {
	color: blue;
	text-decoration: underline;
}

p.betterLink>a:link {
	color: blue;
	text-decoration: underline;
}

footer.link>a:visited {
    color: purple;
    text-decoration: underline;
}

footer.link>a:hover, p.betterLink>a:active, p.betterLink>a:hover {
    background-color: transparent;
    text-decoration: none;
}

h2.pageTitle {
    text-align: left;
    margin-left: 4em;
    font-weight: bold;
}

strong.groter {
    font-size: 18px;
}

/* Footer 
----------------------*/
footer {
    color: #292929; 
    clear: both; 
    font-size: 12px; 
    text-align: right; 
    padding-right: 20px;
    margin-top: 40px;
}

footer.link {
    margin: auto;
    font-size: 14px;
}

footer.home {
    margin-top: 10px;
}

/* Responsiviteit 
------------------------*/

/* maximums */
@media (max-width: 1300px) {
    nav {
        width: 600px;
    }
}

@media (max-width: 1115px) {
    section.fix {
        height: 530px;
    }
}

@media (max-width: 930px) {
    section.fix {
        height: 430px;
    }
    section.Publicaties>article>p.liggend {
        width: 100%;
    }
    section.Publicaties>article.links>div#bloemen {
        width: 100%;
    }
}

@media (max-width: 700px) {
    nav {
        width: 100%;
    }
}

@media (max-width: 680px) {
    header {
        width: 400px;
    }    
    ul.Menu,p,h1.title,div.Profielfoto {
        padding-left: 1em;
    }
    h2.pageTitle {
        margin-left: 2em;
        margin-right: 2em;
    }
    section.fotogeniek>h2.pageTitle {
        margin-left:0;
        margin-right:0;
    }
    section.Publicaties>article,section.fotograaf {
        padding-right: 1em;
    }
    section.Publicaties>article.collage>section.collage {
        padding-left: 0em;
    }
    section.fix {
        height: 330px;
    }
}

@media (max-width: 685px) {    
    section.Publicaties>article>p.staand {
        width: 100%;
    }
    section.Publicaties>article>div.artikel {
        width: 100%;
        height: auto;
        padding-bottom: 1em;
        border-bottom: solid;
        border-bottom-color: #60721d;
        padding-right: 1em;
    }
    section.Publicaties>article>div#wandelboek {
    width: 100%;
    }
    section.Publicaties>article {
        border: none;
    }
    section.Publicaties>article.collage {
        border-bottom: solid;
        border-bottom-color: #60721d;
    }
}

@media (max-width: 475px) {
    header {
        width: 255px;
    }
    nav.gallery {
        float:left;
        width:100%;
    }
    section.description {
        width:100%;
    }
    section.fix {
        height: 230px;
    }
}

@media (max-width: 300px) {
    header {
        width: 90%;
    }
    h2.pageTitle {
        font-size: 1.1em;
    }
}

/* minimums */
@media (min-width: 1200px) {
    section.Publicaties>article>div.artikel {
        width: 50%;
    }
}

@media (min-width: 1500px) {
    section.Publicaties>article>div.artikel {
        width: 55%;
    }
}