/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #444;
  font-family: "roboto_slablight", serif;
  font-size:  15px;
}

@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 .h1, .h2, .h3 {
    font-family: "julius_sans_oneregular";
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background: #f5f5f5;
}
.bg-dark {
  background: #111;
  color: #fff;
}
/* TLI OVERLAY
-------------------------------------------------- */
.tli-overlay-fixed {
  position: absolute;
  height: 30px;
  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 {
  font-family: "julius_sans_oneregular";
  text-shadow: 2px 1px #000;
}

.img-tli-overlay {
  height: 30px;
}



/* 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: #494f42;
}
.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:320px;*/
  text-align: center;
  padding: 25px 0; /*used to be 20px*/
  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;
}
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;
}


/* 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: #003661;
  border-color: #003661;
  /*background-color: #494f42;*/
  /*border-color: #494f42;*/
}

.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 {
  margin-bottom: 5px;
}
.sidebar h3 {
  margin-top: 0;
}


/* TYPOGRAPHY
-------------------------------------------------- */
a {
  color: #000;
}
a:hover{
  color: #666;
}
.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;
}
.highlight-color {
  color: #0F7299;
  text-shadow: 0 1px 0 #888;
}
.fa-xl {
  font-size: 8em;
}
.jumbotron .lead {
  font-size: 30px;
}
ol.lead{
  font-size: 24px;
}
.alert h3 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.center-div {
  float:none;
  margin: auto;
}
/* BUTTON
-------------------------------------------------- */
.btn-primary {
  color: #fff;
  background-color: #003661;
  /*background-color: #444;*/
  border-color: #000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #555;
  border-color: #444;
}
.btn-margin {
  margin: 5px 0;
}
/* IMAGES
-------------------------------------------------- */
.img-feature {
  padding: 5px;
  float: left;
}

/* HELPER CLASSES
-------------------------------------------------- */

  .col-item {
    padding: 0 0 5px 0;
  }
  .col-nopad {
    padding-left: 0;
    padding-right: 0;
  }
  .spacer {
    margin-top: 30px;
  }

.form-spacer {
    margin-top: 10px;
  }

@media (min-width: 768px) {
  .form-spacer {
    margin-top: 0;
  }
}
  


/* RESPONSIVE CSS
-------------------------------------------------- */
.container {
  padding-left: 0;
  padding-right: 0;
}
footer .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
  padding-left: 15px;
  padding-right: 15px;
  }
  /*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: 300px;*/
  }
  h1.welcome-title-city {
    font-size: 40px;
    margin-bottom: 10px;
  }
  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;
    padding: 25px 40px;
  }
  h1.welcome-title-city {
    font-size: 50px;
    margin-bottom: 17px;
  }
  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 {
    margin-top: 60px;
    color: #ccc;
    /*background: #494f42;*/
    background: #003661;
    padding: 30px 0;
  }

/* MODAL
-------------------------------------------------- */
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
