body {
  background-color: #f2f2f2
}

#container {
  background-color: #ffffff
}

#grad {
  background: rgba(255,0,0,0); /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(circle, rgba(46,46,46,1), rgba(46,46,46,0)); /* Safari */
  background: -o-radial-gradient(circle, rgba(46,46,46,1), rgba(46,46,46,0)); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, rgba(46,46,46,1), rgba(46,46,46,0)); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, rgba(46,46,46,1), rgba(46,46,46,0)); /* Standard syntax */
}

#header {
  text-align: center;
  font-family: 'Lobster', cursive;;
}

#navbar {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

#searchInput {
  width: auto;
  -webkit-transition: width 20ms ease;
  -moz-transition: width 20ms ease;
  -o-transition: width 20ms ease;
  transition: width 20ms ease;
  &:focus {
    width: 100%;
  }
}

#searchInput:focus {
  width: 100%;
}

.stylish {
  font-family: 'Lora', serif;
  font-style: oblique;
}

.carousel .item {
  height: 300px;
}

.carousel-caption {
vertical-align: middle
top: 50% ;
transform: translateY(-50%);
}

.center {
  margin: auto;
}

div.polaroid {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}


.btn:hover, .btn:focus {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}

.nav-tabs li a {
  color: #777;
}

.navbar {
  margin-bottom: 0;
  background-color: #2d2d30;
  border: 0;
  font-size: 11px !important;
  letter-spacing: 4px;
  opacity: 0.9;
}
.navbar li a, .navbar .navbar-brand {
  color: #d5d5d5 !important;
}
.navbar-nav li a:hover {
  color: #fff !important;
  background-color: #d5d5d5 !important;
}
.navbar-nav li.active a {
  color: #fff !important;
  background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.open .dropdown-toggle {
  color: #fff;
  background-color: #555 !important;
}

.content {
  height: 70vh;
}

.sidenav {
  padding-top: 20px;
  background-color: #f2f2f2;
  height: 100%;
}
