a {
font-weight: bold;
- color: #9e788f;
+ color: #B07CC6;
text-decoration: none;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease; /* Firefox 4 */
}
a:hover {
- color: #D95A4B;
+ color: #ED735D;
text-decoration: underline;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
- background: #9e788f;
- border-color: #9e788f;
+ background: #B07CC6;
+ border-color: #B07CC6;
color: #ffffff;
content: '\f00c';
}
.navbar {
font-family: 'Droid Sans', sans-serif;
- /* background-color: rgb(153,197,176); */
+ /* background-color: #C0E7EF; */
text-transform: uppercase;
}
}
.navbar-nav>li>a {
- color: #D95A4B;
+ color: #ED735D;
font-family: 'Maven Pro', sans-serif;
}
.dropdown-menu {
padding: 0;
box-shadow: 1px 2px 5px rgba(0,0,0,.08);
- border-top: 2px solid rgb(153,197,176);
+ border-top: 2px solid #C0E7EF;
}
.dropdown-menu li {
}
.navbar {
- color: #D95A4B;
+ color: #ED735D;
background-color: #fff;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li.open {
- background-color: rgb(153,197,176);
+ background-color: #C0E7EF;
}
.dropdown-menu, .dropdown-menu li, .dropdown-menu li a {
}
.icon.rounded.color1 {
- background-color: #9e788f;
+ background-color: #B07CC6;
}
.icon.rounded.color2 {
}
.icon.rounded.color3 {
- background-color: rgb(153,197,176);
+ background-color: #C0E7EF;
}
.icon.rounded.color4 {
-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
- background-color: #9e788f;
+ background-color: #B07CC6;
border-radius: 15px;
border: 0;
color: #ffffff !important;
}
.wrapper.style3 {
- background-color: #9e788f;
+ background-color: #B07CC6;
color: #ffffff;
}
/* Footer */
#footer {
- background: rgb(153,197,176);
+ background: #C0E7EF;
color: #0E1210;
}