.row-no-padding [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
h3.alignedLeft:before {
    content: '';
    background: #DAA520;
    height: 9px;
    width: 4px;
    position: absolute;
    bottom: -33px;
    left: 4%;
    margin-left: -2px;
}

h3.alignedLeft:after {
    content: '';
    background: #DAA520;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -30px;
    left: 4%;
    margin-left: -30px;
}

@media (max-width: 600px) {
    .navbar-brand img { height: 40px !important; }
    .sticky-wrapper:not(.is-sticky) .navbar-brand img { margin-top: -12px; }
    div.howitwrap .fullimg { display: none; }
    div#contact.parallax-section { background-position: 100% 100% !important; }
}