
button {
  background-color: inherit;
  color: #333;
  border: none;
  opacity: .3;
}

button:hover {
  opacity: 1;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

.container {
  margin: 0 auto;
}

.panel-quote {
    direction: rtl;
  width: 100%;
  height: 300px;
  margin: auto;
  box-sizing: border-box;
  background-color: #fff;
}

.panel-quote2 {
    height: auto;
    direction: rtl;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    background-color: #fff;
}

.social-share {
  text-align: center;
}

.social-share i {
  color: #333;
}

.quote-progress, .quote-progress2 {
  width: 0;
  height: 3px;
  background-color: #333;
}

blockquote {
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
  font-size: 1.4em;
  border-left: none;
  border-right: 5px solid #eee;
}

.quote, .quote2 {
  font-family: "Crimson Text", serif;
  font-style: italic;
}

.author {
  font-size: 0.6em;
  font-weight: lighter;
  text-align: center;
}

/* Quote Navigation */
.quote-nav {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-bottom: 30px;
}

.previous, .previous2 {
  margin: auto;
}

.next, .next2 {
  margin: auto;
}

/* Media Queries */
@media screen and (max-width: 460px) {
  .panel-quote {
    min-width: 100%;
  }
  
  blockquote {
    font-size: 1.1em;
  }
}