body {
	font-family: 'Lato', sans-serif;
}
h1{
	margin-bottom: 5px;
}
label {
	color: #333;
}
.btn-send {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.bs-docs-header, .bs-docs-masthead {
    position: relative;
    padding: 30px 0;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6f5499;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
    background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
    background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
    background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
    background-repeat: repeat-x;
}

.bs-docs-header {
    margin-bottom: 40px;
    font-size: 20px;
}

@media (min-width: 768px)
.bs-docs-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left;
}

.bs-docs-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: #99979c;
    text-align: center;
    background-color: #2a2730;
}

@media (min-width: 768px)
.bs-docs-footer {
    text-align: left;
}

.bs-docs-footer-links li {
    display: inline-block;
}

.bs-docs-footer a {
    color: #fff;
}

.messages {
	display: block;
	height: 140px;
	line-height: 50px;
	clear: both;
	margin: 10px 0;
}
