autobody {
    margin: 0;
    padding: 0;

}

#main {
        /* display: flex;  
        align-items: stretch; 
        position: absolute; */
        padding: 1%;
}


.home {
/*      max-width: 1920px;
*/      text-align: center;
        width: 100%;
        margin: auto:
}


.testata {
        margin-bottom: 15px;
}


.super {
/*        background-color: red;
*/       
        max-width: 1440px;
        width: 100%;
        margin-top: 2px;
        margin: auto;
        padding: 0;
/*      position: absolute;*/

}

.audioguida {
        margin-top: 2px;
        margin-bottom: 15px;
/*      margin-left: 2px;
        margin-right: 2px;
*/      width: 100%;
        background-color: black;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 22pt;
        color: white;
        vertical-align: center;
        text-align: center;
        font-family: gotham_book;
        cursor: pointer;
        border-radius: 10px;
}

.tmpBarra {
        text-align: center;
        width: 100%;
        background-color: black;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 20pt;
        color: white;
        vertical-align: center;
        text-align: center;
        font-family: gotham_book;
        margin-bottom: 15px;

}

.link {
          text-decoration: underline;
        cursor: pointer;
}


#img_div {
        max-width: 600px;
        height: auto;
        width: 70%%;
        margin-top: 1%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
/*      margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
*/      border-radius: 20px;
/*      display: flex; */

}

#main_image {
        position: relative;
        left: 0;
        right: 0;
        border-radius: 20px;
        box-shadow: 5px 5px 10px 2px #333333;
        /* display: flex;   */

        height: auto;
        width: 100%;
}


#main_play {
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        cursor: pointer;
        border-radius: 20px;
        height: auto;
}



.text_container {

        background: rgba(0, 0, 0, 0.1);
        padding: 45px;
        border-radius: 15px;
        box-shadow: 5px 5px 10px 2px #333333;
        color: black;
        margin-top:10%; 
        margin-bottom:20px;
        font-weight: normal;
        position: relative;
        text-align: justify;
        width: 85%;
        margin-left:auto;
        margin-right:auto;        
        font-family: gotham_book;
        font-size: 18pt;

}

#page_number {
  font-weight: normal;
  font-size: 30pt;
  text-align: left;
  font-family: gotham_ultra;
}

.credits {
  font-style: italic;
}


.second_container {
        max-widht: 85%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        vertical-align: center;
        position: relative;
        padding-bottom: 12%;
}

.button_container {
        text-align:center;
        height: 50%;
}



#next {
        top: 100%;
        position: absolute;
}

/*
#counter_container {
        position: fixed;
        left: 60%;
        width: 20%;
        top: 40%;

}


*/
#up, #down {
        width: 80px;
        z-index: 1;
        margin: 0px;
        position: absolute;
        top: -95px; 
        transform: rotate(-90deg);
        
}

#up { 
        left: 5px;
}
#down {

        right: 5px;
}

        
.thumb {
     /*   float: left; */
        display: inline-block;
        width: 200px;
        height: 200px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
}

.thumb_inside {
        width: 100%;
        box-shadow: 5px 5px 10px 2px #333333;
        border-radius: 15px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
}

#circle {
  -moz-border-radius: 200px/200px;
  -webkit-border-radius: 200px 200px;
  border-radius: 200px/200px;
  border: solid 6px white;
  position: absolute;
  top: 44px;
  left: 44px;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  box-shadow: 5px 5px 10px 2px #333333;
}

#thumb_number {
        position: absolute;
        text-align: center;
        font-family: gotham_ultra;
        font-size: 38pt;
        top: 37%;
        width: 200px;
        height: 200px;
        color: white;
        text-shadow: 5px 5px #333333;
}

.footer {
        position: relative;
        bottom: 0px;
        left: 0px;
        border-radius: 15px;
        width: 100%;
        color: white;
        font-size: 10pt;
        background-color: black;
}

.footer div {
        text-align: center;     
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        font-family: gotham_book;
}


.dettagli {
        text-align: left;
}

.credits {
        text-align: left;
}

.sottotitolo {
        text-align: left;
}

.c_physicalpub {
        font-size: 12pt;
        text-align: left;
}

.footer img {
        align-text: center;
        padding-top: 10px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
        width: auto;
}



/*

html { overflow-y: hidden;
        overflow-x: hidden; }

@media (orientation: landscape) {
  #main {
    flex-direction: row;
  }
  .button_container {
        height: 50%;


}
}



@media (orientation: portrait) {
  #main {
    flex-direction: column;
    height:100%;
     
  }
  #img_div {
        width: 100%;
  }
  .button_container {
        float: left;
        width: 47%;
        height: 100%;
  }
  .text_container {
        float: left;
        width: 47%;

  }
  .second_container {
        width:100%;
        height: 100%;
  }
}

*/

@font-face {
  font-family: gotham_book;
  src: url(gotham_ssv/Gotham-Book.otf);
}

@font-face {
  font-family: gotham_ultra;
  src: url(gotham_ssv/Gotham-Ultra.otf);
}
