/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.navbar-inverse {
	background-color: #aadd6d;
	border-color:transparent;
	min-height:75px;
	}
	
	.navbar-brand{
		background:url("../img/vitaglide-logo.png") no-repeat;
		width:234px;
		height:62px;
		margin-top:15px;
		
		}
.navbar-text{
	color:#0353a0 !important;
	margin-top: 30px;
	font-size: 30px;
	font-family: serif;
	}
	
.phone{
	margin-top:30px !important;
	
	}
.phone a{
	color:#333 !important;
	font-size:30px !important;
	
	text-decoration:none !important;
	}
.business-header {
    height: 600px;
    background: url("../img/vitaglide-hero-professional.jpg") center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#mid-bar{
	background-color: #25292b;
	height: 45px;
	
	
	}
/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    color: #FFF;
	margin-top: 0px;
	font-size:3.5em;
	text-align: left;
}

.img-center {
    margin: 0 auto;
}

.invited{
	font-size:36px !important;
	border:5px !important;
	border-color:#fff !important;
	
	}

footer {
    margin: 0px 0;
	background-color:#1e2123;
	height:100px;
	text-align:center;
	padding-top:50px;
	padding-left: 0px;
	padding-right:0px;
	color:#fff;
}