/* ==========================================================================
   USTaxExpress.com
   Author: Symbolic Squared LLC
   main.css
   ========================================================================== */

body {
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'Open Sans',sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans',sans-serif;
}

.mapImage {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top_line {
    background-color: #1BA1E2;
}
.top_line {
    height: 5px;
}

.center-align-div {
    margin: 0 auto;
}

.contentColumns h6 {
	text-align: center;
	font-size: 20pt;
}

.contentColumns p {
	line-height: 200%;
	font-size: 12pt;
	text-align: justify;
}

.aboutUs p {
	font-size: 12pt;
	text-align: justify;
}

#missionStatement {
	line-height: 200%;
	font-size: 12pt;
	text-align: justify;
	font-style: italic;
}

.section_header {
    margin-bottom: 40px;
    margin-top: 80px;
    position: relative;
    text-align: center;
}

.section_header hr {
    border-bottom: 2px solid #FFFFFF;
    border-top: 1px solid #BEC0C3;
    position: absolute;
    width: 36%;
}

.section_header span {
    display: block;
    margin: 0 auto;
    width: 27%;
    font-size: 20pt;
}

.section_header hr.left { }
.section_header hr.right {
	right: 0px;
	top: 0px;
}

.jumbotron-fluid {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/jumbotronImageEditOpWeb.jpg);
    background-size: cover;
    color: #02224F;
    font-weight: bolder;
}

.nav-link {
    font-size: 14pt;
    font-weight: bold;
}

.navbar-nav > li{
  padding-right:30px;
}

.footerClass {
    background-color: #E9ECEF;
    height: 150px;
    padding-top: 50px;
    margin-top: 50px;
}

.jumboTitle {
    font-size: 40pt;
    margin-bottom: 30px;
}

.btn{
    white-space:normal !important;
    max-width:200px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-width: 767px) {
	
	.jumbotron-fluid h1 {
		font-size: 32pt;
	}

}