body {

    background-image: url("images/background1.jpg");
    opacity: 1;
}

.bells {
    z-index: -1;   
}

.bg_image2 {
    margin-left: 10%;
    position:absolute;
    z-index: -2;
}

.bg_image3 {

    margin-left: 72%;
    position: absolute;
    z-index: -1;

}
.myTd {
    width: 700px;
    float:right;
    margin-right: 20px;
}

.welcomeText {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #CACACA;
    opacity: .9;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vishude {
    width: 100px;
    z-index:3;
    visibility:hidden;
}

.logoStar {
    margin-top: 1px;
    width:250px;

}

/* FIRST BUTTON - LITERARY WORKS */
.bookinfo {
    width:800px;
    /* background-color: 212127; */
    margin-top:-20px;
}

.ETItext {

    color: #3E3B3C; /*#f2f2f2*/
    font-family: sans-serif;
    font-size: 16px;
    /* width: 500px; */
    text-align: justify;
    text-justify: inter-word;
}


.mainLogo {


}

.EMPtext {

    color: #f5f5f5;
    font-family: sans-serif;
    font-size: 16px;
    /* width: 500px; */
    text-align: justify;
    text-justify: inter-word;
}

.bookTitle {
    color: #3E3B3C; /* #f2f2f2 */
}
.bookTitle2 {
    color: #f2f2f2;
}

.divSpecial {
    width:100px;
    visibility: hidden;



}
.scroll {
    width: 300px;
	height: 80px;
    margin-top:13px;
}

.link1{

    margin-top: 50px;
    height: 500px;
    width:300px;

}

}

.img_class {

    z-index: 1;
    border:1px solid white;

   /* margin-top:30px; */

}

.homeLinks {

    margin-left:300px;
    margin-top:35px;
    font-weight:
    display: inline-block;
    font-family: sans-serif;
}

#titleImage {
    margin-top:200px;
}


a{

    color:black;
    font-size:16px;

}


.confirm_selection {
    animation: glow 2s infinite alternate;
}



/* Contact FORM */
.contactform {
    margin-top:12px;
    color: #333333;
    /*border: .5px solid gold; */
    /* background-color: beige; */
    width: 300px;
    height: 300px;
}

#commentbox {
    width: 250px;
}

.bookImg {
    margin-top: 100px;



}

/* Spinning Images */

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.spinning {

    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 40000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 40000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
}



@keyframes glow {
    to {
        box-shadow: 0 0 30px white;
    }
}
