/*
	Copyright (c) 2021 Sean Chi Sam Lai to Present.
	All rights reserved.
*/
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
.is-blue {
	background-color: #0d3c55;
}
.navbar-burger.is-blue {
	color: white;
}
.is-white-background {
	background-color: white;
}
.is-white {
	color: white;
}
.is-black {
	color: black;
}
.has-top-padding {
	padding-top: 26%;
}
.has-top-padding-medium {
	padding-top: 20%;
}
.has-bottom-padding-medium {
	padding-bottom: 2%;
}
.hero .button {
	font-size: 20px;
}
.button.index {
	border-radius: 0;
}
.button {
	height: 1.5em;
}
.button.is-tall {
	height: 2.5em;
	line-height: 1em;
}
.button.is-red {
	background-color: red;
	border-color: transparent;
	color: white;
}
.button.is-orange {
	background-color: orange;
	border-color: transparent;
	color: white;
}
.button.is-purple {
	background-color: purple;
	border-color: transparent;
	color: white;
}
.hero.is-transparent {
	background: url(../images/banner.jpeg) center / cover;
	font-size: 16px;
}
.hero.is-transparent.is-medium-header {
	background: url(../images/banner-medium.jpeg) center / cover;
}
.hero.is-transparent.is-medium-header.buyers, .hero.is-transparent.is-medium-header.property-listings, 
.hero.is-transparent.is-medium-header.property-listing {
	background: url(../images/banner-buyers.png) center / cover;
}
.hero.is-transparent.is-medium-header.rentals, .hero.is-transparent.is-medium-header.rental-listings, 
.hero.is-transparent.is-medium-header.rental-listing,  .hero.is-transparent.is-medium-header.rental-application {
	background: url(../images/banner-rentals.jpg) center / cover;
}
.hero.is-transparent.is-medium-header.property-management, .hero.is-transparent.is-medium-header.property-management-inquiry {
	background: url(../images/banner-property-management.jpg) center / cover;
}
.hero.is-transparent.is-medium-header.about {
	background: url(../images/banner-about.jpg) center / cover;
}
.info {
	justify-content: center;
}
.vertical-line {
	border-left: 2px solid;
	height: 24px;
}
.vertical-line.is-medium-header {
	height: 18px;
}
.name {
	font-size: 120%;
}
.name.is-medium-header {
	font-size: 90%;
}
.realtor {
	font-size: 90%;
}
.realtor.is-medium-header {
	font-size: 70%;
}
.quote {
	font-family: 'Segoe Script', cursive;
	font-size: 200%;
}
.is-contact {
	width: 250px;
	font-size: 80%;
	text-align: right;
}
.is-social-media {
	font-size: 125%;
}
.is-portrait {
	width: 300px;
	float: left;
}
.is-spacer {
	width: 10vw;
}
.is-spacer-small {
	width: 25px;
}
.is-spacer-window {
	width: 5vw;
}
.icon-text {
	align-items: center;
}
@media screen and (max-width: 1023px) {
	.navbar-menu {
		background-color: transparent;
	}
	.is-contact {
		text-align: left;
	}
}
.tagline {
	font-size: 250%;
}
.hero-head.is-index {
	font-size: 125%;
}
.hero-body.is-index {
	justify-content: center;
}
.hero-body.is-index .button {
	opacity: 0.8;
}
@media screen and (min-width: 1366px) {
	.hero-body.is-index .button {
		font-size: 150%;
	}
}
@media screen and (min-width: 1166px) and (max-width: 1365px) {
	.hero-body.is-index .button {
		font-size: 125%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1065px) {
	.hero-body.is-index .button {
		font-size: 70%;
	}
}
@media screen and (min-width: 1024px) {
	.level .level-left .level-item:not(.is-spacer) {
		padding: 10px;
	}
}
.has-curved-corners {
	border-radius: 5px;
}
.navbar-item img {
	max-height: 100%;
}
.navbar-item .icon-text {
	color: white;
}
.card-content {
	height: 700px;
}
.scroll {
	overflow: auto;
	height: 300px;
}
.corner-banner {
	position: absolute;
	top: 0;
	right: 0;
}
.corner-banner span {
	position: absolute;
	transform: rotate(45deg);
	color: white;
}
.corner-banner .en {
	top: 20px;
	right: 3px;
}
.corner-banner .zh {
	top: 23px;
	right: 7px;
}
.content .no-bold {
	font-weight: normal;
}
.content .is-light {
	color: ghostwhite;
}
.content .pdf {
	width: 80%;
	height: 1125px;
}
.indent {
	text-indent: 50px;
}
.indent-small {
	text-indent: 45px;
}
.indent-tiny {
	text-indent: 25px;
}
.box.is-status {
	position: absolute;
	padding: 10px;
	top: 10%;
	right: 5%;
}
.box.is-gallery.is-status {
	position: absolute;
	padding: 10px;
	top: 5%;
	right: 2.5%;
	font-size: 300%;
}
.box.is-red {
	background-color: red;
	color: white;
}