
a,
	footer a:hover{
	color: #D6D6D6;
	text-decoration: none;
}

a:hover{
	color: #FFF;
}


/* Header Parallax Element Style*/ 
.parallax {
	min-height: 800px;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0px;
}

/* Paragraph for Parallax Section */ 
.parallax p {
	font-size: 12px;
	color:#f5f5f5;
	text-align: center;
	line-height: 20px;
}

/* Heading for Parallax Section */ 
.parallax h1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 60px;
	text-align: center;
	padding-top: 60px;
	line-height: 100px;
}

#contatti.parallax h1 {
	color: #000000;
	font-size: 60px;
	text-align: center;
	padding-top: 5px;
	line-height: 100px;
}

.parallax-text{
  min-height: 200px;
  background-color: #000000;
}

.parallax i{
  font-size: 15px;
  min-width: 25px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

.parallax-text div{
  
}

 #home_1.parallax-text div:first-child{
  border-right: dashed 1px;
  border-color: #606A75;
}

 #home_1.parallax-text div:last-child{
  border-left: dashed 1px;
  border-color: #606A75;
}

.parallax-text p.title{
  font-size: 30px;
  color: #75818E;
}

.parallax-text p.title span{
  color: red;
}

.parallax-footer{
  min-height: 200px;
  background-color: #343A40;
  color: #DDD;
}

div.transbox{
  background: rgba(255, 255, 255, 0.85);
  border: solid 1px #838383;
  height: 80%;
  margin: auto
}

div.transbox h1,
div.transbox h2,
div.transbox h3,
div.transbox p{
  margin: 2%;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

/* Image for Parallax Section */ 
 #home {
	/* background-image: url("https://img.webnots.com/2017/05/parallax.jpg"); */
	/* background-image: url("../img/face_bw03.jpg"); */
	background-image: url("../img/Guido_Del_Monte_Panoramica_1.jpg");
}

.parallax-text p,
.parallax p,
.parallax .lead{
  text-align: justify;
}

.section-title{
  
}

 #home img{
	border: solid 0px #000;
}


 #home_1,
#sec2_1{
  color: #75818E;
}

/* ------------------------------ */

#sec2 {
	/* background-image: url("https://img.webnots.com/2017/05/parallax1.jpg");} */
	background-image: url("../img/face_color01.jpg");
}

/* ------------------------------ */

#contatti {
	/* background-image: url("https://img.webnots.com/2015/11/parallax2.jpg"); */
	/* background-image: url("../img/face_bw05.jpg"); */
	background-image: url("../img/corso-garibaldi-storica.jpg");
}

#contatti p.contacts{
  text-align: left;
  line-height: 25px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 1.6rem;
}

/* Add more images for more sections */

/* Footer */
footer{
	color: #D6D6D6;
	font-size: 8pt;
	border-top: .05rem solid #D6D6D6;
}

#go-top{
  background-color: transparent none;
  position: absolute;
  bottom: 1.5rem;
  right: .3rem;
  width: 1.5em;
  height: 1.5em;
  border: none;
  cursor: pointer;
  text-align: center;
  color: #676767;
  font-size: 25px;
  display: none;
  border-radius: 20%;
}

#go-top:hover{
  color: #4B4B4B;
	background-color: #D6D6D6;
}

.swiper-wrapper imge{
  max-width: 100px;
}

/*
 * Media query
 ********************/

@media (max-width: 992px) {
  /* navbar */
  #navbar1 .nav-link{
    text-align: center;
    font-weight: 800;
  }

   #home_1.parallax-text div:first-child{
    border: 0;
	border-bottom: dashed 1px;
    border-color: #606A75;
  }
  
   #home_1.parallax-text div:last-child{
    border: 0;
	border-top: dashed 1px;
    border-color: #606A75;
  }

	/* Heading for Parallax Section */ 
	.parallax h1 {
		font-size: 40px;
		text-align: center;
		padding-top: 40px;
		line-height: 80px;
	}

	.parallax h2 {
		font-size: 30px;
		text-align: center;
	}

	.parallax h3 {
		font-size: 20px;
		text-align: center;
	}

	/* Header Parallax Element Style*/ 
	.parallax {
		min-height: 400px;
	}

	div.transbox{
	  height: 60%;
	  margin: auto
	}

	div.transbox h1,
	div.transbox h2,
	div.transbox h3,
	div.transbox p{
	  margin: 2%;
	  font-weight: normal;
	  color: rgba(0, 0, 0, 0.8);
	  text-align: center;
	}

	.parallax-text{
	  min-height: 150px;
	  background-color: #000000;
	}

	.parallax-text p.title{
	  font-size: 20px;
	  color: #75818E;
	}
} /* @media (max-width: 992px) */

@media (max-width: 768px) {
	 #home .img-thumbnail,
	#sec2 .img-thumbnail{
	  width: 50%;
      display: block;
	  margin-left: auto;
	  margin-right: auto;
	}

	/* Paragraph for Parallax Section */ 
	.parallax p {
		font-size: 12px;
		color:#f5f5f5;
		text-align: center;
		line-height: 15px;
		background-color: #F5F5F5;
		padding: 1rem;
	}

} /* @media (max-width: 768px) */

@media (max-width: 576px) {
	 #home .img-thumbnail,
	#sec2 .img-thumbnail{
	  width: 70%;
      display: block;
	  margin-left: auto;
	  margin-right: auto;
	}

	/* Paragraph for Parallax Section */ 
	.parallax p {
		font-size: 12px;
		color:#f5f5f5;
		text-align: center;
		line-height: 15px;
		background-color: #F5F5F5;
		padding: 1rem;
	}

} /* @media (max-width: 576px) */