/* ==========================================================================
CUSTOM RESPONSIVE CSS
========================================================================== */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.5rem;
    	padding-left: 1.5rem;
	}

	.navbar-brand img {
		height: 34px;
		width: 117px;
	}


	.location-fact {
		padding: 2rem 0;
		margin: 0;
	}
	
	
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	body {
		font-size: 16px;
	}

	.feature-img {
		border: 6px solid #fff;
		max-width: 340px;
		width: 100%;
		height: auto;
		position: absolute;
		top: 10%;
		left: -300px;
	}

	h1 {
		font-size: 1.8rem;
	}
	
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	h1 {
		font-size: 2.3rem;
	}
 }

@media screen and (max-height: 600px) {
	header.full-height-section, section.full-height-section {
		min-height: 100%;
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}



/* Mobile nav stylew */
@media (max-width: 575px) {
	.navbar-collapse {
		position: absolute;
		width: 100%;
		top: 56px;
		left: 0;
		z-index: 9999;
		background: rgb(255, 255, 255);
	}

	.navbar-nav {
		padding: 1rem;
	}

	.nav-item:not(:last-child) {
		border-bottom: 1px solid #d2d2d2 !important;
	}

	.navbar-light .navbar-nav .nav-link.active {
		border-bottom: 0px;
		color: #6204F7;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 1.3rem;
		padding: 1rem 0;
	}

	.navbar-nav .dropdown-menu {
		border-radius: 0;
		background-color: #fff;
		color: #000;
		border: 0;
	}

	.dropdown-item {
		color: #888;
		border-bottom: 1px solid #d2d2d2;
		padding: .8rem;
	}
}

/* Mobile nav stylew */
@media (max-width: 992px) {
	.img-panel {
		background-image: none !important;
	}
}
