/* --------------------------------------------------
GOOGLE FONTS 'N' SO ON
-------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

/* --------------------------------------------------
NAVBAR STYLES
-------------------------------------------------- */

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  background-color: #95101d;
  border-color: #800;
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-top: 25px;
  
}

.navbar-default .navbar-nav > li.social > a {
  font-size: 18px;
  padding: 25px 10px 0;

}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #FFF200;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
}

.navbar-default .navbar-brand {
  height: auto;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 0;
}

.navbar-default .navbar-brand img {
  height: 50px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #FFF200;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
}

.navbar-default .navbar-toggle {
  border: none;
  color: #FFF;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
  color: #FFF200;
}

/* ------
TITLE
-------*/

.page-header {
  margin-top: 0;
  border: none;
}

.page-header h1 {
  display: block;
  max-width: 370px;
  margin: 0 auto;
}

.page-header img {
  width: 100%;
  max-width: 370px;
  height: auto;
}

/* --------------------------------------------------
STICKY FOOTER STYLES
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
  background-image: url('../img/background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #450e14;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #CCC;
  font-size: 9px;
  letter-spacing: 1px;
  /* Set the fixed height of the footer here */
  height: 70px;
}

.footer .container {
  padding-top: 20px;
  text-align: center;
}

footer p {
  line-height: 14px;
}

/* --------------------------------------------------
GENERAL
-------------------------------------------------- */

a, a:focus, a:hover {
	color: #95101d;
}



/* VENDOR MODALS */

#listings {
	margin-bottom: 15px;
	overflow: auto;
}

.vendor {
  padding: 2px;
}

.vendor div {
  text-align: center;
  background-color: #94101D;
  padding-bottom: 5px;
}

.vendor div img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.vendor div img:hover, .vendor div img:focus {
  opacity: .4;
}

.vendor div a {
  color: #FFF;
  font-size: 9px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.vendor div a:hover, .vendor div a:focus {
  opacity: .7;
  text-decoration: none;
  padding: 0;
}

.modal-content {
  background-color: rgba(255,255,255,0);
}

.modal-header {
  background-color: #94101D;
  color: #FFF;
  border-radius: 6px 6px 0 0;
}

.close {
  color: #FFF;
  opacity: .8;
}

.close:hover, .close:focus {
  color: #FFF;
  opacity: 1;
}

.modal-body {
  background-color: #FFF;
}

.modal-body span {
  font-family: 'Oswald', sans-serif;
  color: #94101D;
  text-transform: uppercase;
}

.modal-left {
    float: none;
  }

  .modal-right {
    margin-left: 0;
  }
  
.modal-footer {
  background-color: #94101D;
  color: #FFF;
  border-radius: 0 0 6px 6px;
  text-align: center;
  padding: 10px;
}

.modal-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}

.modal-logo {
  width: 200px;
  height: auto;
  padding-bottom: 5px;
}

.btn-modal {
  background-color: transparent;
  color: rgba(255,255,255,0.8);
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-modal:hover {
  color: #FFF;
}

.vendor-pics img {
	margin-bottom: 15px;
} 
/* end vendor listing and modals*/


body {
  padding-top: 50px;
  background-color: #EEE;
  font-family: 'Raleway', sans-serif;
}

.content {
  background-color: #FFF;
  margin: 10px 0 30px;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.8);
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.8);
}

h2 {
  color: #95101d;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

p {
  margin: 0 0 5px;
  line-height: 24px;
}


/* --------------------------------------------------
JUMBOTRON
-------------------------------------------------- */

.container-fluid {
  padding: 0;
}

.jumbotron {
  background: url('../img/background-jumbotron.jpg') top center no-repeat;
  background-size: cover;
  padding-top: 28px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 10px 10px 1px #000000;
  box-shadow: 0 10px 10px 1px #000000;
}

.container-fluid .jumbotron {
  border-radius: 0;
}

.logo {
  padding-bottom: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}

.site-topper {
  max-height: 370px;
}

.welcomemessage p {
	font-family: 'Bebas Neue', sans-serif;
    font-size: 48px !important;
	line-height: 48px;
	color: #111;
	text-shadow: 0 0 0.2em #eee, 0 0 0.2em #eee,
        0 0 0.2em #eee;	
}

.pagetitles h2 {
	margin-top: 120px;
	font-family: 'Bebas Neue', sans-serif;
    font-size: 120px !important;
	line-height: 48px;
	color: #111;
	text-shadow: 0 0 0.2em #eee, 0 0 0.2em #eee,
        0 0 0.2em #eee;	
}

/* --------------------------------------------------
COMIC NAVIGATION
-------------------------------------------------- */

.comic-navigation {
  list-style: none;
  padding: 0;
}

.comic-navigation li {
  display: inline-block;
  padding: 10px;
}

.comic-navigation li:first-child {
  padding-left: 0;
}

.comic-navigation li:last-child {
  padding-right: 0;
}

.comic-navigation li a {
  font-family: 'Raleway', sans-serif;
  color: #222;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.comic-navigation li a:hover, .comic-navigation li a:focus {
  color: #95101d;
}

.first div {
  display: block;
  width: 50px;
  height: 37px;
  background: url('../img/nav-first.png') top left no-repeat;
  background-size: 50px 74px;
  margin-bottom: 5px;
}

.back div {
  display: block;
  width: 32px;
  height: 37px;
  background: url('../img/nav-back.png') top left no-repeat;
  background-size: 32px 74px;
  margin-bottom: 5px;
}

.next div {
  display: block;
  width: 37px;
  height: 37px;
  background: url('../img/nav-next.png') top left no-repeat;
  background-size: 37px 74px;
  margin-bottom: 5px;
}

.last div {
  display: block;
  width: 53px;
  height: 37px;
  background: url('../img/nav-last.png') top left no-repeat;
  background-size: 53px 74px;
  margin-bottom: 5px;
}

.first:hover div, .back:hover div, .next:hover div, .last:hover div {
  background-position: bottom left;
}

/* --------------------------------------------------
COMIC
-------------------------------------------------- */

.comic {
  display: inline-block;
}

.comic img {
  margin-bottom: 15px;
}

.comic h1, .comic p {
  color: #95101d;
  text-transform: uppercase;
  font-family: 'Raleway',sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}

.comic h1 {
  line-height: 28px;
}

.comic p {
  line-height: 26px;
}


/* ----------------------------------------------------
BLOG
---------------------------------------------------- */

.blog {
  padding: 15px;
}

.blog-header {
  margin-bottom: 10px;
  height: 75px;
}

.blog-header img {
  width: 75px;
  height: auto;
}

.blog-header h2 {
  margin-top: 0;
  margin-left: 15px;
}

.byline {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 85px;
}


/* ----------------------------------------------------
SIDEBAR
---------------------------------------------------- */

.sidebar .content {
  padding: 0;
}

.sidebar .content:first-child h3 {
  margin-top: 0;
}

.sidebar p {
  margin: 0px 10px;
  padding-bottom: 10px;
}

.sidebar-header {
  background-color: #95101d;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  padding: 9px 10px 8px;
  font-weight: 600;
}

/* ----------------------------------------------------
ENOUGH IS ENOUGH, AND IT'S TIME FOR SOME MEDIA QUERIES!
---------------------------------------------------- */

@media (min-width: 550px) and (max-width: 767px) {

  .logo {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
  }

}

@media (max-width: 767px) {

  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }

  .navbar-nav > li > a {
    padding-top, padding-bottom: 12px;
  }

  .navbar-right {
    padding-left: 5px;
  }

  .social {
    float: left;
    padding-bottom: 10px;
  }

  .social i {
    font-size: 24px;
  }

}

@media (min-width: 768px) {

  .footer {
    font-size: 12px;
  }

  .footer p {
    margin-top: 6px;
  }

  /*.navbar-nav {
    padding-top: 15px;
  }*/


.modal-left {
  float: left;
  width: 200px;
}

.modal-right {
  margin-left: 225px;
}

.vendor div a {
  font-size: 12px;
  
}

  .first div {
    width: 70px;
    height: 51px;
    background-size: 70px 103px;
  }

  .back div {
    width: 45px;
    height: 51px;
    background-size: 45px 103px;
  }

  .next div {
    width: 45px;
    height: 45px;
    background-size: 45px 90px;
  }

  .last div {
    width: 64px;
    height: 45px;
    background-size: 64px 90px;
  }

}

@media (min-width: 992px) {

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-header {
    height: auto;
  }

  .blog-header img {
    width: 100px;
    height: auto;
  }

  .blog-header h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .byline {
    font-size: 12px;
    margin-left: 115px;
  }

  .blog p {
    margin-left: 15px;
  }

}
