/* Whutte Custom Stylesheet */
/**
Whutte Blue Color #6fc7ff
 */

/* Hot-Fix Navbar */
#sidenav-overlay {
    margin-left: 300px;
}

/* Preloader */
.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.spinner-blue-only {
	color: #6fc7ff !important;
}

/* End Preloader */

/* Nav and footer */
nav {
	background-color: #6fc7ff;
}
footer.page-footer {
	background-color: #6fc7ff;
}


/* End Nav and footer */

.blue-text {
	color: #6fc7ff !important;
}

.blue {
	background-color: #6fc7ff !important;
}

img.phone-header {
	width: 100%;
}

.fa-heart {
	color: red;
}

div.goto {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

a.footer-links {
	color: #f5f5f5;
}