/*
 __            __  __                        __  __                        __
|  |          |  ||  |                      |  ||  |                      |  |
 |  |        |  |  |  |        ____        |  |  |  |        ____        |  |
  |  |      |  |    |  |      |    |      |  |    |  |      |    |      |  |
   |  |    |  |      |  |    |  ||  |    |  |      |  |    |  ||  |    |  |
    |  |  |  |        |  |  |  |  |  |  |  |        |  |  |  |  |  |  |  |
     |  ||  |          |  ||  |    |  ||  |          |  ||  |    |  ||  |
      |____|            |____|      |____|            |____|      |____|
	  
Copyright (C) 2019 Vanparijs Wim Websites www.vanparijswimwebsites.com
*/

/**********
 *        *
 * Images *
 *        *
 **********/

#services a.service {
    text-decoration: none;
}

#services .service .img-wrapper, #services .service img {
    display: block;
    text-align: center;
    height: 12em;
    padding: 5px;
    margin: 0 auto;
}

#services .service img {
    opacity: 0.8;
    transition: opacity 400ms;
    max-height: 100%;
    width: auto;
}

#services .service img:hover {
    opacity: 1;
}

#services .service .title {
    display: block;
    text-align: center;
    font-size: 1.25em;
}