@charset "UTF-8";
/* CSS Document */

.main_heading {
    margin-top: 50px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	
}

.main_heading h1
{
	font-size: 45px;
    font-weight: 300;
    text-align: center;
    line-height: 45px;
    color: #777;
	margin-bottom: 0px;
}

.sub_heading
{
	font-size: 20px;
    text-align: center;
    color: #777;
}

.location
{
	font-size: 20px;
    text-align: center;
    color: #777;
	margin: .25rem 0rem;
}

.underlineDiv
{
	font-size: 4px;
	text-align: center;
    line-height: 4px;
   	height: 4px;
}

.underline
{
    display: inline-block;
    width: 160px;
    height: 2px;
    background-color: #65CD00;
}
.underline320
{
    display: inline-block;
    width: 320px;
    height: 2px;
    background-color: #65CD00;
}

/* About */
.about-us-box {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.about-us-box .about-us-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}


.about-us-box .about-us-photo .about-us-role {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 3px 5px;
    background: #019299;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
}

.about-us-box .about-us-social a {
    color: #ddd;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 25px;
    line-height: 36px;
}

.about-us-box h3
{
	font-size: 24px;
    font-weight: 400;
}

.about-us-box p
{
	font-size: 16px;
    text-align: center;
    font-weight: 300;
    line-height: 25px;
}

#jumbotron-tight
{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

#image-bottommargin
{
	margin-bottom: 10px;
}
/* Footer */

footer {
    padding: 40px 0 35px 0;
    text-align: center;    
    margin-bottom: 10px;
}

.footer-social {
    font-size: 30px;
    line-height: 50px;
}

.footer-social  a
{
    color: #878787;
}

.quote
{
	font-style: italic;
}
