
.navcontainer {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: rgba(17, 17, 17, 0.85);
    z-index: 300;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #fbfbfb;
}

.footer {
	background: #333333;
}

.footerLogo {
	width: 100%;
}

.anchFooterNav-login {
	padding: 7px 15px;
	border: 1px solid white;
	float: right;
	color: white;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.anchFooterNav-login:hover {
	color: #4092d8;
	border: 1px solid #4092d8;
}
