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

body {
  color: #5a5a5a;
  font-family: "averageregular", serif;
}

@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;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "cinzelregular";
}


/* 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: "cinzelregular";
  text-shadow: 2px 1px #000;
}



/* 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: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: 'cinzelregular', 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: 'cinzelregular', 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;
}

/* TYPOGRAPHY
-------------------------------------------------- */
a {
  color: #a7a7a7;
    text-decoration: underline;
}
a:hover{
  color:#000;
}
.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;
}

/* IMAGES
-------------------------------------------------- */
.img-feature {
  padding: 5px;
  float: left;
}

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

  .col-item {
    padding-left: 0;
    padding-right: 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: 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: #13435D;
    padding: 30px 0;
  }


