@media only screen and (min-width: 640px) {
#jbk-header-area h1.kabucom-homeloan-logo {
	margin-bottom: 4px;
  font-size: 2em;
  font-weight: bold;
}
}

@media only screen and (max-width: 640px) {
#jbk-header-area h1.kabucom-homeloan-logo {
    height: auto;
    font-size: 120%;
    font-weight: bold;
}
}

/* ========== margin ========== */
.normally-spaced {
	margin-top: 1.25em !important; }

.largely-spaced {
	margin-top: 3.375em !important; }
