/*  REGOLE CSS STANDARD  */

:root {
    --font : "Nunito Sans", sans-serif;
    --color-primary : #95c11f;
    --color-dark: #393839;
    --color-grey : #b3b3b3;
    --color-special : #ee2677;
}

* {
	white-space: normal;
    word-wrap: break-word;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: var(--font);
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    line-height: normal !important;
}

body, html {
    height: 100%;
    color: var(--color-dark);
    font-family: var(--font);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure, footer,.header,hgroup,menu,nav,section{display:block;}

pre {
    white-space: pre;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
    box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

strong{font-weight:bold;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

a {
    color: inherit;
}

a:hover {
	color: inherit;
}

h1 {
	font-size: 50px;
}

.single-automobili h1 {
    font-size: 30px;
    line-height: 34px !important;
}

@media(max-width:1024px){
    .single-automobili h1 {
        font-size: 24px;
        line-height: 32px !important;
    }
}

@media(max-width:576px){
    .single-automobili h1 {
        font-size: 20px;
        line-height: 24px !important;
    }
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

.h1 {
    font-size: 60px;
}

.h3 {
    font-size: 26px;
}

.h4 {
    font-size: 22px !important;
}

.card-title {
    font-size: 22px;
}

@media(max-width:1024px){
    
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }
}

@media(max-width: 576px){

	h1 {
        font-size: 30px;
        line-height: 34px !important;
    }

    .h3 {
        font-size: 20px;
    }

    h2 {
    	font-size: 28px;
	}

    h3 {
    	font-size: 24px;
	}

    .h4 {
        font-size: 16px !important;
    }
}

@media(max-width: 480px){
	h2 {
    	font-size: 24px;
	}
}