/*
 * Base structure
 */

html,
body {
  background-color: #000;
  height: 100%;
}
body {
  text-align: center;
  height: auto;
  /*color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5); */
}

header img {
	margin: auto;
	padding-top: 60px;
}

.spacer1 {margin-top:10px;}
.spacer2 {margin-top:20px;}
.spacer3 {margin-top:30px;}

.the-quote {
	padding: 60px;
}

#qoutdiv {
	position:relative;
	height: 220px;
	color: #fff;
	margin-bottom: 20px;
	width:100%;	
}
#qoutdiv #testqoute {	
	position: relative;
	font-style: italic;
	font-family: 'Vollkorn', serif;
    font-size: 33px;
    font-weight: normal;
    padding: 20px;
    margin-bottom: 20px;
}


.button {
  margin: auto;
  background: #d9a300;
  background-image: -webkit-linear-gradient(top, #6b5000, #f0c803);
  background-image: -moz-linear-gradient(top, #6b5000, #f0c803);
  background-image: -ms-linear-gradient(top, #6b5000, #f0c803);
  background-image: -o-linear-gradient(top, #6b5000, #f0c803);
  background-image: linear-gradient(to bottom, #6b5000, #f0c803);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font: normal 20px/normal "Vollkorn", Helvetica, sans-serif;
  padding: 5px;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 0 10px rgba(255,255,255,0) , 0 0 10px rgba(255,255,255,1) , 0 0 10px rgba(255,255,255,1) , 0 0 30px #00ffff , 0 0 10px #00ffff , 0 0 10px #00ffff , 0 0 30px #00ffff ;
}

@media screen and (min-width: 768px) {  
  .arrow-left,.arrow-right img {
	width:20%;
	min-width:100px;
}
  
}