
.form-control:focus {
	box-shadow: none;
	outline: none;
}

.topMenu {
	background-color: #000;
	color: white !important;
}

.menuIcon {
	width: 50px;
	height: 50px;
}


.menuLogo {
	max-width: 300px;
}


.siteTitle {
	font-family: 'Cinzel', serif !important;
	font-size: x-large;
	font-weight: 600;
}



/*this is a white icon with 50% opacity*/
.topMenu .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}


.topMenu .navbar-toggler {
	color: rgba(255, 255, 255, .55) !important;
	border-color: rgba(255, 255, 255, 1) !important;
}



/* Version Movil  */
@media screen and (max-width: 450px) {
	.siteTitle {
		max-width: 80%;
		margin: 0.5rem;
	}

	.menuLogo { 
		max-width: 100%;
	}
}