@font-face {
    font-family: BigNoodleTitling;
    src: url(./fonts/big_noodle_titling.ttf);
}
@font-face {
    font-family: BradleyHand;
    src: url(./fonts/Bradley_Hand.ttf);
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
body {
  background-color: #000;
}
.bar {
  background: url("./img/bar-bg.jpg")top center no-repeat;
  background-size: cover;
  min-height: 30px;
}
#header {
  background: url("./img/header-bg.jpg")top center no-repeat;
  background-size: cover;
  min-height: 400px;
  margin-top: -20px;
}
.logo  {
  margin-top: 30px;
  max-width: 800px;
  width: 100%;
}
.main-message {
  margin-top: -45px;
}
.sub-message {
  margin-top: -20px;
}
.intro-message {
  font-size: 60px;
  text-transform: uppercase;
  font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.sub-intro-message {
  font-size: 40px;
  font-family: BradleyHand;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
  margin-top: -20px;
}
.btn-super {
color: #fff !important;
background-color: #000;
border-color: #000;
font-family: BigNoodleTitling, 'Fjalla One', sans-serif !important;
}
.btn-super:hover, .btn-super:active {
color: #fff !important;
background-color: #333;
border-color: #333;
}
/* Boxes */
.thumbnail {
    display: block;
    padding: 4px 0;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #f9530b;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.caption {
  font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
  color: #fff !important;
  font-size: 30px;
  padding: 3px;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.content-thumbnail {
    display: block;
    padding: 4px 0;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #000;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.content-thumbnail img {
   width:100%;
}
.content-caption p{
  font-family: BigNoodleTitling, 'Fjalla One', sans-serif !important;
  color: #fff !important;
  font-size: 30px !important;
  padding: 3px !important;
  text-transform: uppercase !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 1) !important;
}
#bottom-bar {
  margin-top: -30px;
}
.footer {
  padding: 20px 0;
}
.copy, .copy a {
  font-size: 12px;
  font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
  text-transform: uppercase;
  color: #777;
}
/* Navigation */
.menu-trigger {
  color: #000;
  font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-size: 27px;
}
.menu-call {
    color: #000;
    font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 27px;
}
@media screen and (min-width: 769px) {
.navbar-collapse.collapse {
  text-align: center;
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-nav {
  display: inline-block;
  float: none;
  margin: 0;
}
}
.nav li a{
  text-transform: uppercase;
  font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 27px;
  padding: 12px 23px 10px 23px  !important;
}
.nav li a:hover{
  text-transform: uppercase;
  color: #c9c9c9;
  background: none !important;
}
.navbar-orange {
  background-color: #f9530b;
  border-color: #f9530b;
  border-radius: 0 !important;
}
/* Inner Page */
#main-content {
/*
  background: url("./img/header-bg.jpg")top center no-repeat;
  background-size: cover;
  min-height: 800px;
  max-height: 100%;
  margin-top: -20px;
*/
  background: url("./img/header-bg.jpg")top center repeat;
  background-size: 100%;
  min-height: 800px;
  max-height: 100%;
  margin-top: -20px;
}
#main-content-estimate {
  background: url("./img/header-bg.jpg")top center repeat;
  background-size: 100%;
  min-height: 800px;
  max-height: 100%;
  margin-top: -20px;
}
.content {
  background: #fff;
  min-height: 700px;
  max-height: 100%;
  margin-top: 35px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 0 #000000;
  box-shadow: 0 5px 20px 0 #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-default>.panel-heading {
   font-size: 20px !important;
  	text-transform: uppercase !important;
  	font-family: BigNoodleTitling, 'Fjalla One', sans-serif !important;
	color: #333 !important;
}
.content h1{
	font-size: 30px;
  	text-transform: uppercase;
  	font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}
.content h2{
	font-size: 25px;
  	text-transform: uppercase;
  	font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
	color: #333;	
}
.content h3{
	font-size: 23px;
  	text-transform: uppercase;
  	font-family: BigNoodleTitling, 'Fjalla One', sans-serif;
	color: #333;	
}
.content p{
	font-size: 16px;
  	font-family: 'Fjalla One', sans-serif;
	color: #6e6e6e;
}