/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-logo img {
  width: 1400px;
  padding-top: 10px;
}
a:hover {
  font-weight: bold;
  font-style: italic;
}
a:link {
  font-weight: bold;
}
/* style voor widget home -slide https://stackoverflow.com/questions/41790586/draw-square-brackets-around-multi-line-text*/
* {
  box-sizing: border-box;
}
/* body {
  background: linear-gradient(white, silver);
  min-height: 150vh;
  margin: 0;
}*/
@media only screen and (min-width: 601px) {
  .widget-title {
    /* font: 20px/26px Arial, sans-serif;*/
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    background-size: 12px 3px;
    background-position: top left, top right, bottom left, bottom right;
    text-shadow: 1px 1px 1px #666;
    border: solid white;
    text-align: justify;
    border-width: 0 3px;
    display: inline-block;
    vertical-align: top;
    padding: 25px 25px;
    margin: 20px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .widget-title {
    text-shadow: 1px 1px 1px #666;
  }
}
/*# sourceMappingURL=custom_21.css.map */