/* CSS Document */
/*======================================================================
 Flex Documentation
======================================================================*/
.documentation.card {
    font-size: .9rem;
}
.documentation h2 {
     font-size: 1.2rem;
     line-height: 1;
}
.documentation h3 {
     font-size: 1rem;
     line-height: 1;
}
.documentation .card-text {
    margin-bottom: .75rem;
}

/*======================================================================
 Flex code
======================================================================*/
.code-block .card {
    border: solid 1px #BDBDBD !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.code-block h5 {
    background: #BDBDBD;
    color: #fff;
	display: inline-block;
	padding: 2px 10px;
	font-size: 15px;
	border-radius: 5px;
}
/*======================================================================
 Flex Callout
======================================================================*/

.callout i {
	font-size: 40px;
	line-height:40px;
}
.callout {
	border-left: solid 10px rgba(5, 5, 5, 0.5) !important;
}

/*======================================================================
 Flex Images
======================================================================*/
@media (max-width: 768px ) {
	.flex-images img {
		margin: 25px 0;
	}
}

.flex-images img {
	border-radius: 5px;
}

/*======================================================================
 Accordion
======================================================================*/
#accordion-block .card-header {
	background-color: #5c2e91; 
	padding: 5px;  
}

#accordion-block .card-header h5 button {
	color: white;
	text-transform: uppercase; 
	text-decoration: none; 
	width: 90%; 
	text-align: left; 
	padding: 0; 
	line-height: 24px; 
}

#accordion-block .card-header h5 button:hover,
#accordion-block .card-header h5 button:focus {
	color: white;
	text-transform: uppercase;
	text-decoration: none; 
}

#accordion-block .card-body h2 {
	color: #c6168d; 
} 

#accordion-block .card-body .btn {
	padding: 8px 40px; 
}

#accordion-block .btn-link {
	font-size: 20px; 
}

#accordion-block .card {
	border-radius: 5px;
	border: 1px solid #5c2e91; 
	margin: 15px 0; 
}

#accordion-block .fa {
	float: left;
	margin-top: 8px;
	margin-left: 10px; 
	color: white; 
	padding: 0;
	width: 5%; 
}
