@charset 'UTF-8';

	.webvillaHead3{
		display: none;		
	}
	.webvillaHead4{
		display: none;
	}
	.webvillaLogo{
		margin: auto;
		width: 25%;
		border: black solid 3px;
		border-radius: 30px;
	}
	.nav-color{
		color: #ffc211;
		background-color: black;
	}
	.nav-color1{
		color: #000 !important;
		font-weight: bold; 
	}
	.navbar{
		border-radius: 0.25rem;
	}
	.navbar-menu-title{
		margin-right: 0 !important;
	}
	.dropdownmenu-color{
		background-color: #ffc221 !important;
		min-width: 0 !important;
	}
	.dropdownmenu-color:hover{
		background-color: #ffc221 !important;
		min-width: 0 !important;
	}
@media(max-width:480px) {
	.webvillaLogo{
		margin: auto;
		width: 50%;
		border: black solid 3px;
		border-radius: 10px;
	}
	.webvillaHead1{
		display: none;
	}
	.webvillaHead2{
		display: none;
	}
	.webvillaHead3{
		display: block;
		font-size: 1.25em;
		font-weight: bold;
		text-align: center !important;
	}
	.webvillaHead4{
		display: block;
		font-size: 1em;
		font-weight: bold;
		text-align: center !important;
	}	
}