/* 
    Created on : Aug 25, 2015, 11:11:51 AM
    Author     : sksg
*/

.fancy {
    
    font-family: 'Amiri', serif;
    font-style: italic;
}
@media screen and (max-width: 768px) {
    h1{
        font-size:1.75em;
    }

}
@media screen and (max-width: 440px) {

    .fancy{
        font-family: serif;
        font-style: italic;
        font-size:1.3em;
    }
}

.glyphicon {
	color:#c8ab84;
}

#footer, div.navbar.navbar-inverse.navbar-fixed-bottom {
    
    background-color:white;
   /*     background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); */
   background-image:none;
   max-height: 15%;
    
}
#footer {
    background-color:#c8ab84;
}
#footer .navbar-text {
    color: white;
}

.thumbnail:hover {
      opacity: .7;
    
}
.more-space, .more-space dt, .more-space dd {
    padding: .4em;
}

.address-listing {
    font-size: 1.2em;
}

img { 
    display: block;
  max-width: 100%;
  height: auto;
}

.quotation {
    width: 75%;
}