html body .navbar .navbar-inner .container {
  color: #000;
}
html,
body {
  /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", 
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */

  font-family: 'Sorts Mill Goudy', serif;
  height: 100%;
}
body {
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. 
	Change if height of navigation changes. */

}
.hidden {
  display: none;
}
/* Navbar */
nav.navbar {
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(120, 120, 120, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(120, 120, 120, 0.75);
  box-shadow: 0px 0px 10px 1px rgba(120, 120, 120, 0.75);
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
nav.navbar .navbar-toggle > span.icon-bar {
  background-color: black;
}
nav.navbar .nav li a,
nav.navbar .navbar-nav li a {
  color: black;
  font-size: 1.2em;
}
nav.navbar .navbar-brand {
  text-align: center;
  color: black !important;
  max-height: 40px;
  max-width: 30%;
  overflow: visible;
  padding-top: 5;
  padding-bottom: 0;
}
.navbar.center .navbar-inner {
  text-align: center;
}
.navbar.center .navbar-inner .nav {
  float: none;
  display: inline-block;
  vertical-align: top;
}
div.brand-location {
  font-size: 0.7em;
}
nav.fancy_navbar {
  height: 145px;
}
nav.fancy_navbar #nav_brand_viking {
  display: block;
  margin: auto;
}
nav.fancy_navbar #display_viking {
  display: none;
}
nav.boring_navbar {
  padding-top: 0;
}
nav.boring_navbar .navbar-brand {
  display: none;
}
.img-portfolio {
  margin-bottom: 30px;
}
.img-hover:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #nav_brand_viking {
    display: none;
  }
  .desktop-contact {
    display: none;
  }
  .google-map-contact {
    display: none;
  }
  .desktop-address {
    display: none;
  }
  .contact-info {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 767px) {
  nav.navbar .navbar-inner li,
  nav.navbar .navbar-nav li {
    padding-top: 7.5%;
  }
  nav.navbar .navbar-inner li a,
  nav.navbar .navbar-nav li a {
    color: black;
    font-size: 1.8em;
  }
  .mobile-contact {
    display: none;
  }
  .mobile-address {
    display: none;
  }
  .contact-info {
    font-size: 0.8em;
  }
}
/* Home Page Header */
header.index {
  background-image: url('../img/fishing_man_min.jpeg');
  max-width: 1440px;
  margin: auto;
}
header.bigPicture {
  height: 80%;
  max-height: 1024px;
  background-size: 1441px 1024px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
header.bigPicture .headerImageText {
  width: 75%;
  position: relative;
  margin: auto;
  vertical-align: bottom;
  font-family: 'Raleway', Helvetica, sans-serif;
  top: 30px;
  text-align: center;
  letter-spacing: 2px;
  font-style: normal;
  color: #fff;
  opacity: 0.85;
  font-weight: 100;
  font-variant: normal;
  font-size: 7em;
}
@media (min-width: 1250px) {
  header.bigPicture .headerImageText {
    top: 5px;
    font-size: 8.8em;
  }
}
@media (max-width: 877px) {
  header.bigPicture .headerImageText {
    top: 50px;
    font-size: 6em;
  }
}
header.mobile {
  text-align: center;
}
header.mobile div {
  position: relative;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 25px;
}
header.mobile .mobile-slogan {
  font-size: 3em;
}
/* Main Home Page Items */
div.product-category-panel {
  padding: 0px;
}
div.product-category-panel a img {
  margin: 0px;
}
table.contact-table tr td {
  vertical-align: text-top;
  padding-right: 15px;
}
table.contact-table tr td h4 {
  min-width: 140px;
}
iframe.google-map,
.fb-page {
  width: 100%;
}
/* 404 Page Styles */
.error-404 {
  font-size: 100px;
}
/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}
.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}
.period {
  display: block;
  font-style: italic;
}
/* Footer Styles */
footer {
  margin: 50px 0px;
}
/* Responsive Styles */
@media (max-width: 991px) {
  .headerImageText {
    font-size: 5em;
    top: 0px;
  }
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
}
/* Side Bar */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
/* Product List */
.brand-list-section .brand-list .brand-link {
  margin: 0px 5px;
}
/*Contact Page*/
.contact-page {
  position: fixed;
  height: 100%;
  width: 100%;
}
.contact-page .contact-info {
  padding: 10px;
  font-size: 1.4em;
}
.contact-page .google-map-contact {
  height: 100%;
}
.contact-page .google-map-contact .google-map {
  height: 100%;
}
a.contact-link {
  color: #000;
  text-decoration: underline;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1125px) {
  div.store-hours > div {
    font-size: 0.7em;
  }
}
img.about-us-img {
  width: 100%;
}
/* About Page */
header.about {
  background-attachment: fixed;
  background-image: url('../img/oldschool.jpg');
  height: 80%;
  background-size: 1600px 1199px;
  background-repeat: no-repeat;
  background-position: right top;
}
header.about .headerImageText {
  position: fixed;
  float: right;
  top: 270px;
  right: 100px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 2px;
  font-style: normal;
  color: #fff;
  opacity: 0.65;
  font-weight: 100;
  font-variant: normal;
  font-size: 4em;
}
.about-us-description {
  margin-top: 20px;
}
.about {
  text-align: justify;
}
#about-main {
  font-size: 1.5em;
}
