/*body {
  width: 100%;
  background-image: radial-gradient(circle farthest-side at center, silver, #6BA3D6 140%);
}*/
div {
    box-sizing: border-box;
    display: block;
}
.above-fold {
	position: relative;
	height: 50vh;
	overflow: hidden;
  left:1vh;
  width: 100%;
}
.hero-section {	
	z-index: -1;
}
.hero-section img {
  position: absolute;
  opacity: 0.45;
  margin: auto;
  width: 150%;
	top: -25%; 
  right: -25%; 
  bottom: -25%; 
  left: -25%;
}

.myButton {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#777777;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
  animation: 0.2;
  background-color:#dfdfdf;
}
.myButton:active {
  position:relative;
  top:1px;
}
