/*
 __            __  __                        __  __                        __
|  |          |  ||  |                      |  ||  |                      |  |
 |  |        |  |  |  |        ____        |  |  |  |        ____        |  |
  |  |      |  |    |  |      |    |      |  |    |  |      |    |      |  |
   |  |    |  |      |  |    |  ||  |    |  |      |  |    |  ||  |    |  |
    |  |  |  |        |  |  |  |  |  |  |  |        |  |  |  |  |  |  |  |
     |  ||  |          |  ||  |    |  ||  |          |  ||  |    |  ||  |
      |____|            |____|      |____|            |____|      |____|
	  
Copyright (C) 2019 Vanparijs Wim Websites www.vanparijswimwebsites.com
*/

/******************
 *                *
 * Basic elements *
 *                *
 ******************/

h1, h2, h3 {
    text-align: left;
}

p {
    margin-left: 0;
}



/**************
 *            *
 * Navigation *
 *            *
 **************/

nav footer {
    text-align: center;
}

nav footer a:last-child {
    margin-right: 0;
}

#jump-icons {
    position: absolute;
} 

/***************
 *             *
 * Bg & Header *
 *             *
 ***************/

#background-image {
    background-position-x: 50%;
}



/**********
 *        *
 * Footer *
 *        *
 **********/

footer {
    padding-top: 60px;
    background-image: url(/static/images/bg/footer_production_small.png);
    background-size: cover;
    background-position-x: 0;
}

footer .wrapper {
    margin: 0;
    padding: 0 0.75em 1em 0.75em;
    max-width: none;
    background-color: #000;

    position: relative;
    top: 0.1em;
}

footer .wrapper p {
    margin-top: 0;
    padding-top: 0;
}



/*****************
 *               *
 * Media Queries *
 *               *
 *****************/

/* HEIGHT <= 400px */
@media screen and (max-height: 25em) {
    .page-center .inner-wrapper {
        padding-bottom: 4em;
    }
}

/* HEIGHT <= 340px */
@media screen and (max-height: 20em) {
    nav a {
        font-size: 1.25em;
        padding: 0.4em;
    }
}