@charset "utf-8";
/* CSS Document */

Body {background-color:rgba(81,59,113,1.00)
}h1 {
	color: rgba(255,255,255,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 60px;
}
h2 {
	font-size: 18px;
	color: rgba(255,242,0,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
h3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: rgba(255,242,0,1.00);
}
p {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: left;
}

.container-fluid .navbar.navbar-default .container-fluid {
	background-color: rgba(147,129,172,1.00);
	color: rgba(0,0,0,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	-webkit-box-shadow: 6px 6px 25px rgba(0,0,0,1.00);
	box-shadow: 6px 6px 25px rgba(0,0,0,1.00);
	width: 100%;
}

.white-background {
	background-color: rgba(255,255,255,0.25);
	opacity: 50;
	height: 500px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 5px 5px rgba(2,2,2,0.25);
	box-shadow: 5px 5px 5px 5px rgba(2,2,2,0.25);
}
.container .row .col-md-4 {
	height: 650px;
}

.navbar.navbar-default .container-fluid #defaultNavbar2 {
	background-color: rgba(147,129,172,1.00);
	width: 100%;
}

.text-padding {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 45px;
	opacity: 50;
	height: 1000px;
	width: auto;
}
#FSBG {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: -100;
	min-height: 100%;
	min-width: 100%;
	top: 0px;
	left: 0px;
}
.purple-background {
	background-color: rgba(81,59,113,1.00);
	color: rgba(255,255,255,1.00);
}
.light-purple-background {
	background-color:rgba(147,129,172,1.00);
	color: rgba(147,129,172,1.00);
}

.row .col-md-4 .thumbnail {
	height: 625px;
	background-color:
}
.icon-padding {
	padding-top: 5px;
	margin-top: 5px;
	position: static;
}
