/* Put your custom css here */
#submit {
	display: inline-block;
	float: right;
	padding: 11px 32px;
}
.navbar, .navbar-header {
	height: 86px;	
}
#call {
	font-size:22px;
	display: block;
	position: absolute;
	top: 14px;
	right: 12px;
	float: right;
	text-align: right;
	line-height: 140%;
}



@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(//fonts.gstatic.com/s/lato/v11/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v11/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(//fonts.gstatic.com/s/lato/v11/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

.navbar-brand {
    background-image: url("../images/square-logo.svg");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
	
	margin: 12px 0 0 0;
    width: auto;
    height: 60px;
}
.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active {
    opacity: 0.7;
}

.navbar-brand h1 {
	color: #000000;
	text-transform:uppercase;
	font-family: 'Lato-Bold', sans-serif;
	font-weight: 500;
	font-size: 2.1em;
	text-indent: 80px;
	line-height: 0;
	padding: 0;
	margin: -4px 0 22px 0;
}
.navbar-brand h2 {
	color: #000000;
	text-transform:none;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	text-indent: 80px;
	line-height: 120%;
}