<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    min-height: 100%;
    min-width: 100%;

}

h2 {
    font-size:35px;
    font-family: 'Roboto', sans-serif;
}
p {
    font-size:24px;
    font-family: 'Roboto Thin', sans-serif;
    font-weight: 100;
}
a {
    color:#bbbbFF;
    text-align: center;

}
a:hover {
    color:#fFF;
    decoration: underline;
}

.bodyBg {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom:0;
    left: 0;
    
    background: black url('/img/bg7.jpg');
    background-size:     cover;
    z-index: -1;
}

.bodyPeter {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom:0;
    left: 0;
    
    z-index: 0;
}

.bodyPeterFolded {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom:0;
    left:0;
    z-index: 0;
}

@media screen and (min-width: 600px) {
    .bodyPeter {
        background: url("/img/peter_small.png") bottom left no-repeat;
    }
    .bodyPeterFolded {
        background: url("/img/peter_small.png") bottom left no-repeat;
    }
}

@media screen and (min-width: 1200px) {
    .bodyPeter {
        background: url("/img/peter_med.png") bottom left no-repeat;
    }
    .bodyPeterFolded {
        background: url("/img/peter_med.png") bottom left no-repeat;
    }
}

@media screen and (min-width: 1600px) and (min-height: 670px) {
    .bodyPeter {
        background: url("/img/peter3.png") bottom left no-repeat;
    }
    .bodyPeterFolded {
        background: url("/img/peterfolded.png") bottom left no-repeat;
    }
}

h1 {
    background: url("/img/headerbar.png") bottom center   no-repeat;
    margin-bottom: 40px;
    padding-bottom:40px;
    text-align: center;
    color: white;
    
}

li  {
    text-align: left;
}

.price {
    font-family: 'Roboto', sans-serif;
    display:block;
    position: absolute;
    border-radius: 50px;
    left:calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: #9a8f64;
    border: 1px solid #999;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    top: -30px;
}

.price.premium {
    background: #33aa44;
}

.price.ultra {
    background: #ec251f;
}

.price-column {
    position: relative;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    background: rgba(109, 109, 109, 0.9);
    margin-bottom: 40px;
    margin-top: 50px;
    color: white;
    /*background-image: url("/img/peter.png");*/
}

.price-column h2 {
    background: #222222;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    border-bottom: 4px solid #9a8f64;
    color: #EEEEEE;
}
.price-column h2.standard {
    border-bottom: 4px solid #9a8f64;
}
.price-column h2.premium {
    border-bottom: 4px solid #ece958;
}
.price-column h2.ultra {
    border-bottom: 4px solid #ece958;
}

.content {
    align: left !important;

}

@media screen and ( min-width: 320px) {

    .vidyo {
        width: 100%;
        height: 200px;
    }

}
@media screen and ( min-width: 321px) {

    .vidyo {
        width: 100%;
        height: 270px;
    }

}
@media screen and ( min-width: 768px) {

    .vidyo {
        width: 100%;
        height: 596px;
    }

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