@font-face {
    font-family: "fut";
    src: url("../fonts/futuralightbt.ttf");
}
@font-face {
    font-family: "futt";
    src: url("../fonts/microgramma.otf");
}
.accordion {
  background-color: #fff;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-color: #909090;
  border-width: 2px;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 1s;
  border-radius: 10px;
  font-family: "fut";
  font-weight: 800;
  text-align: center;
}

.active,
.accordion:hover {
  background-color: #2c7373;
  color: #000000;
  transform: scale(1.1);
}

.panel {
  padding: 0 18px;
  background-color: #ffffff40;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}
@viewport{
    zoom: 1.0;
    width: device-width;
}
body {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  width: -webkit-fill-available;
  background-color: #2c73736b;
}
main {
  max-width: 500px;
  margin: auto;
  padding: 0.5rem;
  text-align: center;
  color : black;
}
.column {
  float: left;
  width: 50%;
}
.columnleft {
float: left;
  width: 33%;
}
.columnright {
float: left;
  width: 33%;
}
.columncenter {
float: left;
  width: 33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
transform: scale();
}
.fullwidthrow {
width: 600px;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
    border-bottom: 10px solid transparent;
    padding: 10px;
}
a {
  color: black;
  text-decoration:none;
}
p {
  color: black;
}
ul {
  list-style: none;
  display: flex;
}

li {
  margin-right: 1rem;
}
h1 {
  color: #1e438a;
  margin-bottom: 0.5rem;
  font-family: "futt";
  font-size: 30px;
  font-weight: 800;
}
h5 {
  color: #1e438a;
  font-family: "fut";
  font-size: 20px;
  font-weight: 800;
  margin-block-end: 5px;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 1rem 0;
}
}
.card--avatar {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.card--title {
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.card--link {
  text-decoration: none;
  background: #db4938;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 20px;
}
.start
{
visibility: hidden;
}

.end
{
  
  visibility: visible;
}

body {
   text-align : center;
    height: 100%;
    background: #fff url(../images/sfondo.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.verde {
 width: 200px !important;
}
.rosso {
 width: 400px !important;
}

#status {
    text-align: center;
    width: 200px;
    position: relative;
    left: 32%;
    font: bold 1em sans-serif;
    color: #FFF;
    padding: 0.5em;
}

.online {
  background: green;
}

.offline {
  background: red;
}

.luce {
    width: 50px;
    position: fixed;
    left: 1%;
    bottom: 20px;
}
#columnright {
  
}

.imghome {
min-width: 50px !important;
margin: 20px;
border:solid;
border-width: 3px;
border-color: #D4AF37;
}
td {
padding: 10px;
}
.input {
height: 50px;
}
#valore {
height: 50px; 
text-align: center;
font-size: 20px;
}


html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

.pulsante {
  color: #fff;
  background-color: #000;
  padding: 1px;
  min-width: 84px;
  margin-bottom: 10px;
}
#scroll {
	border: solid;
    border-width: 5px;
    border-color: #D4AF37;
	padding: 10px;
}
	
}
.pul {
	font-family: "fut";	
}
.accordiontext  {
	font-family: "fut";	
	font-size: 23px;
	transition: 0.6s;
	font-weight: 800;
	color: #000000;
}
.accordiontext:hover {
	transform:scale(1.1);
	color:#808080;
}
.titolo {
    border: solid;
    padding: 10px;
    vertical-align: super;	
}
.up {
	width: 80px;
    position: fixed;
    right: 10%;
    bottom: 10%;
}
.invisibile {
	display:none;
}
.sopra {
	position: fixed;
	top:10px;
}
.particles-js-canvas-el {
	    z-index: -1;
    position: fixed;
    left: 0px;
}
hr {
	border-left: none;
    border-right: none;
    display: contents;
}
form {
	margin:20px;
	border: solid;
}
.admin
{
	width: 80px;
    position: fixed;
    right: 10px;
    top: 10px;
}
.ck-editor
{
	margin: auto !important;
	max-width: 1200px;
}
.button {
	background-color: #1e438a;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-color: #909090;
    border-width: 2px;
    outline: none;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
    font-family: "fut";
    font-weight: 800;
    text-align: center;
}
.button_green {
	background-color: #1e8a21;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-color: #909090;
    border-width: 2px;
    outline: none;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
    font-family: "fut";
    font-weight: 800;
    text-align: center;
}
@media only screen 
and (max-width : 800px) {
.responsive{
	width:60px !important;
}

}