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

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  background: #fff;
  margin-bottom: 160px;
  color: #444;
}

/* NAV */
.navbar {
  margin-bottom: 0;
  background: #fceaf5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 8px 0;
}

.navbar-brand {
  font-weight: bold;
  color: #9f0663;
  font-size: 24px;
}

.navbar-brand:hover {
  color: #ff099e;
}

.navbar-nav a {
  color: #9f0663;
  font-size: 14px;
}

.navbar-nav li:hover a {
  background: none;
  color: #ff099e
}

.hr-navbar {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #9f0663;
  margin: 1em 0;
  padding: 0;
}

/* TEMPLATES */

.container-template {
  background: #fff;
}

/* JUMBOTRONS */

.jumbotron {
  margin-bottom: 40px;
  padding: 0 !important;
  height: 140px;
  background: #000 url('/new/images/jumbotron-chalkboard.jpg') no-repeat;
  background-position: center -200px;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #9f0663;
  border-top: 1px solid #9f0663;
}

.jumbotron-home {
  height: 400px;
  background-position: 0 0;
}

/* TYPE */

a {
  color: #9f0663;
  text-decoration: none;
}

a:hover {
  color: #ff099e;
}

p {
  line-height: 26px;
  margin-bottom: 20px;
}

p.larger {
  font-size: 20px;
  line-height: 32px;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

h2 {
  color: #999;
}

ul li {
  margin-bottom: 10px;
}

.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-top {
  margin-top: 20px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.homepage-cakes h4 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.homepage-cakes img:hover {
  opacity: 0.5;
}

.stripe {
  margin: 20px 0;
  padding: 60px 0;
  background: #fceaf5;
}

.columns2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.thumb-cake-photo {
  width: 140px;
}

.table-no-border td {
  border: 0 !important;
}

.btn .fa {
  margin-right: 10px;
}

/* FORM */

[type="date"],
[type="time"] {
  display: block !important;
  width: 100% !important;
}

#email2 {
  display: none;
}

/* CAKE ITEMS */

.cake-items h3 {}

.cake-items .btn {
  margin-bottom: 60px;
}

.cake-item-image {
  overflow: auto;
  height: 480px;
  position: relative;
  margin-bottom: 10px;
  border: 2px solid #9f0663;
  vertical-align: middle;
}

.cake-item-image img {
  width: 100% !important;
  vertical-align: middle;
}

/* TOP */

.top {
  border: 1px solid #fff;
  border-radius: 100px;
  border-bottom: 0;
  position: fixed;
  right: 20px;
  background: #333;
  opacity: 0.6;
  bottom: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
}

.top a {
  display: block;
  color: #fff;
  text-align: center;
}

/* REVIEWS */

.reviews {
  padding-top: 40px;
  padding-bottom: 40px;
}

.reviews .fa-star {
  font-size: 24px;
}

.review {
  color: #666;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 30px;
}

/* FOOTER */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background-color: #f5f5f5;
}

/* MOBILE */

@media (max-width: 780px) {

  body {
    margin-bottom: 160px;
  }

  h1 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .navbar {
    position: relative;
    padding: 0;
  }

  .navbar-header .fa-chevron-down {
    font-size: 14px;
    border-radius: 100px;
    border: 1px solid #9f0663;
    padding: 10px;
    color: #9f0663;
    position: absolute;
    right: 0;
    top: -2px;
    opacity: 0.5;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }

  .rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .navbar-header .navbar-brand {
    padding-top: 18px;
  }

  .homepage-cakes h3 {
    margin-bottom: 40px;
  }

  .jumbotron {
    background-size: 100%;
    background-position: 0 0;
  }

  .jumbotron-home {
    height: 140px;
  }

  .columns2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .cake-item-image {
    overflow: none;
    height: auto;
  }

  .footer {
    padding: 10px 0;
  }

  .footer .nav-pills li {
    font-size: 12px;
  }

  .row .btn {
    margin-bottom: 10px;
  }

  button[type='submit'] {
    width: 100%;
  }

  .cake-items>div {
    margin-bottom: 40px;
  }

  .cake-items .btn {
    width: 100%;
  }

  input[type="date"]:before {
    color: #444;
    content: attr(placeholder);
  }

  input[type="date"].full:before {
    color: #444;
    content: "" !important;
  }

  input[type="time"]:before {
    color: #444;
    content: attr(placeholder);
  }

  input[type="time"].full:before {
    color: #444;
    content: "" !important;
  }
}