﻿body{
background:#435c3c;
}

a:link {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	color: #FFFFFF;
	font-weight: bold;

	}


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

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

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

#slides li {
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	position: relative;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
	display: none;
}


.quote-phrase {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5x;
	height: 100px;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
}

.quote-marks {
font-size: 20px;
position:inherit;
}


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