/* 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
 */

.homebutton {
  border: none;
  cursor: pointer;
  appearance: auto;
  background-color: inherit;
  transition: transform 0.3s ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 200px;
  height: 200px;
}
.homebutton:hover {
  transform: scale(1.2);
}
/*# sourceMappingURL=custom_home.css.map */