@font-face {
  font-family: spice;
  src: url(/fonts/ufonts.com_brush455-bt.woff);
}

body{
  background-image:url("/images/background-50.png");
  background-color:rgb(240,237,226);
  color: rgb(118,7,7 );
  font-size:1.8em;
  padding-top: 50px;
  padding-bottom: 20px;
}

h1,h2,h3,h4,h5{
  font-family: spice;
}

.navbar-header{

}
a.red, .navbar-nav>li>a:hover{
  color: rgb(181,21,19 );
}

.spice-inline{
  font-size:1.2em;
  letter-spacing: 1px;
}

.jumbotron {
  /*background-image: url(/images/header.jpg);*/
  background-image: url(/images/outside-spice-merchants-faded.png);
  background-image: url(/images/inside-spice-merchants.jpg);
  /*border:10px solid #760707;*/
}


.jumbotron{
/*  border-width: 0 10px 10px 10px;
  border-radius: 0 0 20px 20px;*/
  background-color: transparent;
  background-position: center;
  background-size:cover;
  color: white;
  min-height: 400px;
}


.spice{
  font-family: spice;
}

.red-top{
  background-color: rgb(118,7,7 );
}

.navbar-brand{
  font-size:2em;
}

.tripAdvisorHolder{
  border:0; height:150px; width:170px;
}


.inlineimg{
 height:250px;
 width: 250px;
}
.inlineimg-left{
  padding: 10px 10px 10px 0px;
  float: left;
}
.inlineimg-right{
  padding: 10px 0 10px 10px;
  float: right;
}

@media (max-width: 1000px) {
  .inlineimg{
    height:175px;
    width: 175px;
  }
}

