<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.myGallery p {
    margin: 0px;
}
.myGallery .el-content.uk-margin {
    margin-top: 10px !important;
}
   border-image-repeat: repeat;
}
.uk-navbar-container.uk-navbar-sticky {
    border: 0px solid transparent;
}
.dj-simple-contact-form.style-2 .inputbox {
    border: 1px solid #b9acac;
    border-radius: 0px;
    color: #3d3d3d;
}
.dj-simple-contact-form.style-2 textarea {
    border: 1px solid #b9acac;
    border-radius: 0px;
    height:150px;
    color: #b9acac;
}
.dj-simple-contact-form.style-2 .inputbox::-webkit-input-placeholder,
.dj-simple-contact-form.style-2 textarea::-webkit-input-placeholder {
    color: #b9acac;
}
.dj-simple-contact-form.style-2 .inputbox::-moz-placeholder,
.dj-simple-contact-form.style-2 textarea::-moz-placeholder {
    color: #b9acac;
}
.dj-simple-contact-form.style-2 .inputbox:-moz-placeholder,
.dj-simple-contact-form.style-2 textarea:-moz-placeholder {   /* Older versions of Firefox */
    color: ##b9acac;
}
.dj-simple-contact-form.style-2 .inputbox:-ms-input-placeholder,
.dj-simple-contact-form.style-2 textarea:-ms-input-placeholder { 
    color: #b9acac;
}
.dj-simple-contact-form.style-2 .dj-simple-contact-form.button {
    margin-top: 20px;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 26px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: all;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    font-weight: 400;
    background-origin: border-box;
    background-color: rgba(255,255,255,0);
    color: #d53e38;
    border: 2px solid #d53e38;
    width: 150px;
}
.dj-simple-contact-form.style-2 .dj-simple-contact-form.button:hover,
.dj-simple-contact-form.style-2 .dj-simple-contact-form.button:focus{
    background:#fff;
    color:#444;
    border: 2px solid #444;
}


:not(.uk-sticky-below) &gt; .uk-navbar-container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.uk-navbar {
    height: 120px;
}
.navbar .brand, .navbar .nav &gt; li &gt; a, .navbar-search, .uk-navbar-item, .uk-navbar-nav &gt; li &gt; a, .uk-navbar-toggle {
    height: 120px;
}

.tm-page {
    border-image: url(../../../images/border.jpg) 10;
    border-image-repeat: repeat;
}

.uk-divider-small::after {
    background-image: url(../../../images/border.jpg);
    border: 0;
    display: block;
    height: 5px;
    width:180px;
}
.uk-divider-small {
    line-height: 0;
    width: 180px;
}
hr {
    background-image: url(../../../images/border.jpg);
    border: 0;
    display: block;
    height: 5px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: url(../images/rockywall.png);
    -moz-box-shadow:0 0 8px 0 black;
    -webkit-box-shadow:0 0 8px 0 black;
    box-shadow:0 0 8px 0 black;
    position: relative;
}
.uk-section-primary {
    background: url(../images/rockywall.png);
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

</pre></body></html>