.navbar-default .navbar-nav > li > a {
    background-color: rgba(255,255,255,0.2 !important;
    color: #fff !important;
    padding: 15px 20px;
    margin: 2px;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(0,0,0,0.3) !important;
    color: #fff !important;
}
.well  {
    background-color:#AEBAD8;
}
.hero-text {
    padding-top: 200px !important;
}
a {
    color: #C37517;
    text-decoration: none;
}
hr {border-color: #C37517;}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin-right:8%;
    margin-top:7%;
}
img {width: 100%; max-width: 100% !important;}
.img-r {width: 100%; max-width: 100% !important;}
#rssImg img {
    max-width: 260px;
}
.gp_gallery li {
    float: left;
    overflow: hidden;
    list-style: outside none none;
    display: inline-block;
    margin: 0px 1em 1em 0px;
    padding: 0.5em 0.5em 0px;
    border: 1px solid #DDD;
    border-radius: 6px;
    color: #333;
    position: relative;
    background: #F7F7F7 -moz-linear-gradient(center top , #FAFAFA 5px, #F1F1F1 25px) repeat scroll 0% 0%;
    height: 120px;
    width: 120px;
}
.gp_gallery img {
    top: 10px;
    position: absolute;
    margin: 0px 1em 1em 0px;
    border-radius: 2px;
    left: 10px;
    max-width: 100px;
    max-height: 100px;
}
.tagline {
    text-shadow: 0px 0px 10px #000;
    color: #FFF;
}
.section-title h1 {
    font-family: montserrat,sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative;
    text-transform: capitalize;
}