body {
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}
.navbar {
	min-height: 60px !important;
}
.navbar-nav > li > a, .navbar-brand {
	padding-top:20px !important;
	padding-bottom:20px !important;
    height: 60px; /* Whatever you want. */
}

/* Main marketing message and sign up button */
.jumbotron {
    background: #000 url("img/shopping_girl.jpg") no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    color: #eee;	
	text-align: center;
	min-height: 500px;
}
.jumbotron h1 {
	margin-top: 100px;
	color: #fff;
}
.ow-logo {
	color: #ae5700;
	font-weight: bold;
	font-family: Raleway, serif;
	text-shadow: 2px 2px 2px #ffc6aa;
	font-size: 20px;
}
#msg {
	top: 20%;
}
#msg .modal-header {
    background-color: #000;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5 px;
	color: #fff;
}

.curvy {
	font-family: Vladimir Script;
	font-weight: bold;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 15px;
}
.carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
	height: 400px;
    margin: auto;
}

.page-header {
	margin-top: 0;
}
.panel-body {
	padding-top: 0;
}
.featutedImg {
	margin-bottom: 15px;
}
ul.contact {
    list-style-type: none;
	padding: 15px;
}
ul.contact li {
    margin: 2px 0 2px 0;
}
.lbl {
	display: inline-block;
	width: 120px;
	font-weight: bold;
}

