/* Enter Your Custom CSS Here */
.textwidget img {
 margin-right: auto;
 margin-left: auto;
 display: block;
 vertical-align: center;
}

.widget-wrapper:hover {
  box-shadow:8px 8px 8px #666;
}

.home-widgets a {
  color: #000;
}

.menu {
	border-radius: 10px;
}

.menu > li:first-child:hover,
.menu > li:first-child:hover a {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}