

/* 
 * 
 * this css wants to be similar to the one in CARTA but without the CARTA logo - so disable the background image that the custom templates have
 * 
 * if you want to create a new design, do not replicate this one but one of the other custom css(s)
 * 
 */




body {
	background-image: none !important;
}



/* medium */

@media (max-width: 880px) {

	body {
		background: var(--carta_background_color) !important;
		box-shadow: none;
	}

	.wd {
		box-shadow: none !important;
	}

	#gd {
		padding-top: 30px !important;
	}
}


/* small */

@media (max-width: 680px) {

	.c_f_h {
		text-align: center;
	}

	.c_f_h H1 span {
		display: block;
		text-align: center;
	}
}


#logo_up {
	display: none;
}

#path {
	display: none;
}

#gd {
	margin-top: 50px;
}

#c_n, .c_f #buttons {
	top: 200px;
}

.wd {
	padding-top: 40px;
}

#logo2 img, .s_m {
	display: none;
}


#p_f {
	background: none;
	min-height: auto !important;
}

#p_f .logo {
	display: none;
}

#p_f ul {
	display: none !important;
}

#qrc {
	display: none !important;
}

#phones .logo img {
	visibility: hidden;
	height: 100px;
}

.bottom {
	display: none;
}

#nav_top img { /* this is the CARTA logo */
	display: none;
}
