a{
	color:#C05859;
}

.nav>li>a {
	color: #fff; 
	text-shadow: 0.1px 0.1px 2px #F05859;
}

.nav>li>a:hover{
	color: #fff;
	text-shadow: 1px 1px 6px black;
	background-color:transparent;
}

.navbar-nav>.active>a{
	text-shadow: 1px 1px 7px black;
}

.top>.row>div>form>.form-group>input:focus{
	background:#FFB8B9;
}

.top>.row>div>form>.form-group>label{
}

.top>.row>div>form>.form-group>button{
}

.top>.row>div>form>.form-group>button:focus{
}

.quote, .btn-default{
	background: linear-gradient(to bottom,#F08889,#902829) ;
	color: #FFF;
}
.quote:hover, .btn-default:hover{
	color: #000;
}

.quote:active, .btn-default:active{
	background: linear-gradient(to top,#F08889,#902829) ;
}

h1,h2,h3{
	color: #902829;
}

.dialog {
}

body{
	background: #c2585a;

	/*background: url('../img/bgred.jpg') no-repeat;*/
	background-size: 100% 100%;
	background-attachment: fixed;
}


@media (max-width:991px){
	.text-center-md{
		text-align: center;
	}
}