/* Background color, created with http://www.colorzilla.com/gradient-editor/ */
.container {
    background: #F25F5C !important;
    background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 11%, rgba(215,222,227,1) 12%, rgba(215,222,227,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(11%,rgba(229,235,238,1)), color-stop(12%,rgba(215,222,227,1)), color-stop(100%,rgba(215,222,227,1)));
    background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 11%,rgba(215,222,227,1) 12%,rgba(215,222,227,1) 100%);
    background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 11%,rgba(215,222,227,1) 12%,rgba(215,222,227,1) 100%);
    background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 11%,rgba(215,222,227,1) 12%,rgba(215,222,227,1) 100%);
    background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 11%,rgba(215,222,227,1) 12%,rgba(215,222,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#d7dee3',GradientType=0 );
}

/* Font color */
h1, h2, h3, h4, .container {
	color: white !important;
}

.muted {
    color: #4d4d4d !important;
}