*{
  box-sizing: border-box;
}

body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: azure;
  font-family: Garamond,serif;
  font-size: 20px;
  font-variant-caps: all-petite-caps;
  z-index: 0;
}

.container {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* INIZIO NAV MOBILE */
.icon-bar {
	display:none;
}
/* FINE NAV MOBILE */

/* --- INIZIO MENU --- */

.barra {
  background-color: #33d6ff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1px;
  display: flex;
  z-index: 1;
}

a{
  text-decoration: none;
  color: darkblue;
}

.logos {
align: left;
width: 6.5%;
height: 1px;
margin-top:2px;
margin-left:2px;
padding:0;
}

.menu{
  width: 100%;
  text-align: right;
  padding-right: 2%;
}

.menu li{
  display: inline-block;
}

.menu li a{
  background-color: white;
  border: 1px solid darkblue;
  border-radius: 5px;
  color: darkblue;
  padding: 10px;
  display: block;
}

.menu li a:hover{
  background-color: #80e5ff;
  color: black;
}

/* --- FINE MENU --- */

h1{
  text-align: center;
}

font-menu{
  color: black;
  font-size: 25px;
}

font{
  font-size: 30px;
}


img{
  width: 100%;
  height: auto;
  overflow: auto;
}

.logo{
  padding-top: 2%;
  width: 100%;
  border-radius: 500px;
  height: auto;
  overflow: auto;
}

.img1{
  width: 30%;
  height: auto;
  float: left;
  overflow: auto;
  padding: 0 3% 0 1%;
}

.img2{
  width: 30%;
  height: auto;
  float: right;
  overflow: auto;
  padding: 0 1% 0 3%;
}

p{
  text-align: justify;
  font-variant-caps: normal;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

#back{
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/spinal.png);
  opacity: 0.6;
  top: 0;
}


.header{
  padding: 15px;
  overflow: auto;
  padding-top: 10%;
}

.col-2{
  width: 15%;
  margin: 0 auto;
  overflow: auto;
}

.logo2{
  width: 70%;
  margin: 0 auto;
  padding: 1px;
  border-radius: 10px;
  overflow: auto;
}

.col-8{
  width: 90%;
  height: 400px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1px;
  overflow: auto;
}


.nek{
  padding: 2%;
  overflow: auto;
}

.col-1 {
  width: 1px;
  padding: 1%;
  float: left;
  overflow: auto;
}

.col-4 {
  width: 20%;
  border-radius: 10px;
  padding: 5%;
  text-align: center;
  float: left;
  justify-content: center;
  overflow: auto;
}

.mid{
  padding: 2%;
  overflow: auto;
}

#cv{
  padding: 2%;
  overflow: auto;
}


.col-3{
  float: left;
  overflow: auto;
}


.col-2a{
  background-image: linear-gradient(to top, darkblue, azure, white);
  opacity: 0.7;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border: 5px solid darkblue;
  border-radius: 10px;
  padding: 15% 5%;
  overflow: auto;
}

.col-2a:hover{
  opacity: 1.0;
}


.col-6{
  background-color: white;
  float: left;
  overflow: auto;
}

.cv{
  background-color: white;
  opacity: 0.7;
  text-align: center;
  width: 35%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 2%;
  overflow: auto;
}

.cv:hover{
  opacity: 1.0;
}

.col-9{
  width: 75%;
  margin: 0 auto;
  border: 5px solid darkblue;
  background-color: white;
  padding: 2%;
  border-radius: 20px;
  text-align: center;
  overflow: auto;
}

#where{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

iframe{
  width: 100%;
  overflow: auto;
}

.contact{
  width: 75%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 2%;
  overflow: hidden;
  background-color: grey;
}


/* ==========================================================================
    11. CONTACT
    ========================================================================= */
.wpcf7 fieldset{
    margin-bottom: 15px;
}

.wpcf7 label{
    width: 100%;
    padding-bottom: 10px;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 15px;
    font-size: 12px;

}

.footer{
  background-color: black;
  width: 100%;
  padding: 1%;
  overflow: auto;
}

.font-footer{
  padding: 1%;
  width: 30%;
  text-align: center;
  color: white;
  font-size: 20px;
  float:left;
}

.fb{
  margin-left: 34%;
  width: 50px;
  height: 50px;
  background-image: url(../img/fb.png);
  background-size: cover;
  float: left;
  overflow: auto;
}

.insta{
  margin-left: 5%;
  width: 50px;
  height: 50px;
  background-image: url(../img/insta.png);
  background-size: cover;
  float: left;
  overflow: auto;
}


.font-fo-footer{
  padding: 3%;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
}

@media all and (min-width: 1486px) {

  /* --- INIZIO MENU --- */

  .barra {
    background-color: #33d6ff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 1px;
    display: flex;
    z-index: 1;
  }

  a{
    text-decoration: none;
    color: darkblue;
  }

  .logos {
  align: left;
  width: 10%;
  height: 1px;
  margin-top: 10px;
  margin-left: 10px;
  }

  .menu{
    width: 100%;
    text-align: right;
    padding-right: 2%;
  }

  .menu li{
    display: inline-block;
  }

  .menu li a{
    background-color: white;
    border: 1px solid darkblue;
    border-radius: 5px;
    color: darkblue;
    padding: 10px;
    display: block;
  }

  .menu li a:hover{
    background-color: #80e5ff;
    color: black;
  }

  /* --- FINE MENU --- */

}


@media screen and (max-width: 1024px){

  .logos {
  align: left;
  width: 8%;
  height: 1px;
  margin-top:4px;
  margin-left:4px;
  padding:0;
  }
}

@media screen and (max-width: 992px) {

    body{
      font-size: 100%;
    }

    #back{
      width: 100%;
      height: 100%;
      z-index: -1;
      position: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(../img/spinal.png);
      opacity: 0.6;
      top: 0;
    }

    /* --- INIZIO MENU --- */

    .barra {
      background-color: #33d6ff;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      padding: 4%;
      display: flex;
      z-index: 1;
    }

    a{
      text-decoration: none;
      color: darkblue;
    }


    .menu li a{
      border: none;
      background-color: #33d6ff ;
      color: darkblue;
      display: block;
    }

    .menu li a:hover{
      background-color: white;
      color: black;
    }

    /* --- FINE MENU --- */

    .logos {
    align: left;
    width:8%;
    height: 85px;
    margin:0;
    padding:0;
    }

    .menu{
      width: 30%;
      position: absolute;
      top:0;
      right: -100%;
      background-color: #33d6ff;
      height: 100vh;
      padding-top: 60px;
      padding-right: 2%;
      font-size: 20px;
    }

    .menu li {
      display: block;
    }

    .menu--open{
      right: 0%;
    }

    .icon-bar {
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 20px;
      right: 30px;
    }

    .icon-bar span {
      background: darkblue;
      height: 3px;
      width: 100%;
      display: block;
      margin-bottom: 5px;
    }


    [class*="col-"] {
      width: 100%;
    }

    [class*="col-2"] {
      width: 16.66%;
    }

    [class*="col-1"] {
      width: 8.33%;
    }

    .col-2a{
      width: 100%;
      padding: 2%;
      overflow: auto;
    }

    .col-8{
      width: 90%;
      height: 200px;
    }


    .col-6{
      width: 50%;
      text-align: center;
      float: left;
      overflow: auto;
    }

    #where{
      width: 100%;
    }


    iframe{
    height: 300px;
      overflow: auto;
    }

    #contact{
      width: 100%;
      padding: 1%;
    }

    .font-footer{
      color: white;
      font-size: 12px;
    }

    .fb{
      margin-left: 35%;
      width: 30px;
      height: 30px;
    }

    .insta{
      margin-left: 5%;
      width: 30px;
      height: 30px;
    }
  }

@media only screen and (max-width: 823px){

  .logos {
  align: left;
  width: 6%;
  height: 1px;
  margin-top:-23px;
  margin-left:-23px;
  padding:0;
  }

}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .col-2a{
    width: 100%;
    padding: 2%;
    overflow: auto;
  }

  .col-6{
    width: 50%;
    text-align: center;
    float: left;
    overflow: auto;
  }

  #where{
    width: 100%;
  }


  iframe{
  height: 300px;

    overflow: auto;
  }

  #contact{
    width: 100%;
    padding: 1%;
  }

  .font-footer{
    color: white;
    font-size: 12px;
  }
}

@media only screen and (max-width: 731px){

  .logos {
  align: left;
  width: 6%;
  height: 1px;
  margin-top:-21px;
  margin-left:-21px;
  padding:0;
  }

}

@media only screen and (max-width: 640px){

  .logos {
  align: left;
  width: 7%;
  height: 1px;
  margin-top:-21px;
  margin-left:-21px;
  padding:0;
  }
}

@media only screen and (max-width: 568px){

  .barra {
    top: 0;
    left: 0;
    padding: 5%;
    display: flex;
    z-index: 1;
    font-size: 16px;
  }

  .logos {
  align: left;
  width: 8%;
  height: 1px;
  margin-top:-21px;
  margin-left:-21px;
  padding:0;
  }

  /* --- FINE MENU --- */

  .menu{
    width: 30%;
    position: absolute;
    top:0;
    right: -100%;
    background-color: #33d6ff;
    height: 100vh;
    padding-top: 45px;
    padding-right: 2%;
  }

  .menu li {
    display: block;
  }

  .menu--open{
    right: 0%;
  }

  .icon-bar {
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .icon-bar span {
    height: 3px;
    width: 90%;
    margin-bottom: 4px;
  }


  .cv{
    width: 50%;
  }


  .contact{
    width: 100%;
    padding: 2%;
  }


  .font-footer{
    width: 100%;
    font-size: 14px;
  }

  .fb{
    margin-left: 40%;
    width: 30px;
    height: 30px;
  }

  .insta{
    margin-left: 8%;
    width: 30px;
    height: 30px;
  }

  .font-fo-footer{
    font-size: 14px;
  }


}

@media only screen and (max-width: 540px) {



}

@media only screen and (max-width: 414px) {

  .barra {
    top: 0;
    left: 0;
    padding: 5%;
    display: flex;
    z-index: 1;
    font-size: 14px;
  }

  .logos {
  align: left;
  width: 9%;
  height: 1px;
  margin-top:-18px;
  margin-left:-18px;
  padding:0;
  }

  /* --- FINE MENU --- */

  .menu{
    width: 40%;
    position: absolute;
    top:0;
    right: -100%;
    background-color: #33d6ff;
    height: 100vh;
    padding-top: 40px;
    padding-right: 2%;
  }

  .menu li {
    display: block;
  }

  .menu--open{
    right: 0%;
  }

  .icon-bar {
    height: 30px;
    top: 12px;
    right: 10px;
  }

  .icon-bar span {
    height: 3px;
    width: 80%;
    margin-bottom: 4px;
  }


  .cv{
    width: 50%;
  }


  .contact{
    width: 100%;
    padding: 2%;
  }


  .font-footer{
    width: 100%;
    font-size: 14px;
  }

  .fb{
    margin-left: 40%;
    width: 30px;
    height: 30px;
  }

  .insta{
    margin-left: 4%;
    width: 30px;
    height: 30px;
  }

  .font-fo-footer{
    font-size: 14px;
  }


}

@media only screen and (max-width: 411px) {

  .barra {
    top: 0;
    left: 0;
    padding: 5%;
    display: flex;
    z-index: 1;
    font-size: 14px;
  }

  .logos {
  align: left;
  width: 8%;
  height: 1px;
  margin-top:-15px;
  margin-left:-15px;
  padding:0;
  }

  /* --- FINE MENU --- */

  .menu{
    width: 40%;
    position: absolute;
    top:0;
    right: -100%;
    background-color: #33d6ff;
    height: 100vh;
    padding-top: 40px;
    padding-right: 2%;
  }

  .menu li {
    display: block;
  }

  .menu--open{
    right: 0%;
  }

  .icon-bar {
    height: 30px;
    top: 12px;
    right: 10px;
  }

  .icon-bar span {
    height: 3px;
    width: 80%;
    margin-bottom: 4px;
  }


  .cv{
    width: 50%;
  }


  .contact{
    width: 100%;
    padding: 2%;
  }


  .font-footer{
    width: 100%;
    font-size: 14px;
  }

  .fb{
    margin-left: 40%;
    width: 30px;
    height: 30px;
  }

  .insta{
    margin-left: 4%;
    width: 30px;
    height: 30px;
  }

  .font-fo-footer{
    font-size: 14px;
  }


}

@media only screen and (max-width: 360px) {

  .barra {
    top: 0;
    left: 0;
    padding: 5%;
    display: flex;
    z-index: 1;
    font-size: 12px;
  }

  .logos {
  align: left;
  width: 8%;
  height: 1px;
  margin-top:-13px;
  margin-left:-13px;
  padding:0;
  }

  /* --- FINE MENU --- */

  .menu{
    width: 40%;
    position: absolute;
    top:0;
    right: -100%;
    background-color: #33d6ff;
    height: 100vh;
    padding-top: 20px;
    padding-right: 2%;
  }

  .menu li {
    display: block;
  }

  .menu--open{
    right: 0%;
  }

  .icon-bar {
    height: 30px;
    top: 10px;
    right: 10px;
  }

  .icon-bar span {
    height: 2px;
    width: 70%;
    margin-bottom: 4px;
  }


  .cv{
    width: 50%;
  }


  .contact{
    width: 100%;
    padding: 2%;
  }


  .font-footer{
    width: 100%;
    font-size: 12px;
  }

  .fb{
    margin-left: 40%;
    width: 20px;
    height: 20px;
  }

  .insta{
    margin-left: 5%;
    width: 20px;
    height: 20px;
  }

  .font-fo-footer{
    font-size: 12px;
  }


}

@media only screen and (max-width: 320px) {

  .barra {
    top: 0;
    left: 0;
    padding: 5%;
    display: flex;
    z-index: 1;
    font-size: 12px;
  }

  /* --- FINE MENU --- */

  .menu{
    width: 40%;
    position: absolute;
    top:0;
    right: -100%;
    background-color: #33d6ff;
    height: 100vh;
    padding-top: 20px;
    padding-right: 2%;
  }

  .menu li {
    display: block;
  }

  .menu--open{
    right: 0%;
  }

  .icon-bar {
    height: 30px;
    top: 10px;
    right: 10px;
  }

  .icon-bar span {
    height: 2px;
    width: 70%;
    margin-bottom: 4px;
  }


  .cv{
    width: 50%;
  }


  .contact{
    width: 100%;
    padding: 2%;
  }


  .font-footer{
    width: 100%;
    font-size: 12px;
  }

  .fb{
    margin-left: 40%;
    width: 20px;
    height: 20px;
  }

  .insta{
    margin-left: 5%;
    width: 20px;
    height: 20px;
  }

  .font-fo-footer{
    font-size: 12px;
  }

}

@media only screen and (max-width: 320px) {

.barra {
  height: 20px;
  font-size: 10px;
}

.menu{
  width: 40%;
  position: absolute;
  top:0;
  right: -100%;
  background-color: #33d6ff;
  height: 100vh;
  padding-top: 20px;
  padding-right: 2%;
}

.icon-bar {
  height: 30px;
  top: 8px;
  right: 5px;
}

.icon-bar span {
  height: 2px;
  width: 60%;
  margin-bottom: 3px;
}

}
