.madcam-logo {
	margin-top: -45px;
	position: absolute;
	z-index: 10000000000;
}

@media screen and (max-width: 480px) {
  .madcam-logo img {
    	width: 125px;
  }

  .madcam-logo {
	  margin-top: -25px;
  }
}

@media screen and (min-width: 992px) {
	.navbar-brand {
		display: none;
	}
	
	.navbar-collapse {
		border-left: none !important;
	}
	
	.nav-link {
		font-weight: 500;
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.nav-item {
		border-right: 0.5px solid #ededed;
		height: 60px;
		line-height: 40px;
		min-width: 90px;
		text-align: center;
	
	}
		
	.nav-first {
		border-left: 0.5px solid #ededed;
	}
	
	.navbar {
			padding-top: 0px;
	}

}

@media screen and (max-width: 992px) {
	.nav-link {
	padding-left: 10px !important;
	}
}


.navbar {
	position: absolute;
	right: 16px;
}

.navbar-brand {
		font-size: 1em;
		padding-left: 10px;
}

.navbar-toggler {
	border-radius: 0px;
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.madcam-header {
	height: 50px;
}

.navbar-collapse {
	background: white;
    z-index: 1000000;
	border-left: 1px solid #ededed;
}

.nav-link:hover {
	color: #ffcc02 !important;
}

.nav-link {
	color: rgba(0,0,0,.80) !important;
}

#nav-buy {
	background: #ffcc01;
    border: 1px solid white;
}

#nav-buy:hover {
	background: #232323;
}

#nav-buy a {
	color: white !important;
	text-shadow: 0.5px 0.5px black;
}



