/* Slick Slider */

h1 {
  width: 100%;
  text-align: center;
  margin-top: 120px;
  color:hsla(360, 45%, 95%, .9);
  letter-spacing: .5em;
  font-size:2.5vw;
  font-weight: normal;
  opacity: 0.7;
  text-transform: uppercase;
  text-shadow: hsla(0, 45%, 5%, .3) 0 0 1px, hsla(360, 55%, 95%, .3) 0 -1px 2px,  hsla(0, 45%, 5%, .3) 0 -1px 2px, hsla(360, 55%, 95%, .3) 0 20px 15px;
}

hr {
    width: 20%;
    height: 3px;
    background-color: white;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2%;
}
section {
	width: 70%;
	margin: 70px auto; 
}

/* Simple Slider */

.white-back{
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	background: #fff;
}
.simple blockquote p {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #1e528e;
	padding: 25px;
	font-size: 1.25em;
	font-style: italic;
	text-align: center;
}
.simple cite {
	font-size: 1em;
	float: right;
	font-style: normal;
	color: #1e528e;
}
.simple cite a {
	color: #2d91c2;
	font-style: italic;
	text-decoration: none;
	font-size:.85em;
}
.simple cite a:hover {
	color: #00B4CC;
}

/* Bubble Slider */

.bubble blockquote {
	margin: 10px 10px 0;
	background: rgb(255, 255, 119);
	padding: 60px;
	position: relative;
	border: none;
	border-radius: 8px;
	font-size: 1.25em;
	color: black;
}
.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	color: black;
}
.bubble blockquote:before {
	top: 0;
	left: 10px;
}
.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}
.bubble div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(255, 255, 119);
	margin: 0 0 0 60px;
	margin-bottom: 10px;
}
.bubble cite b {
	padding-left: 0px;
	font-size: 1.25em;
    color:#f7f7f7;
}

.bubble cite {
    padding-left: 20px;
	font-size: 1em;
    color:#f7f7f7;
}

.bubble img {
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 100%;
}

.bubble a {
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    filter: invert(1);
    transform: scale(0.5);
}

@media only screen and (max-width: 991px) {
	section {
		width: 100%;
		margin-top: 10%;
	}
}