/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #333;
  font-family: "roboto_slablight", serif;
  font-size:  15px;
  margin-top: 70px;
}

@font-face {
    font-family: 'averageregular';
    src: url('../fonts/average-regular.eot');
    src: url('../fonts/average-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/average-regular.woff') format('woff'),
         url('../fonts/average-regular.ttf') format('truetype'),
         url('../fonts/average-regular.svg#averageregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'bilbo_swash_capsregular';
    src: url('../fonts/bilboswashcaps-regular.eot');
    src: url('../fonts/bilboswashcaps-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bilboswashcaps-regular.woff') format('woff'),
         url('../fonts/bilboswashcaps-regular.ttf') format('truetype'),
         url('../fonts/bilboswashcaps-regular.svg#bilbo_swash_capsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cinzelregular';
    src: url('../fonts/cinzel-regular.eot');
    src: url('../fonts/cinzel-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cinzel-regular.woff') format('woff'),
         url('../fonts/cinzel-regular.ttf') format('truetype'),
         url('../fonts/cinzel-regular.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*version 2 fonts*/

@font-face {
    font-family: 'julius_sans_oneregular';
    src: url('../fonts/juliussansone-regular-webfont.eot');
    src: url('../fonts/juliussansone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/juliussansone-regular-webfont.woff') format('woff'),
         url('../fonts/juliussansone-regular-webfont.ttf') format('truetype'),
         url('../fonts/juliussansone-regular-webfont.svg#julius_sans_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_slablight';
    src: url('../fonts/robotoslab-light-webfont.eot');
    src: url('../fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-light-webfont.woff') format('woff'),
         url('../fonts/robotoslab-light-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: "julius_sans_oneregular";
}


/* TLI OVERLAY
-------------------------------------------------- */
.tli-overlay-fixed {
  position: absolute;
  height: 36px;
  background-color: rgba(0,0,0,0.6);
  z-index: 2;
  width: 100%;
  padding: 5px 0 0 20px;
}
.tli-overlay-rel {
  position: relative;
  max-width: 1600px;
  margin: auto;
  color: #ccc;
}

.tli-overlay-title {
  
  letter-spacing: 1px;
  color: #fff;
}

.img-tli-overlay {
  height: 25px;
  vertical-align: sub;
}

a .tli-overlay-title {
  text-decoration: none;
}
a:hover .tli-overlay-title {
  text-decoration: none;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 300px;
  width: 100%;
  overflow: hidden;
  background: #000;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-inner {
  width: 1600px;
  margin: auto;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}



/* WELCOME OVERLAY
-------------------------------------------------- */
/*Welcome Sign Background Color*/
.welcome-svg-fill {
  fill: #13435D;
}
.welcome-container-outer-fixed {
  position: absolute;
  width: 100%;
  height: 325px;
  margin: auto;
  z-index: 1;
  top: 0px;
}
.welcome-container-outer-rel {
  position: relative;
  max-width: 1600px;
 
}
.welcome-container-sign {
  width: 320px;
  height:320px;
  margin: auto;
}
.welcome-container-sign-inner-fixed {
  position: absolute;
  width: 100%;
  top: 95px;
  left: 0;
  z-index: 2;
  margin: auto;
}
.welcome-container-sign-inner-rel {
  position: relative;
  width: 320px;
  height:172px;
  text-align: center;
  padding: 25px 0; /*used to be 20px*/
  margin: auto;
}
.welcome-locale-container-fixed {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
}
.welcome-locale-container-rel {
  position: relative;
  width: 90%;
  margin: auto;
}
h1.welcome-title-city {
  display: block;
  font-family: 'bilbo_swash_capsregular', cursive;
  font-size: 30px;
  color: #fff;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 12px;
}
h4.welcome-locale {
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px #05466B;
  margin-bottom: 5px;
  margin-top: 0;
}
h3.welcome-title-state {
  font-family: 'julius_sans_oneregular', serif;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px #05466B;
  margin-top: 5px;
  letter-spacing: 4px;
}
hr.welcome-title-line {
  width: 50%;
  border-top: 1px solid #fff;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
.logo-sm {
  max-width: 100px;
}



/* NAVBAR
-------------------------------------------------- */
.navbar-brand{
    padding: 10px 20px 10px 10px;
  }
  
nav.affix {
    top: 0px;
    width: 100%;   
}
.navbar{
  font-family: 'julius_sans_oneregular', serif;
  z-index: 10;
}
.affix + .container {
  padding-top: 70px
}
.navbar-inverse {
  background-color: #13435D;
  border-color: #13435D;
}

.navbar-slide {
  border-radius: 0;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  background-color: rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  background-color: rgba(0,0,0,0.2);
}

.navbar-inverse .navbar-nav>li>a {
  color: #ccc;
}

/* SIDEBAR
-------------------------------------------------- */
/*Add class to sidebar*/
.sidebar ul{
  padding-left: 0px;
  list-style: none;
}
.sidebar ul li {
  border-bottom: 1px solid #ddd;
}
.sidebar h5 {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px;
}

.sidebar h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* JUMBOTRON
-------------------------------------------------- */
.jumbotron {
  margin-bottom: 60px;
}
.jumbotron ul {
  list-style-type: none;
}
.jumbotron ul li h4 {
  margin-bottom: 0;
}
.jumbotron .well p {
  font-size: 15px;
}
.jumbotron .well h3 {
  margin-top: 0;
}
p.jumbotron-small {
  font-size: 16px;
}
/* TYPOGRAPHY
-------------------------------------------------- */
a {
  color: #6D2946;
}
a:hover{
  color: #6D2946;
}
.welcome-container-outer-fixed a, .welcome-container-outer-fixed a:hover, nav a, nav a:hover, footer a, footer a:hover {
  text-decoration: none;
}
footer  a {
  color: #ccc;
}
footer  a:hover {
  color: #fff;
  text-decoration: none;
}
h3.column-header {
  border-bottom: 1px solid #ddd;
}
.bs-callout {
padding: 5px 20px;
border-left: 3px solid #eee;
}
.bs-callout-info {
background-color: #eee;
border-color: #eee;
}
.btn-inline {
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
}
.btn-default {
  background-color: #f5f5f5;
}
ul {
  list-style: none;
}
/* BUTTON
-------------------------------------------------- */
.btn-primary {
  color: #fff;
  background-color: #13435D;
  border-color: #333;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #444;
}
/* IMAGES
-------------------------------------------------- */
.img-feature {
  padding: 5px;
  float: left;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

  .col-item {
    padding: 0 0 5px 0;
  }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /*Navbar*/
  .navbar-brand{
    padding-right: 20px;
  }
  /*Carousel*/
  .carousel {
    height: 375px;
  }
  /*Welcome Sign*/
  .welcome-container-outer-fixed {
    top: 40px;
  }
  
  .welcome-container-sign {
    width: 425px;
    margin: 0;
    margin-left: 20px;
    margin-right: auto;
  }
  .welcome-container-sign-inner-fixed {
    width: 425px;
    top: 85px;
  }
  .welcome-container-sign-inner-rel {
    width: 425px;
    margin: 0;
    padding: 30px 30px;
    margin-left: 20px;
    margin-right: auto;
    height: 210px;
  }
  h1.welcome-title-city {
    font-size: 40px;
    margin-bottom: 10px;
  }
  h4.welcome-locale {
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px #05466B;
  }
  h3.welcome-title-state {
    font-size: 20px;
    text-shadow: 1px 1px #05466B;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  /*Navbar*/
  .navbar-brand{
    padding-right: 35px;
  }
  /*Carousel*/
  .carousel {
    height: 400px;
  }

  /*Welcome Sign*/
  .welcome-container-outer-fixed {
    top: 40px;
  }
  .welcome-container-sign {
    width: 470px;
    height: 325px;
    margin: 0 0 0 20px;
  }
  .welcome-container-sign-inner-fixed {
    width: 470px;
    top: 85px;
  }
  .welcome-container-sign-inner-rel {
    width: 475px;
    height:225px;
    padding: 25px 40px;
  }
  h1.welcome-title-city {
    font-size: 50px;
    margin-bottom: 17px;
  }
  h4.welcome-locale {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #05466B;
    margin-bottom: 5px;
    margin-top: 0;
  }
  h3.welcome-title-state {
    font-size: 24px;
    text-shadow: 1px 1px #05466B;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .welcome-container-outer-rel {
    margin: auto;
 
  }
}

/* FOOTER CSS
-------------------------------------------------- */
 /* footer {
    
  }*/

  /* HELPER CLASSES
-------------------------------------------------- */
.spacer {
  margin-top: 5px;
  margin-bottom: 5px;
}
.center-div {
  float:none;
  margin: auto;
}
.container-btn-block {
  margin-top: 5px;
}
.img-overlay-abs {
  position: absolute;
  top: 50px;
}
.img-overlay-rel {
  position: relative;
  width: 90%;
  background: rgba(255,255,255,0.7);
}
.checkbox {
  padding-left: 35px;
}
.well-tall {
  min-height: 60px;
  background: #ffffff;
}
.img-center {
  margin: auto;
}
.highlight.on {
  background: rgba(248, 210, 9, 0.57);
}
.highlight {
  padding: 10px;
  border-radius: 5px;
}
.active-well {
  background-color: #FFEFBD;
}
.well {
  background:transparent;
  box-shadow: none;

}
.well.well-tall {
  background-color: #ffffff;
}
.no-border {
  border:none;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
footer {
  margin-top: 100px;
    color: #ccc;
    background: #13435D;
    padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  background-color: #f5f5f5;
  border-radius: none;
}
