
*{
    margin: auto;
    padding:auto;
    box-sizing: border-box;
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ff-scala-sans-pro, sans-serif, #A4A4A1;
    background: radial-gradient(closest-side,#2c2c2c, #2c2c2c, #000000);
    overflow: hidden; /*hides scrollbars*/
}

.header {
    position: fixed;
    top: 50px;
    color: #ce4936;
    text-align: center;
    font-size: 40px;
    line-height: 2; 
    font-family: ff-scala-sans-pro, sans-serif;
    font-weight: 700;
}

.sub-header {
    position: fixed;
    top: 120px;
    width: 100%;
    text-align: center;
    color: #e5d1b9;
    font-size: 15px;
    line-height: 2; 
    font-family: ff-scala-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

        
.footer {
    color:  #e5d1b9;
    text-align: center;
    font-family: ff-scala-sans-pro, sans-serif;
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5; 
    z-index: -1;
}      

.home-btn {
    color: #e5d1b9;
    text-align: left;
    position: fixed;
    font-family: ff-scala-sans-pro, sans-serif;
    bottom: 10px;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
}
        
    
/* Book */
.container{
    width: 90%;
    margin: auto; /* Center the DIV horizontally */
}

.book-desc{
    text-align: justify;
    color:#e5d1b9;
    line-height: 2;
    /* width: 800px; */
    font-family: ff-scala-sans-pro, sans-serif;
    font-size: 20px;    
    padding: 20%;
    padding-top: 10%;
}

.page-bkg {
    background-color: #000000;
}

.img-with-text{
    position: relative;
    font: 14px FF-Scala Sans Pro;
    color:  #e5d1b9;
    top:5px; 
    text-align: center;
}

.img-with-text img {
    height: 627px;
}
    
.caption{
    font-style: italic;
    color: #e5d1b9;
    line-height: 1.6;
    text-align:center;
    width: 820px;
    font-family: ff-scala-sans-pro, sans-serif;
    font-size: 14px; 
}
        
/* Controller Buttons */
button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color:#e5d1b9;
    font-family: ff-scala-sans-pro, sans-serif;
}

i {
    padding-bottom: 5px;
    font-size: 50px;
    color:#e5d1b9;
}

/*  
*  Modal Content 
*/

/* Trigger Opening the Modal */
.hidden {
    visibility: hidden;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    /* background-color: rgba(0,0,0,0.9); Black w/ opacity */
    overflow: hidden;
}

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

/*Modal Zoom in btn*/
.zoom {
    position: absolute;
    top: 30px;
    left: 35px;
    color: #e5d1b9;
    transition: 0.3s;
    padding: 30;
}
.zoom-btn {
    font-size: 40px;
    font-weight: bold;
    padding-left: 15px;
}

/* Modal content Image */

.pinch-zoom-container {
    overflow: hidden;
    height: 90%;
    width: 70%;
    touch-action: none !important;
}

.pinch-zoom-image {
    width: 100%;
    touch-action: none !important;
}
