<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container{
    max-width: 950px;
}

body {
    position: relative;
    padding-top: 80px;
    background: url('../images/bg.png');
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
}

.row{
    margin-top: 20px;
    margin-bottom: 10px;
}

.box{
    margin-top: 0px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}

.text_box1{
    height: 440px;
}

.text_box2{
    height: 210px;
}

.box_black{
    background: #131313;
    padding: 15px;

}

.box_gray{
    background: #252525;
    padding: 15px;
}

h3{
    color: #fff;
}

h4{
    color: #fff;
    border-bottom: #737373 1px dashed;
    display:inline-block;
    width: auto;
}

p{
    font-size: 0.95em;
    color: #9b9b9b;
}

.amber_small{
    height: 210px;
}

.amber_big{
    height: 440px;
}

.amber1{
    background: url('../images/amber1.jpg');
    background-size: 100% 100%;
}

.amber2{
    background: url('../images/amber2.jpg');
    background-size: 100% 100%;
}

.amber3{
    background: url('../images/amber3.jpg');
    background-size: 100% 100%;
}

.amber4{
    background: url('../images/amber4.jpg');
    background-size: 100% 100%;
}

.amber5{
    background: url('../images/amber5.jpg');
    background-size: 100% 100%;
}

.amber6{
    background: url('../images/amber6.jpg');
    background-size: 100% 100%;
}

.amber7{
    background: url('../images/amber7.jpg');
    background-size: 100% 100%;
}

.amber8{
    background: url('../images/amber8.jpg');
    background-size: 100% 100%;
}

.amber9{
    background: url('../images/amber9.jpg');
    background-size: 100% 100%;
}

.amber10{
    background: url('../images/amber10.jpg');
    background-size: 100% 100%;
}

.contact{
    background-image: url('../images/kontakt.png');
    background-repeat: no-repeat;
    background-position: 355px 255px;
}

.amber_house{
    background-image: url('../images/amber_house.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.about{
    background-image: url('../images/about.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.buy{
    background-image: url('../images/buy.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.mining{
    background-image: url('../images/mining.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.navbar{
    background: #101010;
    min-height: 60px;
}

.looxon_logo {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 140px;
    min-height: 60px;
    margin: 0;
    padding: 0;
}

ul.nav.navbar-nav li a {
    padding-top: 25px;
    padding-bottom: 15px;
}

.dropdown-menu{
    min-width: 20px;
}

.footer {
    margin-top: 10px;
    padding: 5px;
    border-top: 1px #b4b4b4 solid;
    color: #2b2b2b;
}
</pre></body></html>