﻿header {    
    flex: 0 1 auto;
}

.panel.panel-default {
    padding: 10px 10px 10px 10px;
    border: solid 1px;
}

.navbar {
    margin-bottom:0px;
}

body {
	background-color : #f3f2eb; /*same as bc.com*/
}


#StartNowButton {
    margin-top:20px;
    margin-bottom:20px;
}


/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */
.start-header {
    height: 200px;
    background: url('/Content/bccalc/Images/foundation-dark.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-bottom: 50px;
}

/* Customize the text color and shadow color and to optimize text legibility. */
.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
	position: relative; 
	z-index: 0; 
	background: none;
	text-align: center;
	vertical-align: middle;
    margin: 0px;
    padding: 0px;
    font-style:italic;
}

.taglineSection {
	font-family: Arial;
    font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding-top :10px;
}


.taglineList{
	font-family: Arial;
    font-size: 12pt;
	font-weight: bold;
	padding-top:0px;
}

.img-center {
    margin: 0 auto;
}

.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
} 
.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}
 
 .centering {
  float:none;
  margin:0 auto;
}