
.blue{
	color: #165B88
}

.green {
	color: #03A596;
}

.star {
	color: #F0AA21;
}

.orange-success {
	color: #FF8000;
}

.red_orange {
	color: #F0412C;
}

body {
	color: #636b6f;
	/*background-color: rgba(255,128,0,0.69);*/
	width: 100%;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	height: 100vh;
	margin: 0;
}

.full-height {
	height: 5vh;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.position-ref {
	position: relative;
}

.top-right {
	position: absolute;
	right: 10px;
	top: 18px;
}

.content {
	text-align: center;
}

.links > a {
	color: #FF8000;
	padding: 0 25px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.fb_icon
{
	font-size: xx-large;
	border: 2px solid #3490dc;
	border-radius: 10px;
	padding: 10px;
}

.description {
	padding: 50px;
	color: black;
	background-color: rgba(189,216,137,0.8);
	border-radius: 25px;
	margin-bottom: 10px;
}


article h2{
	align-content: center;
}

article li {
	font-size: 120%;
	font-weight: bold;
}

a.nav-link
{
	color: #FF8000;
	font-size: 15px;
}

/*
	TEMPLATE
 */
.item-bronze
{
	color: #c77623;
}
.bg-Bronze
{
	background-color: #c77623;;
}

.item-silver
{
	color: #428fbd;
}
.bg-Argent
{
	background-color : #428fbd;;
}

.item-gold
{
	color: #e2ce2e;
}
.bg-Or
{
	background-color : #ffffff;
}

.item-diamond
{
	color: #3db8c5;
}

.bg-Diamant
{
	background-color : #3db8c5;
}

@media (min-width: 1200px)
{
	.container{
		max-width: 1800px;
	}
}

.m-b-md {
	display:none;
}

@media (min-width: 500px)
{
	.m-b-md
	{
		/*background-image:linear-gradient(#e2f02c, #2bdefd, #d6a000, #e426dd);*/

		background-image: linear-gradient(#875396, #78ffe8, #74ff08, #f1ff0c, #ff8e00, #ff0002);
		color: #5d5c67;

		/*background-image: linear-gradient(#1f2b7d, #2fd2ef, #4da769, #6b3406, #fd7805, #f8fb5a, #ffffff,*/
											/*#f8fb5a, #fd7805, #6b3406, #4da769, #2fd2ef, #1f2b7d);*/
		margin-top: 20px;
		margin-bottom: 10px;
		/*color: #e2f02c;*/
		font-size: 50px;
		font-weight: 600;
		display:flex;
		padding: 50px;
		border-radius: 25px;
	}
}

.our-goals
{
	font-size: x-large;
	font-style: italic;
}

.our-services
{
	background-image:linear-gradient(#FAFD84, #B2D658, #F078A0);
	border-radius: 25px;
	padding: 20px 15px;
	font-style: italic;
	margin-bottom: 10%;
}

.preview
{
	width: 100%;
}

div .header
{
	background-image:linear-gradient(#fdcb46, #3cd694, #8586e4);
	border-radius: 25px;
	padding: 10px;
}

.sound
{
	margin-bottom: 10px;
}

.custom-text-warning
{
	text-decoration: underline;
	font-size: larger;
}

div.mission
{
	background-image:linear-gradient(black,lightgray,white,lightgray,black);
	padding: 50px;
	color: black;
	border-radius: 25px;
	margin-bottom: 10px;
}

.red-big
{
	color: darkred;
	font-size: larger;
}

.black-big
{
	color: white;
	font-size: larger;
}