.header-full {
    background: white;
}
.header-full h1.animated {
    margin: 0;
}
.header-logo {
    float: left;
}


@media(max-width:991px){
	.header-logo {
	    width: 55%;
	}
	.top-nav .lead {
		font-size: 18px;
		margin-top: 0;
	}
	.top-nav .button {
		line-height: 30px;
		height: 30px;
		margin-bottom: 2px;
	}
	.about-us.trucks .pull-left.hidden-xs + .pull-left {
	    width: 100%;
	    margin-left: 0;
	}
	.contact-us .jumbotron {
		padding: 25px 5px;
	}
}

.navbar-brand {
    background: none !important;
    padding: 10px !important;
    text-transform: unset !important;
    margin: 0 !important;
}
.navbar-brand span {
    display: block;
    margin-top: 7px;
}

.header-logo h1 {
    margin-top: 15px !important;
}


ul.block-lines {
    list-style: outside none none;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}
ul.block-lines li::before {
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    float: left;
    white-space: nowrap;
    width: 0;
}
ul.block-lines span:first-child {
    background: white none repeat scroll 0 0;
    padding-right: 0.33em;
}
ul.block-lines span + span {
    background: white none repeat scroll 0 0;
    float: right;
    padding-left: 0.33em;
}
.block-comment {
    text-align: center;
    font-style: italic;
}

.block-hymn-link {
    text-align: center;
    padding: 10px 0;
}
.italic {
	font-style: italic;
}
.conference {
    margin-bottom: 50px;
}
@media(max-width:991px){
	.header.header-logo {
		width: 100%;
	}
	.header.header-logo h1 {
		text-align: left;
	}

}
@media(max-width:767px){
	.sb-icon-navbar .fa-bars, .navbar-default .navbar-nav > li > a {
   	 	padding: 25px 16px;
  	  	height: 66px !important;
	}
	.navbar-header {
   	 height: 66px;
	}
	.navbar-brand {
		font-size: 20px !important;
	}

}