

.navbar{
    color: #f3eac2;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #c41216;
    font-size: 20px;
    padding: 5px;
}
.navbar a{
    color: #fffafa;
}

.navbar-brand{
    padding: 0;
}

.navbar-toggler{
    color: #f3eac2;
}

iframe{
    display: block;
    border:0;
    margin: 0 auto;
    margin-bottom: 15px;
}

.carousel .carousel-item {
    z-index: -99;
    margin-top: 110px;
    height: 800px;
    
}

.site-footer
{
  background-color:#f6d186;
  padding:20px 0 10px;
  font-size:20px;
  line-height:24px;
  color: #ba3e00;
}
.site-footer hr
{
  border-top-color:#ba3e00;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h4
{
  color:#ba3e00;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#ba3e00;
}
.site-footer a:hover
{
  color:#c7753d;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color: #ba3e00;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#ba3e00;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}

.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.serre{
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
}

ul{
    padding-left: 0px;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

#page_content{
    margin-top: 110px;
}

.copyright-text{
    text-align: center;
}

#formmail{
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.card-header{
    background-color: #c41216;
}

.anchor{
    padding-top:110px; margin-top: -110px;
}

#telefono{
    border: 4px;
    border-color: #81a247;
    background-color: #adce74;
    text-align: center;
    padding: 10px;
    color: #34626c;
}

.site-footer .row{
    text-align: center;
}

.input-group-text{
    background-color: #f05454;
}

.btn{
     color: #af2d2d;
    background-color: #ce6262;
}
.card{
    border-color: #a20a0a;
}
#chi_siamo{
    background-color: #c41216;
    border-color: #7f533a;
    border: 7px;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    color: #fffafa;
    font-size: 20px;
    text-align: center;
}

#chi_siamo h2{
    text-align: center;
}

#leserre{
    background-color: #c19277;
    border-color: #7f533a;
    border: 7px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

#leserre h2{
    text-align: center;
}

#photos{
    margin: 20px;
}

.titolo_album{
    background-color: #c19277;
    border-color: #7f533a;
    border: 7px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}




.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
 
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  width: 95%;
  max-width: 900px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}




.image-mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
}

.card-p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #353535;
  font-size: 3rem;
  color: #fff;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}