/*
 __            __  __                        __  __                        __
|  |          |  ||  |                      |  ||  |                      |  |
 |  |        |  |  |  |        ____        |  |  |  |        ____        |  |
  |  |      |  |    |  |      |    |      |  |    |  |      |    |      |  |
   |  |    |  |      |  |    |  ||  |    |  |      |  |    |  ||  |    |  |
    |  |  |  |        |  |  |  |  |  |  |  |        |  |  |  |  |  |  |  |
     |  ||  |          |  ||  |    |  ||  |          |  ||  |    |  ||  |
      |____|            |____|      |____|            |____|      |____|
	  
Copyright (C) 2019 Vanparijs Wim Websites www.vanparijswimwebsites.com
*/

/****************
 *              *
 * Page Content *
 *              *
 ****************/

#details {
    text-align: center;
}

#details img {
    display: block;
    max-width: 20em;
    height: auto;
    margin: 0 auto;
}



/***********
 *         *
 * Contact *
 *         *
 ***********/

form {
    width: 50%;
    margin: 0 auto;
}

form label {
    display: block;
    margin-top: 1em;
}

form input, form textarea {
    border: solid 1px #36c;
    background-color: rgba(51, 102, 204, 0.05);
    width: 95%;
    margin: 0 auto;
    padding: 0.2em;
    border-radius: 0;
}

form #contact-submit {
    text-align: center;
    margin-top: 1em;
}

form #contact-submit input {
    width: unset;
    background-color: #36c;
    color: #fff;
}