@font-face {
	font-family: 'Tango';
	src: url(../fonts/TangoBT.ttf);
	font-weight: 100;
	font-style: normal;
}

.navbar {
    font-size: large;
    background: #a5a5a5 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
	z-index: 999;
	color: #ff0a41 !important;
	border: 0px 0px 1px 0px solid #a30000;
}

.navbar-brand {
	font-family: 'Tango', sans-serif !important;
	color: #000000 !important;
	text-shadow:#050505 -1px -1px,  #ffffff 1.2px 1.3px;
}

a {
	color: #dddddd !important;
}

.navbar-brand h2 {
	font-size: 45px !important;	
	margin: 0;
}

.search-bar:focus {
    box-shadow: none;
}

.hamburger-btn{
    border: none;
}

.hamburger-btn:focus {
    border: none;
    box-shadow: none;
}

a{
    color: rgb(65, 29, 25);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: large;
}

a:hover {
    color: #f80000;

}