@charset "utf-8";
/* CSS Document */
#carousel {
  position: relative;
  width:100%;
  margin: 0 auto;
}

#slides {
  overflow: hidden;
  position: relative;
  width:100%;
  height:200px;
}

#slides ul {
  list-style: none;
  width: 100%;
  height:200px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height:200px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */

.btn-bar {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  top:0px;
}

#buttons {
  padding: 0 0 5px 0;
  float: right;
}

.quote-phrase {
  height:200px;
  font-size:20px;
  color:#000;
  font-style: italic;
 
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
}