/* 
    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;
}

#map-canvas {
    width:100%;
    height:400px;
    margin-top:20px;
}


#listing-information ul {
    margin-bottom: 20px;

}

#listing-information ul li {
    margin-bottom: .5em;
    display: block;
}

#listing-information ul li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    /*content: "\e080"; */
    /* content: "\e092"; */
    content: "\2666";

    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: -1px;
    margin-left: -17px;
}
#slideshow  {
    margin-top:20px;
}
