/*Landing Page Code + Full Image Code Start*/
.main{
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
#cover{
    width: 568px;
    height: 700px;
    margin: auto; 
}
#cover img{
    max-width: 100%;
    max-height: 100%;
}
#caption{
    width: 568px;
    margin: auto;
    font-size: 20px;
    font-weight:400;
    color: black
}
#caption #date{
    color: red;
    margin-left: 20%;
}
#caption a{
    float: right;
}
#caption #back{
    float: left;
}
/*Landing Page Code + Full Image Code End*/
/*Home Page Code Start*/
.main-home{
    width: 100%;
    height: 100%;
    background-color: #fff9e3;
    overflow: hidden;
}
#header{
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
    font-size: 20px;
}
#coming-date p{
    color: #e41613;
    margin-bottom: 0px;
}
marquee{
    padding: 10px 0px;
    border-left: 1px solid #f08279;
    font-weight: bold;
}
#book-cover{
    width: 100%;
    height: 100%; 
}
#book-cover img{
    max-width: 100%;
    }
#cover-buttons{
    margin-top: 20px;
}
#info{
    font-size: 25px;
    color:#f18262;  
}
#text{

    overflow: hidden;
}
#text >p{
    text-align: justify;
    font-weight: bold;
    color:#f18262; 
}
#text #labels{
    margin-top: 30%;
    color:#bb6448;
    font-weight: normal;
    word-spacing: 35px;
    text-align: center;
    margin-bottom: 0px;
}
#text #labels .dot{
    color:#f39c9a;
    font-size: 70px;
}
#about-buttons{
    /*margin: -15px;
    padding: -15px;
    position: absolute;
    bottom: 0;*/
    display: table;
         border-collapse: separate;
  border-spacing: 10px 5px;
}
#about-buttons .about{
    border: 2px solid #fed893;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: black;
    display: table-cell;
    text-align: center;
    vertical-align:middle;
     border-collapse: separate;
    border-spacing: 10px 5px;
   
}
#sidenav {
    background-color: #ffa094;
    padding: 8px 10px 8px 10px;
    height: 100%;
    overflow: hidden;    
  
}
#sidenav a {
    padding: 1px 1px 1px 1px
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    border-top: 2px 
<!--
#sidenav a {
    padding: 10px 8px 10px 16px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    border-top: 2px 
    -->
    
<!--      border-top: 2px solid #fff   -->
#sidenav a:hover {
  color: #f1f1f1;
}

#footer{
    margin-top: 2%;
    padding-bottom:5px;
}
#cover-buttons{
    text-align: center;
    
}
.cover-button{
    background-color: #ffa094;
    color: white;
    text-align: center;
    height: 100px;
    border-radius: 0px;
    margin: 0% 1%;
    padding: 0.5% 1%;

}
#spine{
    color: #e41613;
    writing-mode: tb-rl;
    text-orientation:upright;
    font-size: 14px;
    word-spacing: 2px;
    font-weight: bold;
}
#preorder-button{
    margin-top: 3.5%;
}
#preorder , #preorder2{
    background-color: #e41613;
    color: white;
    width: 100%;
    border-radius: 0px;
    font-size: 20px;
}

#sample-button{
    margin-top: 2.5%;
}
#sample, {
    background-color: #33fff9
    color: white;
    width: 50%;
    border-radius: 0px;
    font-size: 24px;
}
#preorder2{
    width: 60%;
    float: right;
}
#buy-on {
    margin-top: 55%;
    text-align: center;
}
#buy-on a{
    border: none;
}
.buy-icon{
    width: 45%;
    height: auto;
    float: left;
    margin: 2px;
}
.buy-icon p{
    font-size: 16px;
    margin-bottom: 0px;
}
.buy-icon img{
    width: 20%;
}
/*Home Page Code End*/
/*About page & Preorder Page Code Start*/
.main-about{
    padding-top: 8%;
    padding-right: 10%;
}
#sidebar-cover{
    width: 100%;
}
#sidebar-cover img{
    max-width: 80%;
}
#sidebar-cover ul{
    list-style-type: none;
    padding-left: 0px;
    color:#f18262;
}
#sidebar-cover ul li{
    padding-top: 5px;
}
#info h3{
    color: black;
    font-size: 27px;
}
#footer-about{
    margin-top: 70px;
}
#main-preorder{
    width: 70%;
    margin: auto;
    padding-top: 2%;
}
#main-preorder p{
    font-size: 20px;
    color: black;
}
#buy-now{
    background-color: #009fda;
    color: white;
    width: 100%;
    border-radius: 0px;
    font-size: 20px;
}
#coupon-button{
    background-color: white;
    color: #009fda;
    border-color: #009fda;
    width: 100%;
    border-radius: 0px;
    font-size: 20px;
}
#proceed-p{
    color: #009fda;
    margin-top: 10%;
    font-size: 16px;  
}
/*About Page & Preorder Page Code End*/

/* Coupon window Code Starts*/
.modal-body{
  background-color: #fff9e3;
  padding: 16px 25px;
}
.coupon-window .preorder{
    float: right;
width: auto;
}
.form-coupon{
    margin-bottom: 20px;
}
.submit{
    margin-right: 50px;
}
.home-btn{
    margin-top: 20px;
    margin-left: -15px;
}
/* Coupon window Code Starts*/


   /*Media Queries for responsiveness*/
    /* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #info{
        overflow: hidden;
    }
    #text #labels {
        margin-top: 0px;
        word-spacing: 10px;
    }
}

    /* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #info {
        font-size: 15px;
    }
    #cover-buttons .cover-button{
        font-size: 12px;
    }
    #sidenav{
        height: 75%;
    }
    #sidenav a {
        font-size: 15px;
    }
    .buy-icon p {
        font-size: 15px;
    }
    #preorder {
        font-size: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #info{
        margin: 2%;
    }
    .buy-icon img {
    width: 40%;
    }
    #sidebar-cover img {
        max-width: 100%; 
    }
    #coupon-button {
        font-size: 15px;
        width: auto;
    }
}

@media only screen and (max-width : 575px) {
    pre {
        overflow: hidden;
        font-size: 70%;
    }
    #coupon-button {
        font-size: 12px;
        width: auto;
    }
    #paypal-button{
        margin-top: 5%;
    }
    #paypal-b{
        text-align: center;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
pre {
        overflow: hidden;
        font-size: 50%;
    }
    #coupon-button {
        font-size: 9px;
        width: auto;
}
    #preorder , #preorder2 {
        font-size: 10px;
}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
