.container{
    margin-bottom: 0px ;
    margin-top: 10px;
}
.container .row .col-md-4 a{
    		color: green !important;
}
.btn.btn-primary{
	background-color: #fd5f00;
}
.btn{
	border-radius: 0px !important;
	width: 200px;
}
.navbar .nav-link{
	margin-right: 29px;
}
.navbar{
	background-color: black !important;
}
.navbar li a{
	color: orange !important;
}
.navbar input{
	height: 37px !important;
	width: 200px !important;
}
.navbar .dropdown-menu{
	background-color: black !important;
	color: orange;
}
.navbar .dropdown-menu a:hover{
	background: red !important; 
	color: black !important;
}
.form-row input{
        width: 300px !important;
        height: 40px !important; 
}
.img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.custom-select option{
	background-color: black !important;
	color: orange !important;

}
.custom-select option:hover{
	background: red !important; 
	color: black !important;
}



