/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.jumbotron
{
   margin-bottom: 0;
   color: #23789A;
   background-color: #f2f2f2;
   background-image: url('/assets/img/sticker-group.png') ;
   background-repeat: no-repeat;
   background-position: center bottom;
}

.jumbotron h3
{
   color: #23789A
}


.nav > li
{
	margin-left: 55px;
	font-size: 13pt;
}

.btn-create-sticker
{
	margin-bottom: 130px;
	margin-top: 30px;
	font-size: 16pt;
}

.offer-row
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
}

.offer-btn
{
	margin-left: 20px;
}


.features
{
	margin-top: 15px;
}

.create-stickers-cont
{
	margin-top: 45px;
}

.order-field
{
	display: inline;
	height: inherit;
	line-height: 1;
}

.order-field-size
{
	width: 30px;
}


.order-field-quantity
{
	width: 50px;
}