.sb-description h3 {
	font-size: 21px;
}

.sb-description h3 a {
	color: #4a3c27;
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 50px;
	height: 50px;
    background: rgba(0,0,0,66) url(../assets/navButton.png) no-repeat center center;
	position: absolute;
	top: 34%;
	left: 10%;
	text-indent: -9000px;
	cursor: pointer;
	margin: 0px;
	opacity: 0.7;
	border-radius: 33%;
    padding: 75px;
    border: 0px;
}

.nav-arrows a:first-child{
	left: auto;
	right: 10%;
	background-position: top right;
    background: rgba(0,0,0,66) url(../assets/navButton.png) no-repeat center center;
    transform: rotate(180deg);
}

.nav-arrows a:hover {
	opacity: 1;
}










/* -- RESIZING -- */
@media screen and (min-width: 901px) and (max-width: 1280px) {
    
.nav-arrows a  {
    top: 33%;
	left: 5%;
    padding: 50px;
}

.nav-arrows a:first-child{
	right: 5%;

}
 
    
    
    
    
    
    
    
} /* END LAPTOP */
@media screen and (min-width: 501px) and (max-width: 900px) {
    
.nav-arrows a  {
    top: 30%;
	left: 5%;
    padding: 42px;
}

.nav-arrows a:first-child{
	right: 5%;
}
  
    
    
    
    
    
    
    
} /* END TABLET */
@media screen and (max-width: 500px) {
    
.nav-arrows a  {
    top: 22%;
	left: 3%;
    padding: 35px;
}

.nav-arrows a:first-child{
	right: 3%;

}
    
    
    
    
    
    
    
    
    
} /* END MOBILE */