/*  Write your custom CSS in this file */

.navbar-default {
    z-index: 2000;
}

.content-wrapper .container {
    width: 100%;
}

.content-wrapper .container img{
    min-width: 100%;
    margin-top: 20px;
}

.below-menu {
    width: 100%;
    min-height: 650px;
}

.content-wrapper .container p{
    text-align: justify;
}

.opened-book-body{
    overflow: hidden;
    position:fixed;
    width: 100%;
}

.footer-images {
    margin-bottom: 50px;
}
.intro-content p, a, button {
    color: inherit;
}
@media screen and (max-width: 768px) {
    body {
        overflow-x: visible;
    }
    .below-menu {
        margin-top: 0px;
    }
    #opened-book-content{
        margin-left: 30px;
    }

    .opened-book-body{
        overflow: auto;
        /*position:inherit;*/
    }

    /*.opened-book-body{*/
    /*overflow: auto;*/
    /*!*position:inherit;*!*/
    /*}*/
}


/*  Write your custom CSS in this file */

/*.navbar-default {*/
    /*z-index: 2000;*/
/*}*/

/*.content-wrapper .container {*/
    /*width: 100%;*/
/*}*/

/*.content-wrapper .container img{*/
    /*min-width: 100%;*/
    /*margin-top: 20px;*/
/*}*/

/*.below-menu {*/
    /*margin-top: -150px;*/
    /*width: 100%;*/
/*}*/

/*.content-wrapper .container p{*/
    /*text-align: justify;*/
/*}*/

/*.opened-book-body{*/
    /*overflow: hidden;*/
    /*position:fixed;*/
/*}*/
/*.opened-book-content{*/
    /*margin-top: 1000px;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
    /*body {*/
        /*overflow-x: visible;*/
    /*}*/
    /*.below-menu {*/
        /*margin-top: 0px;*/
    /*}*/
    /*#opened-book-content{*/
        /*margin-left: 30px;*/
    /*}*/

    /*.opened-book-body{*/
        /*overflow: auto;*/
        /*position:inherit;*/
    /*}*/
    /*!*.opened-book-content{*!*/
    /*!*margin-top: -20px;*!*/
    /*!*}*!*/

/*}*/