@media (min-width: 992px) {
  .container {
    width: 926px;
  }
}

body {
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}

p {
  font-family: 'Brawler', serif;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #abaaaa;
}

h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #f26e7d;
  margin-bottom: 10px;
}

hr {
  background-image: url('http://www.cakesbyari.com/img/hr_cake.png');
  height: 40px;
  border: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

a {
  color: #fbd5d9;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 4px solid #f26e7d;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #abaaaa;
}

.navbar {
  margin-bottom: 0px;
  border-radius: 0px;
}

.navbar, .header-logo, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color: #f26e7d;
  color: white;
  text-transform: uppercase;
}

.navbar-default .navbar-brand {
  color: white;
  left: 10%;
}

.navbar-default .navbar-toggle {
  border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle:hover {
    background-color: #f26e7d;
}

.navbar-default .navbar-toggle:focus {
    background-color: #f26e7d;
}

.navbar-default .navbar-nav>li>a {
  color: white;
  font-size: 18px;
  line-height: 30px;
}

.navbar-default .navbar-collapse {
  border: 0px;
}

.header-logo {
  position: absolute;
  height: auto;
}

@media(max-width:767px) {
  .header-logo img {
    width: 75px;
  }

  h1 {
    font-size: 26px;
  }

  p {
    font-size: 12px;
  }

  .hero img {
    width: 50%;
  }

  .hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero.not-home {
    padding-top: 40px;
  }

  hr {
    margin-bottom: 0px;
  }

  .footer hr {
    margin-bottom: 20px;
  }
}
@media(min-width:768px){
  .header-logo img {
    width: 125px;
  }

  .hero img {
    width: 35%;
  }

  #insta-logo {
    margin-left: -15px;
  }
}

.hero {
  width: 100%;
  background-image: url('http://www.cakesbyari.com/img/hero_background.png');
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.hero.not-home {
  background-position: top;
}

.hero.not-home img {
  display: none;
}

.hero-shadow {
  background-image: url('http://www.cakesbyari.com/img/hero_shadow.png');
  height: 30px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

button.close {
  position: relative;
  top: 18px;
  right: 18px;
  z-index: 500;
}


button.close:hover {
  color: gray;
}

.modal-header {
  border-bottom: none;
  padding: 0px;
  min-height: 0px;
}

.prevButton {
  left: 15px;
}

.nextButton {
  right: 15px;
}

.modal-body .btn-default {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 2.0em;
  opacity: 0.5;
}

.modal-body .btn-default:hover {
  background-color: transparent;
  border: none;
  opacity: 0.8;
}

.gallery-thumbs {
  margin-top: 50px;
}

.footer {
  width: 100%;
  background-color: #fbd5d9;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
  border-top: 2px solid #f26e7d;
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.9em;
}

.footer div img {
  width: 40px;
  padding-top: 10px;
  margin: 5px;
}

.footer hr {
  border-top: 1px solid white;
  margin-bottom: 20px;
  background-image: none;
  height: 0px;
}