@charset "utf-8";

/* Structure */
html, body{
	height: 100%;
	overflow: hidden;
}
.container{
	max-width:1200px;
}
/* Formatting */
html, body{
	background-color:#212121;
	font-family: 'Baloo Bhaina 2', cursive;
}
.container-fluid{
	background-image:url(../images/business-background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
		max-height:100%;
		max-width:100%;
}
.brand{
	display:block;
	margin:0 auto;
		max-width:800px;
		width:90%;
		margin-top:100px;
	height:auto;
}
.alert{
	border-radius:0px;
}
.bg-dark{
	background-color:transparent !important;
	background-image:url(../images/navigation-bg.png) !important;
		background-repeat:no-repeat !important;
}
.footer{
	background-color:#FF4242;
	color:#fff;
	font-size:12px;
	padding: 5px 10px 5px 10px;
	margin:0px 15px 5px 15px;
}
.modal-content, .btn, .form-control{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.modal-content, .form-control{
	background-color:#ededed;
	color:#212121;
}
.modal-content{
	box-shadow:0px 0px 5px 0px #121212;
}