/* 
	
Fonts
	
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	300, 400, 700, 800
	
	
*/

html,
body {
  height: 100%;
  width: 100%;
  
}

body {
	font-family:'Open Sans', sans-serif;
	font-weight:400; color:#000;
}

h1, h2, h3 {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
}

h4, h5, h6 {
	font-family:'Open Sans', sans-serif;
	font-weight:700;
}

h1 {}
h2 {}
h3 {}

hgroup h1, hgroup h2, hgroup h3 {margin:0; padding:0;}
hgroup {margin-bottom:20px;}

.smaller {font-size:90%;}
.smallerX2 {font-size:80%;}


a {color:#FF3;}
a.hover {color:#FF0;}

.products a {color:#FFC;}
.products a:hover {color:#FFC;}

footer a {color:#333;}
footer a:hover {color:#F33}



/*
	Custom Layout
*/

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  color:#FFF;
}

.vert-text h3 {
	padding-bottom:20px;
	color:#FFF;
}



/* 
	Side Menu 
*/

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}



/*
	menu button colour
*/

.btn-lgray {
  color: #AAA;
  background-color: #EEE;
  border-color: #CCC;
}
.btn-lgray:hover,
.btn-lgray:focus,
.btn-lgray:active,
.btn-lgray.active,
.open .dropdown-toggle.btn-lgray {
  color: #AAA;
  background-color: #DDD;
  border-color: #CCC;
}
.btn-lgray:active,
.btn-lgray.active,
.open .dropdown-toggle.btn-lgray {
  background-image: none;
}



/* 
	Intro (Full Page Image)
*/

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg-detroit.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* 
	Intro 
*/

.intro {
  padding: 50px 0;
}



/* 
	Products 
*/

.products {
  background: #F33;
  padding: 50px 0;
  color: #ffffff;
}

.product-item {
  margin-bottom: 15px;
}

i.product-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}



/* 
	Callout 
*/

.callout {
  color: #ffffff;
  display: table;
  height: 200px;
  width: 100%;
  background: url(../img/bg-michigan.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* 
	Call to Action 
*/

.call-to-action {
  color: #ffffff;
  background: #123268;
  padding: 20px 0;
}

.call-to-action .btn {
  margin: 10px;
}


/* 
	Map 
*/

.map {
  height: 300px;
}



/* 
	Footer 
*/

footer {
  padding: 50px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}



/* 
	Responsive 
*/

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

}



/*
	misc
*/

.inline {display:inline;}
.no-margin {margin:0!Important;}
.space20 {margin-top:20px;}
.space40 {margin-top:40px;}
