@font-face {
font-family: 'Andalus';
    src: url('font/Andalus.eot');
    src: url('font/Andalus.eot?') format('embedded-opentype'),
         url('font/Andalus.woff') format('woff'),
         url('font/Andalus.ttf') format('truetype');
}

@font-face
{
    font-family: "Andalus";
    src: url(andlso.ttf) format("truetype");
}
body
{
    background-image:url(img/bg.jpg); margin:0px;
}
a img
{
    border: none;
}
.shdl
{
    background-image:url(img/shdl.png);
    width:34px;
    height:100%;
    display:inline-block;
    *display:inline;
}
.shdr
{
    background-image:url(img/shdr.png);
    width:34px;
    height:100%;
    display:inline-block;
    *display:inline;
}

.hdr
{
    background-image:url(img/hdrgrad.png);
    width:100%;
    height:190px;
}

.mentbl
{
    border-top:1px solid #DAEE96;
    border-bottom:1px solid #DAEE96;
}

.menbut
{
    border-right:1px solid #DAEE96;
}

.menbut2
{
    border-right:0;
}

.menbut_a
{
    height:100%;
    display:inline-block;
    border-right:1px solid #DAEE96;
    padding-top:10px;
    text-align:center;
    text-decoration: none;
    font-size:20px;
    font-weight:normal;
    font-family:Andalus;
    color: #A2BA4E;
}

.menbut_a_last
{
    height:100%;
    display:inline-block;
    padding-top:10px;
    text-align:center;
    text-decoration: none;
    font-size:20px;
    font-weight:normal;
    font-family:Andalus;
    color: #A2BA4E;
}

.menbut_l
{
    width:100%;
    height:100%;
    display:block;
}

.dummy
{
	-ms-overflow-y:auto;
	-ms-overflow-x:hidden;
}

.hline
{
    width:100%;
    height:1px;
    background-color:#DAEE96;
    margin: 0;
}


.container {
    /*max-width: 1048px;*/
    text-align: center;
    width: 100%;
    display: block;
    font-family:Andalus;
}

.title {
    margin-top:28px;
    width: 90%;
    max-width: max-content;
}

.content
{
    background-color: white;
    color:#555555;
    font-size:18px;
    font-weight:normal;
    text-align:left;
	line-height: 32px;

    padding-left: 15%;
    padding-right: 15%;
}
@media (max-width: 992px) {
    .content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.navbar {
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    /*background-image:url(img/butbg.png);*/
    background-color: #A2BA4E;
    padding: 0 20px;
    height: 53px;
    white-space: nowrap;
}

.nav-links {
    list-style: none;
    display: flex;
    width: 100%;
}
@media (max-width: 992px) {
    .vp-wide {
        display: none;
    }
}

@media (min-width: 992px) {
    .vp-narrow {
        display: none;
    }
}

.nav-links li {
    position: relative; /* Required for dropdown */
}

.dropdown-menu li a {
    color: #A2BA4E;
}

* {
    margin: 0;
}

h1 {
    padding: 50px 0;
}
h2 {
    padding: 20px 0;
}
h3 {
    padding: 20px 0;
}

.nav-links a {
    display: block;
    padding: 20px 15px;
    color: white;
    text-decoration: none;
    /*transition: background 0.3s ease;*/

    /*border-right:1px solid #DAEE96;*/
    font-size:20px;
    font-weight:normal;
    font-family:Andalus;
    /*color: #A2BA4E;*/
    color: white;
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    background-color: white;
    min-width: 160px;
    list-style: none;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
}

.shadow {
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
}

.textshadow {
    text-shadow: 0px 0px 5px black;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

.ms-1 {
    margin-left: 40px;
}
.mx-1 {
    margin-left: 5px;
    margin-right: 5px;
}
.mx-2 {
    margin-left: 10px;
    margin-right: 10px;
}
.mt-1 {
    margin-top: 40px;
}
.my-1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.py-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.px-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}


.collapse {
    width: 100%;
	overflow-y:auto;
	overflow-x:hidden;
}

.collapsed {
    height: 0px;
	overflow-y:auto;
	overflow-x:hidden;
}

.center {
    display: block;
    text-align: center;
}

footer {
    background-color: #A2BA4E;
    height: 50px;
}

.imptxt
{
    padding-top: 10px;
    color:white;
    font-family:Andalus;
    font-size:18px;
}

.floating {
    position: absolute;
    left: 80%;
    top: 20px;
}
@media (max-width: 1200px) {
    .floating {
        display: none;
    }
}

.book_container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
}

.book_left {
    width: 20%;
    max-width: 260px;
    margin-right: 2%;
}

.book_right {
    width: 50%;
}

.book_image {
    width: 100%;
    max-width: max-content;
}