body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
	min-height: 100vh;
    margin: 0 auto;
}
.backcolor {
background: rgba(255,175,75,1) no-repeat;
/* background: #52805b no-repeat; */
}		
.contenitore {
	position: relative;
  min-height: 100vh;
}
	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
	font-size:5vw;
	font-weight: bold;
}

.navbar-dark .navbar-brand {
    color: #fff;
	font-size:1.1vw;
	font-weight: bold;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 0.5;
    max-width: 10%;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.spacelat {
	margin-right: 1px;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.bg-primary {
    background-color: #007bff!important;
	max-width: 100px
}
.bg-terzi {
    background-color: #be2222!important;
	max-width: 100px
}
.bg-quarti {
    background-color: #266031!important;
	max-width: 100px
}
.bg-quinti {
    background-color: #e98315!important;
	max-width: 100px
}
.bg-sesti {
    background-color: #e857ce!important;
	max-width: 100px
}
.bg-settimi {
    background-color: #3e499c!important;
	max-width: 100px
	}
.bg-ottavi {
    background-color: #3e499c!important;
	max-width: 100px
    border-radius: 7px;
}
.riempi_a {
	background-color: #565656;
	color: #fff;
}
.riempi_b {
	background-color: #464c97;
	color: #fff;
}
.spaziolato {
	margin: auto;
    width: 100%;
}
.blankspace {
	margin: auto;
    width: 12%;
	margin-top:30px
}

.display-4 {
	font-family: "Nunito", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
	padding-top: 0.8rem;
	color: #fff;
	
}
.display-5 {
	font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
	padding-top: 0.8rem;
	color: #fff;
	}
.space {
	height:50px;
	}
.space-b {
	height:55px;
	}
.footer-ind {
  position: absolute;
  bottom: 0;
  width: 100%;
  }
.footer {
  position: absolute;
  bottom: 0;
  width: 60%;
  }
.sfondo {
	/* background: #7a5724; */
     background: #c23737; 
	}
.sfondo-b {
	background: #c23737;
	}
/* .bordo {
	box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
   -webkit-box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
   -moz-box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
*/	}
.bordo-f {
-webkit-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
-moz-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
-o-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
	}
.grigio { background: #565656; color: #fff; }
.blu { background: #464c97;  color: #fff;}
.tempo { 	
	width:440px; 
	margin-left: 20%;
}
.loc-text {
	color: #fff;
	/*font-weight: bold;*/
	font-size: 1.1rem;
}
@media screen and (max-width: 576px) {
.container {
	width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0%;
    margin-left: -1%;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 9px;
    font-weight: 350;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
	min-height: 100vh;
	}
.display-4 {
	font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
	padding-top: 0.8rem;
	color: #fff;
	}

.sfondo {
	background: #7a5724;
	max-height: 40px;
	}
.sfondo-b {
	background: #c23737;
ù	height: 40px;
	}
.display-5 {
	font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
	padding-top: 0.8rem;
	color: #fff;
	margin-bottom: 1rem;
}
.spaziolato {
	margin: auto;
    width: 100%;
}
.bordo {
	box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
   -webkit-box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
   -moz-box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
	}
.bordo-f {
-webkit-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
-moz-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
-o-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
	}
.space {
	height:15px;
	}
.space-b {
	height: 0px;
	}
.blankspace {
    margin: auto;
    width: 24%;
    margin-top: 30px;
	}
.navbar-dark .navbar-brand {
    color: #fff;
	font-size: 2.4vw;
	font-weight: bold;
	}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  }
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.2rem 1rem;
    font-size: 0.6rem;
    line-height: 1.5;
    border-radius: 0.3rem;
	}
.display-5 {
	font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
	padding-top: 0.8rem;
	color: #fff;
	margin-bottom: 1rem;
	}
.bg-primary {
    background-color: #007bff!important;
	max-width: 121px
}
.bg-terzi {
    background-color: #be2222!important;
	max-width: 121px
}
.bg-quarti {
    background-color: #266031!important;
	max-width: 121px
}
.bg-quinti {
    background-color: #e98315!important;
	max-width: 121px
}
.bg-sesti {
    background-color: #e857ce!important;
	max-width: 121px
}
.bg-settimi {
    background-color: #3e499c!important;
	max-width: 121px
	}
.bg-ottavi {
    background-color: #3e499c!important;
	max-width: 121px
    border-radius: 7px;
}
.tempo { 
	width:190px; 
	margin-left: 14%;
}
.loc-text {
	color: #fff;
	/*font-weight: bold;*/
	font-size: 0.7rem;
}
}
@media screen and (max-width: 1081px) {
.container {
	width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0%;
    margin-left: -1%;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 9px;
    font-weight: 350;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
	min-height: 100vh;
	}
.display-4 {
	font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
	padding-top: 0.8rem;
	color: #fff;
	}

.sfondo {
	background: #c23737;
	max-height: 40px;
	}
.sfondo-b {
	background: #c23737;
ù	height: 40px;
	}
.display-5 {
	font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
	padding-top: 0.8rem;
	color: #fff;
	margin-bottom: 1rem;
}
.spaziolato {
	margin: auto;
    width: 100%;
}
/* .bordo {
	box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
   -webkit-box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
   -moz-box-shadow: -1px 8px 13px -3px rgba(0,0,0,0.67);
	}
*/
.bordo-f {
-webkit-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
-moz-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
-o-box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
box-shadow: 0px -7px 25px -7px rgba(0,0,0,0.67);
	}
.space {
	height:15px;
	}
.space-b {
	height: 0px;
	}
.blankspace {
    margin: auto;
    width: 24%;
    margin-top: 30px;
	}
.navbar-dark .navbar-brand {
    color: #fff;
	font-size: 2.4vw;
	font-weight: bold;
	}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  }
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.2rem 1rem;
    font-size: 0.6rem;
    line-height: 1.5;
    border-radius: 0.3rem;
	}
.display-5 {
	font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
	padding-top: 0.8rem;
	color: #fff;
	margin-bottom: 1rem;
	}
.bg-primary {
    background-color: #007bff!important;
	max-width: 121px
}
.bg-terzi {
    background-color: #be2222!important;
	max-width: 121px
}
.bg-quarti {
    background-color: #266031!important;
	max-width: 121px
}
.bg-quinti {
    background-color: #e98315!important;
	max-width: 121px
}
.bg-sesti {
    background-color: #e857ce!important;
	max-width: 121px
}
.bg-settimi {
    background-color: #3e499c!important;
	max-width: 121px
	}
.bg-ottavi {
    background-color: #3e499c!important;
	max-width: 121px
    border-radius: 7px;
}
.tempo { 
	width:190px; 
	margin-left: 14%;
}
.loc-text {
	color: #fff;
	/*font-weight: bold;*/
	font-size: 0.7rem;
}
}