body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

#button_buy {
  display: inline;
  position: relative;
}

#button_buy img {
  position: absolute;
  top: -12px;
  left: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#section_about_author {
  color: white;
}

#author_container {
  background-image: url('images/author_background_wide.jpg');
  /* Full height */
  width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section h2:before {
  left: 50%;
  bottom: 20px;
  content: '';
  height: 3px;
  width: 100px;
  position: absolute;
  margin: 0 0 0 -50px;
  background: #ee3324;
}

@media(min-width:768px) {
  .main-banner {
    max-width: 1280px;
    margin: auto;
  }
}

.main-banner {
  /* color: #fff; */
  /* background-color: #231D1F; */
}

.main-desc {
  font-size: 20px;	
}

/* Fixing carousel button colours */

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 32px;
  width: 32px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 18px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 18px;
  color: red;
}

/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 50px;
  width: 36px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-globe {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}