/* colori
  rosso scuro: #6b0d0d
  rosso pieno: #ff0000;
  grigio: #4a4a4a;
*/

.bg-dark {
    background-color: #610101!important;
}

body {
  padding-top: 54px;
  font-family: 'Lato', sans-serif;
}
a {
    color: #924343;
}
.btn-primary {
    color: #fff;
    background-color: #924343;
    border-color: #924343;
}
.btn-primary:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.card-body {
  text-align: center;
}
.card-header {
  font-weight: bolder;
}

#header-text {
  position: absolute;
  width: 100%;
  top: 45%;
  text-align: center;
}
#header-text h1{
  color: white;
  font-size: 50px;
}
#header-text h3{
  color: white;
}

#citazione {
  width: 100%;
  text-align: center;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}


#imagesDiv .card {
    height: 150px!important;
    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: auto;
}



.news-img {
  height: 250px;
}
.news-img-home {
  height: 150px;
}


#news-container p {
  text-align: justify;
}


footer.bg-dark {
    background-color: #4a4a4a!important;
}
footer .text-white {
}


#bio-img {
  float: left;
  width: 300px;
  margin-right: 20px;
}

#bio-content p{
  text-align: justify;
}

.card-footer p {
  margin-bottom: 0;
}



/* titoli foto gallery */
.pswp__caption__center {
  font-size: larger !important;
}