
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #57342e;
    height: 100px;
}
.title{
    position: absolute;
    top: 200px;
    /* left: 25%; */
    width: 100%;
    text-align: center;
}

.title_booking{
    position: absolute;
    top: 10%;
    /* left: 25%; */
    width: 100%;
    text-align: center;
}
.about-text{
    font-weight: 500;
    font-size: 19px;
}
.brown-text{
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500;
}
.iframe{
    max-height: 450px;
    max-width : 600px;
    min-height: 300px;
    min-width: 450px;
    width: 93%;
}
#contact{
    border-radius: 15px;
}
.uk-h3{
    font-weight: 700;
    font-size: 19px;
    color: #57342e;
    padding-top: 10px;
}
.uk-form-width-large{
    border-radius: 10px;
    height: 35px;
}
.uk-modal-title{
    font-size: 24px;
    font-weight: 700;
    color: #57342e;
}
.title-text{
    /*color: #57342e;*/
    font-weight: 800;
    color: #d8d8d8;
    /*background: #dee2df;*/
    padding: 16px;
    margin-bottom: 80px;
    border-radius: 15px;
    border: 1px solid #f8f8f8;
}
.uk-button-brown{
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    background: #57342e;
    border-color: #57342e;
    border: 1px solid #57342e;
    outline: none;
}
.uk-button-brown:hover{
    background: #fff;
    color: #57342e;
}
.books_wrap{
    border: 1px solid #666666;
    text-align: left;
    border-radius: 10px;
    padding: 15px;
}
ul li{
    margin: 5px;
}
.uk-list{
    max-height: 200px;
    overflow: auto;
}
.table-border{
    border: 1px solid #e5e5e5
}
.sitting{
    border: 1px solid #e5e5e5;
    font-size: 35px;
    color: #57342e;
    font-weight: 600;
}
.books{
    font-size: 20px;
    font-weight: 600;
    color: #57342e;
}

.footer{
    height: 400px;
    background: #44233B !important;
}
.footer-image{
    background-image: url("../img/footer_8.jpg");
    width: auto;
    height: auto;
}
.h100{
    height: 100%;
}
.footer-img{
    /*background:  linear-gradient(*/
    /*        180deg , rgba(65, 34, 54, 0) 50%, #57342e 100%),*/
    /*url("../img/footer_8.jpg");*/

    background:  linear-gradient(
            180deg , rgba(65, 34, 54, 0) 50%, #57342e 100%),
    url(http://template-kit.themerex.net/ashram-buddhist-temple/wp-content/uploads/sites/8/2020/04/bagan-myanmar-PVKPPA8.jpg);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 100%;
}
.uk-card{
    border-radius: 10px;
}
.contact-div{
    margin-top: 30px;
    font-size: 18px;
}
.contact-text{
    color: #000;
    font-weight: 400;
    font-size: 20px;
    margin-left: 15px;
}
.contact-bg{
    background : url("../img/bg/contact.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uk-card-media-top{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.uk-card-media-top img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 180px;
    width: 100%;
}
.uk-card-footer{
    background: #57342e;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.uk-card-title{
    border-bottom: 3px solid #888888;
    padding: 10px;
    min-height: 65px;
}
.uk-h4{
    color: #fff;
    font-weight: 500;
}
.album_wrap{
    color: #666;
}
.album_title{
    color: #44233B;
    font-size: 2.54rem;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 1.25em;
    letter-spacing: 0px;
    padding-bottom: 10px;
    /*border-bottom: 5px solid #44233B;*/
}
.border-bottom{
    border-bottom: 5px solid #44233B;
    justify-content: center;
    align-items: center;
}
.uk-search-input{
    border-radius: 10px;
}
/*position: absolute;
    right: 0;*/
.uk-table tr th{
    background: #57342e;
    color: #fff;
}
@media (min-width: 1200px)
{
    .uk-card-body {
        padding: 20px 35px 30px 35px;
    }
}
@media (max-width: 720px){
    .brown-text{
        font-size: 15px;
        line-height: 1.4;
        font-weight: 300;
    }
    .mobile-mt{
        margin-top: 10px;
    }
    h1 {
        font-size: 16px;
    }
    h2 {
        font-size: 15px;
    }
    h3{
        font-size: 14px;
    }
    .sub-title{
        font-size: 15px
    }
    .uk-radio{
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    h1 {
          font-size: 16px;
      }
    h2 {
        font-size: 15px;
    }
    h3{
        font-size: 14px;
    }
    .sub-title{
        font-size: 15px
    }
    .uk-radio{
        font-size: 14px;
    }
    .iframe{
        max-height: 325px;
        max-width : 380px;
        min-height: 250px;
        min-width: 350px;
        width: 80%;
    }
}

