@charset "utf-8";
/* CSS Document */
.row {
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn-group, .input-group {
	
}

.bs-header { 
	position: relative;
	margin-bottom: 60px;
	padding: 200px 0;
	color: #fff;
	background-color: #f0eeeb ;
	background-image: url('../assets/img/main-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
}

.bs-header > h1, .bs-header > h2 { color: #fff;}
.bs-header > h1 { font-size: 6em; font-weight: 700; margin-top: 0;}
.bs-header > h2 { margin-bottom: 0;}

.logo-top {
	display: inline-block;
	font-size: 60px;
	width: 2.1em;
	height: 2.1em;
	line-height: 2em;
	border-radius: 50%;
	border: .1em solid #fff;
	color: #fff;
}


.redlink {
	color: #F00;
}

.greenlink {
	color: #12AD2A;
}

.bluelink {
	color: #0085FF;
}

