.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.margin4
{
    margin-top: 4px;
    margin-bottom: 4px;
}
.maxwidth
{
    margin-right: auto;
    margin-left: auto;
    max-width: 930px;   
}
.width100
{
    width: 100%;
}
.nav-tabs > li.active > a {
    border-color: #904124 #904124 transparent;
    border-width: 2px;
}
.bgwhite
{
	background-color: white;
}
.caption {
    background-color: #4cae4c;
    filter:alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;

    clear: both;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 3px;
    position: absolute;
    width: inherit;
    
}
.form-group {
    margin-bottom: 10px;
}

.paddingLR2 {
    padding-left: 2px;
    padding-right: 2px;   
}
#mySearch
{
    padding-left: 0px;
    padding-right: 0px;
}

.well
{
    margin-bottom: 5px;
}



h3
{
    background-color: #ededed;
    border-top: 2px solid #904124;
    padding-top: 8px;
    padding-bottom: 8px;
}
h2
{
    background-color: #ededed;
    border-top: 2px solid #904124;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
}
.navbar-default .navbar-nav > li.active > a {
    background-color: #ededed;
    border-top: 2px solid #904124;
}

.ratio{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 80% ; /* % of width, defines aspect ratio*/
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

a {
    color: #904124;
}