/* Enter Your Custom CSS Here */
span.fork-icon {
  display: none !important;
}

img.avatar.avatar-96.photo {
  display: none;
}

#headerwrap {
  background: white !important;
}

#footerwrap {
  padding-top: 2% !important;
}

span.menu-icon-inner {
  background: black !important;
}
.module-image.bordered .image-wrap img {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5) !important;
}

article {
	border:3px dashed #DFA300;
	padding:20px!important;
}

#content{
	padding-top:30px;
}