/*
 __            __  __                        __  __                        __
|  |          |  ||  |                      |  ||  |                      |  |
 |  |        |  |  |  |        ____        |  |  |  |        ____        |  |
  |  |      |  |    |  |      |    |      |  |    |  |      |    |      |  |
   |  |    |  |      |  |    |  ||  |    |  |      |  |    |  ||  |    |  |
    |  |  |  |        |  |  |  |  |  |  |  |        |  |  |  |  |  |  |  |
     |  ||  |          |  ||  |    |  ||  |          |  ||  |    |  ||  |
      |____|            |____|      |____|            |____|      |____|
	  
Copyright (C) 2019 Vanparijs Wim Websites www.vanparijswimwebsites.com
*/

/*
 * Color scheme: http://paletton.com/
 */

/******************
 *                *
 * Basic elements *
 *                *
 ******************/
html {
    color: #000;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    
    background-color: #fff;
    background-image: url("/static/exclusive-paper.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
    color: #FD7074;
    color: #850003;
}

h1, h2 {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
}

h1 {
    color: #850003;
    color: #003663;
}

a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

a.working {
    cursor: wait !important;
    animation: pulse 750ms infinite;
}

a img {
	border: none;
}

img { /*Responsive images*/
    max-width: 100%;
    height: auto;
}



/***********
 *         *
 * GENERAL *
 *         *
 ***********/

.max-width {
    max-width: 70em;
    margin: 1em auto;
    z-index: 10;
}

/***************
 *             *
 * Bg & Header *
 *             *
 ***************/

header {
    margin-top: 0 !important;
    background-color: transparent;
    z-index: 100;
    font-family: 'Raleway', sans-serif;
}

header #mobile-header {
    display: none;
}

/**************
 *            *
 * Navigation *
 *            *
 **************/

nav{
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

nav a{
    font-weight: bold;
    font-size: 1.25em;
    display: inline-block;
    margin: 0em;
    padding: 0.5em 0.75em;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    color: #003663;
    font-family: 'Raleway', sans-serif !important;
    
    transition: all 300ms ease-in-out;
}

nav a.logo {
    margin-right: 2em;
}

nav a:not(.logo) {
    margin-top: 1.25em;
}

nav a.current {
    color: #0067ac;
    margin-top: 0.5em;
    padding-top: 1.25em;
    border-top: solid 0.15em #0067ac;
}

nav a:not(.logo):not(.current) {
    margin-top: 1.40em;
}

nav a:hover{
    color: #0067ac;
}

nav a img {
    height: 3.5em;
}



/****************
 *              *
 * Page Content *
 *              *
 ****************/

section {
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 1em;
    text-align: justify;
}



/**********
 *        *
 * Footer *
 *        *
 **********/

footer {
    padding: 1em;
    margin-bottom: 0 !important;
    background-color: rgba(0, 103, 172, 0.5);
    color: #fff;
}

footer .max-width {
    margin-bottom: 0;
}

footer a {
    color: #fff;
}

footer #contact-details {
    text-align: right;
}

footer #cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    padding: 1em;
    z-index: 1000;
}

footer #cookies h3 {
    color: #fff;
    text-align: center;
    line-height: 100%;
}

.grecaptcha-badge {
    display: none;
}



/*********
 *       *
 * Forms *
 *       *
 *********/

.center-form {
    max-width: 35em;
}



/*****************
 *               *
 * Media Queries *
 *               *
 *****************/

@media screen and (max-width: 62em) {
    
    .max-width{
        margin: 1em;
    }
    
}



/*********
 *       *
 * Fonts *
 *       *
 *********/

