body {
    /*margin: 0px;*/
	font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 0px;
    /*color: #e6515b;*/
}

h2 {
    margin-top: 0px;
	margin-bottom: 20px;
    color: #e6515b;
	font-size: calc(15px + 0.390625vw);
	/*font-weight: 100;*/
}

label {
    /*color: #333;*/
    color: #e6515b;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 10px;
	margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

a:link {
	color: #e6515b;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #e6515b;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #e6515b;
	text-decoration: none;
}

/* selected link */
a:active {
	color: #e6515b;
	text-decoration: none;
}