﻿
body {
    font-family:"Open Sans";
background:rgba(10,10,10,0.1)
}

h1,h2,h3,h4,h5,h6{
    font-family:"Bree Serif";
}

h4 {
    color: rgb(156, 159, 91);
}

.btn-default:hover{
    color:white;
    background-color: rgb(156, 159, 91) !important;
}


footer{
    margin-top:50px;
    background:rgb(77,114,36);
    padding:15px;
}

footer, footer a, footer a:hover{
    color:white;
}

.lightBar{
   background:rgb(203,210,52);
   height:3px;
}

a{
    color:rgb(77,114,36);
}

#mainContent{
    min-height:400px;
}

.container{
    background:white;
}

.required:after{
    font-size:16px;
    color:crimson;
    content:" *"
}




.img-small{
    height:24px;
    margin-right:10px;
}

.img-headshot{
    max-width:250px;
    max-height:250px;
}


img.footer-image {
    height:50px;
    width: auto;
    margin: 10px;
}