@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Arapey);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

html {
  box-sizing: border-box;
  background-color: #ffffff;
  scroll-padding-top: 100px; /* height of sticky header */
  overflow:auto;
}

*, 
*::before, 
*::after {
   box-sizing: inherit;
   margin: 0;
   padding: 0;
}

body {
  color: #999999;
  font-family: 'tahoma', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 

}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 	body {
		font-size: 0.7em;
	}
	.hero-text {
	 	min-width: 26em;
	}
	.proposte h3 {    
	 	font-size: 1.25em;
	}
	.proposte p{
 		font-size: 1.0em; 
	}
	.proposte p.numero {
		font-size: 1.10em;
	}
	.proposte span.descrizione {
		font-size: 0.80em
	}
	/*
	.box .post {    
	 	font-size: 1.25em;
	}
	.box .post3 {   
	 	font-size: 0.90em;		
	}
	.box .post1{
 		font-size: 1.0em; 
	}
	*/
	.nav-padding {
		margin-left: 77px;
		margin-right: 77px;
	}
	.navbar-nav li a {
		font-size: 1.3em;
	}
}
@media (max-width: 576px) {  
 	body {
		font-size: 14px;
	}
	.hero-text {
	 	min-width: 15em;
	}
	.hero-image-bici h1 {
    	font-size: 1.8em;
	}
	.proposte h3 {    
	 	font-size: 1.70em;
	}
	.proposte p{
 		font-size: 0.8em; 
	}
	.proposte p.numero {
		font-size: 1.10em;
	}
	.proposte span.descrizione {
		font-size: 0.80em
	}
	/*
	.box .post {    
	 	font-size: 1.25em;
	}
	.box .post3 {   
	 	font-size: 0.90em;		
	}
	.box .post1{
 		font-size: 0.8em; 
	}
	*/
	.box .title{
    	font-size: 1.50em;
   }
	.nav-padding {
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-nav li a {
		font-size: 1.6em;
	}
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 	body {
		font-size: 13px;
	}
	.hero-text {
	 	min-width: 30em;
	}
	.proposte h3 {    
	 	font-size: 1.35em;
	}
	.proposte p {
 		font-size: 0.7em; 
	}
	.proposte p.numero {
		font-size: 1.00em;
	}
	.proposte span.descrizione {
		font-size: 0.80em
	}
	/*
	.box .post {    
	 	font-size: 1.05em;
	}
	.box .post3 {   
	 	font-size: 0.90em;		
	}
	.box .post1{
 		font-size: 0.7em; 
	}
	*/
	.box .title{
    	font-size: 1.1em;
   }
	.navbar-nav li a {
		font-size: 1.3em;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 	body {
		font-size: 15px;
	}
	.hero-text {
	 	min-width: 23em;
	}
	.navbar-nav li a {
		font-size: 1.2em;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   body {
		font-size: 20px;
	} 
	.hero-text {
	 	min-width: 24em;
	}
	.navbar-nav li a {
		font-size: 0.95em;
	}
	.immagine {
		margin-bottom: 0px;
	}
}
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 
 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}