/**
* Theme Name: RiverSpring Map
* Theme URI: https://wordpress.org/themes/twentyseventeen/
* Description: Child theme for RiverSpring Map
* Author: Webline Designs
* Author URI: http://www.weblinedesigns.com
* Template: twentyseventeen
* Version: 0.1.0
*/

/*--------------------------------------------------------------
## Home - PAGE


--------------------------------------------------------------*/

.staying-fit-at-home-btn {
    background: #0066A4;
}

.nav-bg .nav ul li.staying-fit-at-home-btn a:hover {
    background: #024e7c;
}

ul#menu-desktop-nav {
    display: flex;
}

@media screen and (max-width:1116px){
	.nav-bg .nav a {
		padding: 8px !important;
        font-size: 16px;
    }
}

@media screen and (max-width:999px){
	li.staying-fit-at-home-btn {
		background: #EE3A43 !important;
	}
}

@media only screen and (min-width: 600px){
	body .white-bg .riverspring-fida, 
	body .white-bg .riverspring-star, 
	body .white-bg .riverspring-home, 
	body .white-bg .riverspring-map {
		width: 33.333%;
	}
}

@media screen and (max-width:767px){
	.logo {
		max-width: 490px;
	}
}