
#buy-wrapper{
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
  padding-top:150px;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Maven Pro", sans-serif;
  flex-grow: 1;
}
.buy-parent{
  width: 75%;
  padding:20px 50px 20px 50px;
  background:#FFFDFF;
  color:black;
  border-radius: 10px;
  margin-bottom: 50px;
}
.buy-holder{
  padding-top:20px;
  display: flex;
  justify-content: space-around;

}
.buy-buttons{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.buy-isbn{
  font-size: 1.2em;
  font-weight: bold;
}
.buy-image{
  align-self:center;
}
.buy-bulk{
  font-size: 1.5em;
}
.book-title{
  font-weight: bold;
}

.button-image{
  height:75px;
  width:225px;
  border-radius: 5px;
  margin: 5px;
}

.buy-btn {
  background:#fcb103;
	display:inline-block;
	color:#ffffff;
	font-family: 'Maven Pro', sans-serif;
	font-size:1.3em;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	transition: .4s ease;
  font-weight: bold;
  border-radius: 5px;
  padding:8px;
}

.buy-btn:hover {
  text-decoration: none;
  color:white;
  background: #d19200;
}
@media only screen and (max-width: 1000px){
  #buy-wrapper{
    padding-top: 200px;

  }
  .buy-parent{
    width:95%;
  }
  .buy-holder{
    flex-flow:column nowrap;
    justify-content: center;
    align-items: center;
  }
}
