/*
	Copyright (c) 2021 Sean Chi Sam Lai to Present.
	All rights reserved.
*/
.no-padding {
	padding: 0.5rem;
}
.contact {
	font-size: 160%;
}
.contact-mail {
	font-size: 140%;
}
.social-media {
	font-size: 130%;
}
.copyright {
	font-size: 80%;
}
.image.is-qr-code {
	width: 150px;
}
.image.is-logo {
	width: 225px;
}
.image.is-logo.is-small {
	width: 185px;
}
.image.is-realtor-logo {
	width: 50px;
}
.image.is-mls-logo {
	width: 100px;
}
.map {
	width: 100%;
}
.has-background {
	background-color: ghostwhite;
	padding: 5%;
}
.is-facebook {
	color: #1778F2;
}
.is-youtube {
	color: #FF0000;
}
.is-instagram {
	color: #E1306C;
}
.is-wechat {
	color: #5CC928;
}
.is-whatsapp {
	color: #25D366;
}
.no-wrap {
	white-space: nowrap;
}