/* Generic styles */

.external-container {
  padding: 1rem;
}

@media (min-width: 768px) {
  .external-container {
    padding: 3rem;
  }
}

.internal-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cover {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
}

div.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.bottom_container {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto
}

div.bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.spacer {
  height: 1rem;
}

.section-info {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}

/* links */
a:link {
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #ea3423;
}

.section-info .inner {
  margin: auto;
  max-width: 650px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.bg_dark {
  background-color: #090909;
}

.scrolling-wrapper{
  overflow-x: auto;
}

/* Generic text styles */

.h1 {
  font-size: 2.5rem;
  font-style: normal;
}

.h2 {
  font-size: 2rem;
  font-weight: lighter;
  font-style: normal;
}

.h3 {
  font-size: 1.75rem;
  font-style: normal;
}

.h4 {
  font-size: 1.5rem;
  font-style: normal;
}

.display-4 {
  font-size: 3.5rem;
  font-style: normal;
}

@media (max-width: 768px) {

  .h1 {
    font-size: 2rem;
  }
  .h2 {
    font-size: 1.5rem;
  }
  .h3 {
    font-size: 1.25rem;
  }
  .h4 {
    font-size: 1rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }

}

/* Navigation styles */

header .navbar-collapse img {
  height: 32px;
  /* white images */
  filter: invert(100%); 
}


/* Pippo styles */

#pippo .background {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0) 100%), 
  url("../img/incappucciato.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pippo .content {
  padding: 0rem;
  text-align: center;
}

@media (min-width: 768px) {
  #pippo .content {
    padding: 3rem;
    /*text-align: left;*/
  }
}

/* Vitalic styles */

#vitalic .background {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0) 100%), 
  url("../img/vitalic_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#vitalic .img-thumbnail {
  width: 120px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

/* streaming */
.streaming {
  padding: 2.5rem;
}

/* streaming */
#contacts .background {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0) 100%), 
  url("../img/4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contacts .logo {
  width: 100px;
  height: auto;
}
