/*
Theme Name: Estatein
Theme URI: https://crazykiddo.net
Author: Kim Hansen
Author URI: https://crazykiddo.net
Description: Real Estate Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estatein
*/
body {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	background-color:#1E1E1E;
	color:#FFFFFF;	
}

.footer{
	background-color:#141414;
}

@media only screen and (max-width: 600px) {
	body {
		/*background-color: lightblue;*/
	}
}