@media (min-width: 1200px) {
    .container{ max-width: 1000px;
      background-color: rgba(64, 64, 64, 0.6);
      margin-top: 30px;
      margin-bottom: 50px;
      border-radius: 6px;
      padding-bottom: 20px;}
}

.navbarprincipale {
  margin-top: 10px;
  margin-right:-5px;
}
.navigazionejambotron {
  border-radius: 6px;
  background-color: black;
  margin-top: 40px;
  margin-bottom: 100px;
}
.scrittafab2017 {
  margin-left: 70px;
  font-size: 35px;
  padding-top: 20px;
}
.mianavpills>li.active>a {
 color: black;
 background-color: white;
 }
.mianavpills>li.active>a:focus,
.mianavpills>li.active>a:hover {
  color: white;
  background-color: black;
}
.mianavpills>li>a {
  color: white;
  background-color: black;
}
.mianavpills>li>a:focus,
.mianavpills>li>a:hover  {
  color: black;
  background-color: white;
}
.jambotroninterno{
  background-color: black;
  color: white;
}

body {
  background-image: url("../immagini/sfondofoglie.jpg");
  background-attachment: fixed;
}

h1 {
  color: white;
  font-size: 250%;
  text-align: center;
}

h2 {
  color: white;
  font-size: 200%;
  text-align: center;
}

h3 {
  color: white;
  font-size: 160%;
  text-align: left;
}

p {
  color: white;
  font-size: 130%;
  text-align: left;
}

a:link {
  color: rgba(255, 248, 162, 1);
  text-decoration: none;
}

a:visited {
  color: rgba(255, 248, 162, 1);
  text-decoration: none;
}

a:hover {
  color: rgba(160, 160, 160, 1);
  text-decoration: underline;
}

a:active {
  color: rgba(255, 235, 114, 1);
  text-decoration: underline;
}

.textcentral{
  text-align: center;
}

.containertextcode{
  display: block;
  color: black;
  font-style: ;
  background-color: white;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.containertextcode2{
  display: block;
  color: black;
  border-radius: 5px;
  font-style: normal;
  background-color: #e5e7e9;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.containerimmagini{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.gototopimg{
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.videobase{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.immaginibase{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.immagini50{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
}

.immagini75{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: auto;
}

.immagini25{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  height: auto;
}

.immaginiruotate{
display:block;
margin-left: auto;
margin-right: auto;
-webkit-transform: rotate(90deg);
}
