/* stile index */

#titolo {
  color: red;
  font-family: sans-serif;
}

body {
  background: url(imm/sfondo_dietro.jpg);
}

img {
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  width: 50%;

}

/*img.resized { width: 600px; height: auto; }
*/
p {
  margin-left: 38%;
  margin-right: auto; 
}

b {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

/* grafica pagina login */

.bodyAccedi {
  margin: 0;
  padding: 0;
  font-family:cursive;
  background: url(imm/mount.jpg);
  background-size: cover;
}

.AccediBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;

  padding: 40px;
  background: rgba(0, 0, 0, .8);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .5);
  border-radius: 10px;
}

.AccediBox h2 {
  margin: 0 0 40px;
  padding: 0;
  color: rgba(255, 0, 0, .5);
  text-align: center;
}

.AccediBox .inputAccedi {
  position: relative;
}

.AccediBox .inputAccedi input {
  width: 100%;
  padding: 10px 0;
  font-size: 19px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.AccediBox .inputAccedi label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.AccediBox .inputAccedi input:focus ~ label,
 .AccediBox .inputAccedi input:valid ~ label
 {
  top: -19px;
  left: 0;
  color: #03a9f4;
  font-size: 13px;
}

.AccediBox input[type ="submit"] {
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 22px;
  color: #fff;
  background: #03a9f4;
  cursor: pointer;
  border-radius: 5%;
}

/* Grafica del menu della pagina iniziale */

.container {
    margin: 0 auto;
    padding: 0 20px;
	max-width: 700px;
   
}

.navBar {
    background: #455A64;
}

#menu {
    margin: 0 -120px;
    padding: 0 120px;
    list-style: none;
    display: flex;
    overflow-x: scroll;
}

#menu > li > a {
    padding: 14px 16px;
    display: block;
    color: rgba(255, 255, 255, 0.8);/*white*/
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

#menu > li > a.active {
    border-bottom: 2px solid #E64A19; /*red*/
}

/* grafica barra di ricerca */
body {
  font-family: Arial;
}

* {
  box-sizing: border-box;
}

form.riceBar input[type=text], .select {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.riceBar button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.riceBar button:hover {
  background: #0b7dda;
}

form.riceBar::after {
  content: "";
  clear: both;
  display: table;
}

.select {
  text-align-last: center;
}

/* altro */
