/******************************************
 * Custom css for Operent coming soon page*
*******************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
html {
	position: relative;
	min-height: 100%;
}
body {
	/*padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	font-family: 'Open Sans', sans-serif;
	/* Margin bottom by footer height */
 	margin-bottom: 60px;
}
.navbar {
	margin-bottom:0; /*Allows gray container below nav to flush with nav*/
	padding-bottom:0;
}
.navbar-fixed-top .nav {
	padding: 15px 0;
}
.navbar-fixed-top .navbar-brand {
	padding: 0 15px;
}
 @media(min-width:768px) {
 body {
/*padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
 .navbar-fixed-top .navbar-brand {
 padding: 15px 0;
}
}
.custom-height {
	height: 65px;
}
.container-fluid-gray {
	background-color: #f5f5f5;
}
.top h1 {
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-top: 50px;
	padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.top h2 {
	font-size: 1.4em;
	letter-spacing: 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.container-fluid-dkgray {
	background-color: #4d4d4d;
	color:#FFF;
}
.intro-date {
	font-size: 2.5em;
	color: #4d4d4d;
}
.operent-logo img {
	width:550px;
	margin: 150px auto 45px;
}
.operent-logo p {
	text-align:center;
	margin: 25px 0 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.footer {
	text-align:center;
	color: #fff;
	height: auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
 	height: 150px;
	background-color: #4d4d4d;
}
.contact {
	margin-top:25px;
	font-size: 2.5em;
	color: #2788c0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
a:link {
	color: #2788c0;
 text-decoration;
none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
