body {
  margin: 0;
  font-family: montserrat, "maven-pro";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */ ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px grey;
  border-radius: 10px;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #16008F;
  border-radius: 10px;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: #662480;
}
.button {
  display: inline-block;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 18px;
  background-color: #913B8E;
  border: 0px solid #913B8E;
  cursor: pointer;
  align-items: center;
}
.button-primary:hover {
  background-color: #211F5B;
  border-color: #913B8E;
}
.button-primary > strong {
  font-size: 18px;
}
a {
  color: #64a19d;
  text-decoration: underline;
}
a:hover {
  color: #50818e;
}
.text-primary {
  color: #fff !important;
}
/* menu che cambia */
.bar1, .bar2, .bar3 {
  position: relative;
  width: 35px;
  height: 5px;
  background-color: #FFFFFF;
  margin: 5px;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/* menu che cambia */
@media (min-width: 1200px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: #913B8E;
    background-color: black;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(243, 183, 9, 1);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #fff;
  }
  #mainNav .nav-link:hover {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav.navbar-shrink .nav-link.active {
    ccolor: rgba(243, 183, 9, 1);
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}
/* */
@media (min-width: 300px){
	#personallogo{
		min-height: 150;
		padding: 30px;
  
}
  #mainNav {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: #913B8E;
    background-color: black;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #fff;
  }
  #mainNav .nav-link:hover {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    color: darkviolet;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(243, 183, 9, 1)
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}
/* menu che cambia */
@media (min-width: 700px) {
  #mainNav {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: #913B8E;
    background-color: black;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: violet;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #fff;
  }
  #mainNav .nav-link:hover {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(243, 183, 9, 1)
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  } /*analizzare meglio*/
}
@media (max-width: 576px) {
  #personallogo {
    min-height: 150;
    padding: 30px;
  }
  #mainNav {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: #913B8E;
    background-color: black;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #fff;
  }
  #mainNav .nav-link:hover {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    color: darkviolet;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(243, 183, 9, 1)
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}
@media (min-width: 490px) {
  #mainNav {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: #913B8E;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #FFFFFF;
  }
  #mainNav .nav-link:hover {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav .nav-link:active {
    color: violet;
  }
  #mainNav.navbar-shrink {
    background: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    color: black;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(243, 183, 9, 1)
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}
@media (min-width: 400px) {
  #mainNav {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: #913B8E;
    background-color: #3E0465;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #fff;
  }
  #mainNav .nav-link:hover {
    color: rgba(243, 183, 9, 1);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    background: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(243, 183, 9, 1)
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}
/*fine menu*/
/*foto*/
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background-image: url("../assert/img/contatti.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead h1 {
  font-family:montserrat;
  font-weight: 800;
  font-size: 70px;
  line-height: 82px;
  letter-spacing: 0.8px;
  background: trasparent auto;
  color: #FFFFFF;
  /*-webkit-text-fill-color:*/
  /*-webkit-background-clip: text;*/
  /*background-clip: text;*/
}
.mb-4 {
  font-family: montserrat;
  padding-top: 77px;
  padding-bottom: 7px;
  font-weight: 900;
  color: #060646;
  font-size: 46px;
}
.footer-basic {
  padding-top: 40px;
  background-image: url("../assert/img/footer.png");
  color: #FFFFFF;
  width: 100%;
  height: auto;
  min-height: 250px;
  /* background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-basic li {
  padding: 20px;
}
.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer-basic ul a:hover {
  opacity: 1;
}
.footer-basic .social {
  text-align: center;
  padding-bottom: 5px;
}
.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.footer-basic .social > a:hover {
  opacity: 0.9;
}
.footer-basic .copyright {
  margin-top: 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}
.copyright {
  padding: 10px;
}
#personalllogo {
  padding-bottom: 10px;
}
/*1*/
.colorpippo {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.colorpippo:hover {
  -webkit-filter: grayscale(0%);
}


/* btn form */

.btn-form {
  color: white;
  background-color: #913B8E;
  border: 2px solid #3eccb7;
  border-radius: 0;
  transition: .3s;
  width: 100%;
}
.btn-form:hover {
	color: white;
  background-color: #211F5B;
}