@font-face {
  font-family: VAG;
  src: url(fonts/VAGRounded.otf);
}

@font-face {
  font-family: Flamante;
  src: url(fonts/Flamante-Round-Bold-FFP.ttf);
}

.sp-megamenu-parent>li>a {
	color: rgb(63, 63, 63);
	font-size: 1.5rem;
	text-transform: uppercase;
}

h2, .h2 {
	text-transform: uppercase;
}

a {
	color: rgb(63, 63, 63);
}

.titlewhitebackground h2 {
	color: rgb(63, 63, 63) !important;
}

.sp-page-title-heading {
	color: #222021 !important;
	text-transform: uppercase;
	font-size: 36px !important;
}

.homeheader {
	height: calc(100vh - 120px);
}

.logo-image-phone {
    height: 45px !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


@media screen and (min-width: 1025px) 
{
	a#offcanvas-toggler {
		display: none !important;
	} 
}