/*
bdh Temporary Splash Page

*/


/**

FONT REFERENCE

MontserratRegular
MontserratBold

*/




/**
 * Table of Contents:
 *
 * TBD
 * ----------------------------------------------------------------------------
 */


/**
 * IE 10 Bug Fix
 * ----------------------------------------------------------------------------
 */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }




/**
 * General
 * ----------------------------------------------------------------------------
 */
 
 body {
	margin: 0;
	padding: 0;
	font-family: 'MontserratRegular';
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}


a {
	text-decoration: none;
	outline: 0;
	color: #333;
}


a:active, a:focus, a:visited, a:hover {
	text-decoration: none !Important;
	outline: 0;
}

a:active, a:focus {
	color: #000;
}

a:hover  {
	color: #000;
	transition: all 0.2s ease-out;
}

input::-moz-focus-inner {
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 35px 0;
}

b,
strong {
	font-family: 'MontserratBold';
	font-weight: normal !Important;
}

h1 {
	margin: 0 0 5px -1px;
	padding: 0;
	font-weight: normal;
	/* text-transform: uppercase; */
	font-size: 24px;
	letter-spacing: 1px;
	color: #000;
}

h3 {
	margin: 0 0 5px -1px;
	padding: 0;
	font-weight: normal;
	/* text-transform: uppercase; */
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .5px;
	color: #333;
	font-family: 'MontserratBold';
}

h4 {
	margin: 0 0 8px -1px;
	padding: 0;
	font-weight: normal;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
}


/**
 * General
 * ----------------------------------------------------------------------------
 */
 
html, body{
  height: 100%;
}


#bdh-page {
	height: 100%;
}

#bdh-content {
	height: 100%;
	position: relative;
	background-image: url(../images/bk-bdh-pumpkin-firefighter.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: 100% auto;
}


/**
 * Header
 * ----------------------------------------------------------------------------
 */


h1.site-title {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: 'MontserratBold';
}

h1.site-title a {
	display: block;
	padding: 15px;
	color: #666;
}

h1.site-title a:hover {
	color: #fff;
	transition: all 0.2s ease-out;
}



/**
 * Navigation
 * ----------------------------------------------------------------------------
 */



#bdh-navigation ul {
	padding-right: 30px !Important;
}

#bdh-navigation .navbar {
	min-height: 40px;
}


#bdh-navigation .navbar-inverse .navbar-nav > li > a {
    display: block;
	padding: 17px;
	color: #999;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'MontserratBold';
	font-size: 14px;
}

#bdh-navigation .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	transition: all 0.2s ease-out;
}


#bdh-navigation .navbar-toggle {
    border: 0;
}
