<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header-header{
    background: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)), url(images/burigi-chato-slider2.jpg);
    min-height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 20px;
}
body{
    background: linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)), url(images/burigi-chato-slider2.jpg);
    min-height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 20px;
}

.header-header-cover{
    width: 90%;
    height: 95vh;
    border: 3px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.the-border{
    width: 200px;
    margin: auto;
}
.lsz-a{
    position: relative;
    margin-top: 20px;
}

.lsz2{
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid rgb(188, 132, 13);
    overflow: hidden;
    margin-left: 56.5px;
    transition: 1.2s all;
}
.lsz3{
    display: inline-block;
    height: 35px;
    width: 300px;
    border: 1px solid rgb(188, 132, 13);
    overflow: hidden;
    background: rgba(0,0,0,.65);
}
.lsz3 h2{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin-top: 6px;
    text-transform: uppercase;
    color: rgb(188, 132, 13);
    text-align: center;
}
.lsz4{
    display: inline-block;
    height: 35px;
    width: 55px;
    border: 1px solid rgb(188, 132, 13);
    overflow: hidden;
    margin-left: -70px;
    transition: .9s all;
}
.lsz5{
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid rgb(188, 132, 13);
    overflow: hidden;
    transition: .6s all;
}
.lsz6{
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid rgb(188, 132, 13);
    overflow: hidden;
    transition: .3s all;
}
.lzs2 h2{
    font-family: 'Oswald', sans-serif;
    color: rgb(188, 132, 13);
    text-align: center;
    text-transform: uppercase;
}
.lzs-c h2{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.lzs-c p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: justify;
    display: block;
    width: 90%;
    margin: auto;
}
#lzs-btn{
    width: 200px;
    border: 3px solid rgb(188, 132, 13);
    background: rgba(0,0,0,.45);
    color: #fff;
    outline: none;
    font-family: 'Oswald', sans-serif;
    height: 35px;
    cursor: pointer;
    margin-top: 60px;
    transition: .8s all;
    opacity: 0;
}


/*the logo*/
#burigi-chato-logo img{
    padding: 20px;
    height: 100px;
    background: #fff;
    width: 100px;
    border-radius: 100%;
    border: 5px solid rgb(188, 132, 13);
    display: block;
    margin: auto;
    margin-top: 20px;
}

/*The park description*/
.the-park-description{
    max-width: 95%;
    margin: auto;
    background: rgba(0,0,0,.75);
    border-radius: 3px;
    padding-top: 10px;
    position: relative;
    border-right: 3px solid rgb(188, 132, 13);
}
.the-park-description h3{
    color: rgb(188, 132, 13);
    font-family: 'Oswald', sans-serif;
    text-align: right;
    width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.the-park-description p{
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: block;
    margin: auto;
    width: 90%;
    text-align: justify;
    padding-bottom: 20px;
}
.the-park-description:after{
    content: '';
    display: block;
    position: absolute;
    width: 250px;
    top: -5px;
    left: 0px;
    border: 5px solid rgb(188, 132, 13);
    height: 6px;
    background: rgb(188, 132, 13);
    border-radius: 3px;
}
#myDetails{
    width: 500px;
    max-width: 90%;
    margin: auto;
    border: 1px solid red;
    transition: .5s all;
}
#the-waiver-des{
    max-width: 90%;
    margin: auto;
    padding-top: 40px;
}
#the-waiver-des .the-head {
    width: 400px;
    background: rgb(188, 132, 13);
    margin: auto;
    text-align: center;
    position: relative;
    height: 70px;
    padding: 20px auto;
}
#the-waiver-des .the-head .little-the-head{
    background: #222;
    width: 50%;
    margin: auto;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -10px;
}
#the-waiver-des .the-head .little-the-head h2{
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.the-head h3{
    font-family: 'Oswald', sans-serif;
    margin-top: 0px;
    font-size: 25px;
    margin-top: 20px;
    padding-top: 20px;
}
#the-waiver-des p{
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    text-align: justify;
    font-size: 18px;
}

/*SUB MENU*/
#sub-menu ul{
    height: 50px;
    color: rgb(188, 132, 13);
    font-family: 'Oswald', sans-serif;
}
#sub-menu ul li{
    margin: auto 5%;
    margin-top: 12.5px;
    transition: all .5s;
}
#sub-menu ul li:hover{
    cursor: pointer;
    color: rgb(0,0,0);
    background: rgb(188, 132, 13);
    padding-left: 20px;
    padding-right: 20px;
}
body{
    padding: 0;
    margin: 0;
}
section{

}
h1{
    margin: 0 0 15px 0;
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.more{
    display: none;
}
.post{
    color: rgb(188, 132, 13);
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
}
.post:not(:last-child){
    margin-bottom: 30px;
}
button.read{
    margin-top: 15px;
    display: block;
    background-color: rgb(188, 132, 13);
    color: white;
    border: none;
    outline: none;
    padding: 8px 20px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 20px;
}</pre></body></html>