
/* Home Page Search Button */

#searchBar button {
    color: #242424;
    text-shadow: 0 0px 0px rgba(255,255,255,.0);
    background: #B2EBF2;
    border-radius: 0 5px 5px 0;
    border: 1px solid #B2EBF2;
    font-size: 18px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
}
#searchBar button:hover {
	color: #242424;
    background: #6ac8c8;
    text-shadow: 0 0px 0px rgba(255,255,255,.0);
    border: 1px solid #6ac8c8;
}
/* Logo */

#mainNav .brand span {
	display: inline-block;
	text-indent: -9000px;
	width: 210px;
	height: 67px;
	background: url(https://res.cloudinary.com/insideout-institute/image/upload/v1688356061/Logo_hqnpor.png) no-repeat 0 0;
	background-size: 100%;
}