body {
	cursor: default;
}

.project-description {
	text-shadow: 0px 0px 6px black;
}

a:hover {
	color: red;
	text-decoration: underline;
}

img.hws {
	border: 1px solid black;
    margin: 20px;
    max-width: 95%;
}

pre {
    margin-bottom: 30px!important;
}

skybar#latestTutorial {
	width: 100%;
	height: 44px;
	display: block;
	padding: 80px 0;
	position: fixed;
	z-index: 999;
}

section {
  padding: 120px 0;
}

@media (max-width: 767px) {
  skybar#latestTutorial {
    padding: 50px 0;
  }

  section {
    padding: 130px 0;
  }
}