@charset "utf-8";
/* ============================== */
/*
	Title: MyLandert Landing Page
	Color: Orange
*/
/* ============================== */

section.bg-color {
	background-color:#F52D76;
}

body > section > .container > h2{
	color:#4EB5F0;
} 

#testimonials {
	background-color: #fa6900;
} 

#space .panel {
	background-color: #4EB5F0;
}

header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > a:hover
header .navbar-default .navbar-nav > .active > a:focus {
	color: #F52D76;
}

#features .item h3 {
	color: #fa6900;
}

#features .item div {
	background-color:#F52D76;
	border: 10px solid #DFEEF5;
}