@charset "utf-8";
.navbar-nav {
    float:none;
    margin:0 auto;
    text-align: center;
}
.navbar {
    float:none;
    margin:0 auto;
	display: block;
    text-align: center;
}
.navbar-toggler {
    float:none;
    margin:0 auto;
    text-align: center;
	
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}
.navbar > li {
    display: inline-block;
    float:none;
}
.navbar-dark {
	background-color:rgba(55,23,0,1.00)!important;
}
body
{
	background-color:rgba(128,76,38,1.00);
}
.text-center {
	color:rgba(255,255,255,1.00)!important;
}
.dropdown-menu {
	background-color:rgba(55,23,0,1.00)!important;
}
.dropdown-item{
	color: white!important;
}
.dropdown-item:hover{
	color:rgba(55,23,0,1.00)!important;
}
.link {
	color: grey!important;
}
.link:hover {
	color: white!important;
	text-decoration: none;
}
.display-4{
    font-size: 2.5rem !important;
}