@charset "utf-8";

.row .col-md-4.col-sm-6.col-xs-12 a {
	color: rgba(255,61,217,1.00);
}
.row .col-md-4.col-sm-6.col-xs-12 h5 {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 130%;

}
.row .col-md-4.col-sm-6.col-xs-12 h4 {
	color: rgba(255,255,255,1.00);
	background-color: rgba(116,51,255,1.00);
	padding-top: 40px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 12px;
	line-height: 146%;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
	margin-left: -5px;
	margin-bottom: 10px;
}
.row .col-md-4.col-sm-6.col-xs-12 p {
	text-align: left;
	background-color: rgba(116,51,255,0.30);
	margin-left: -5px;
	padding-left: 4px;
	padding-right: 1px;
	padding-top: 4px;
	padding-bottom: 4px;

}

.container-fluid .content .row {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.col-md-8.col-sm-8.col-xs-12 .row .col-md-4.col-sm-6.col-xs-12 {
	margin-left: auto;
	margin-right: auto;
}

.col-md-4.col-sm-6.col-xs-12 .embed-responsive.embed-responsive-16by9 iframe {
	border: 4px solid rgba(116,51,255,1.00);
	background-color: rgba(255,255,255,1.00);
}
.row .col-md-4.col-sm-6.col-xs-12 .img-responsive {
	border: 4px solid rgba(116,51,255,1.00);
	background-color: rgba(255,255,255,1.00);
}
.row .col-md-8.col-sm-8.col-xs-12 h1 {
	color: rgba(116,51,255,1.00);
}
.row .col-md-8.col-sm-8.col-xs-12 h3 {
	color: rgba(255,255,255,1.00);
	background-color: rgba(116,51,255,0.50);
}
.row .col-md-4.col-sm-6.col-xs-12 .legend {
	text-align: center;
	font-style: italic;
	background-color: rgba(116,51,255,1.00);
	color: rgba(255,255,255,1.00);
	padding-bottom: 3px;
	font-size: 80%;
	margin-left: 1px;
}
.row .col-md-4.col-sm-6.col-xs-12 .legend-img {
	text-align: center;
	font-style: italic;
	background-color: rgba(116,51,255,1.00);
	color: rgba(255,255,255,1.00);
	padding-bottom: 3px;
	font-size: 80%;
	margin-top: -15px;
	margin-left: -1px;
	margin-right: 1px;
}
