body { background: #E96D65; }

#carousel {
  position: relative;
  width: 73%;
  margin: 0;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
  margin:0;
}

/* Styling for prev and next buttons */

.btn-bar {
    display: block;
    margin: 0 auto;
    position: relative;
    right: -110px;
    top: -60px;
    width: 100%;
}

#buttons {
  padding: 0 0 5px 0;
  float: right;
}

#buttons a {
  text-align: center;
  display: block;
  float: left;
  outline: 0;
  text-decoration: none;
  display: block;
}
#buttons a {
    background-color: #252525;
    color: #b14943;
    outline: 0 none;
    padding: 20px;
}
#buttons a:hover {
    background-color: #4e4e4e;
}
a#prev:hover,
a#next:hover {
  color: #FFF;
  text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
  font-family: sans-serif;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
  height: 200px;
  font-size: 24px;
  color: #FFF;
  font-style: italic;
  text-shadow: .5px 0px #b14943;
}

.quote-marks {
  font-size: 30px;
  padding: 0 3px 3px;
  position: inherit;
}

.quote-author {
    color: #fff;
    font-family: roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
	line-height: 27px;
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
}