/* CSS Document */

@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#header {
	margin-top: 1em;
	position:  relative;
}

#header2 {
	margin-bottom: 1em;
	border-bottom: 1.5px solid #BF241A;
	margin-top: 1em;
	position: relative;
	font-style: italic;
}
img.floatIMG {
	float: right;
	padding-left: 1em;
}

.gallery img {
	display: block;
	margin-bottom: 0;
}
.card-body {
	
}

p.caption {
	font-style: italic;
	text-align: right;
}

#footer {
	line-height: 30px;
	text-align: center;
	background: #CCC;
	color: white;
	font-size: 0.8em;
	margin: 20px auto;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
}

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

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


}
