<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&amp;display=swap');

:root {
	--color-font: #e9ccff;
}

html {
    font-size: 62.5%;
}

body {
    background-image: url(img/background.jpg);
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    color: var(--color-font);
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: 'Pacifico', cursive;
    font-family: 'Grand Hotel', cursive;
    font-family: 'Baloo 2', cursive;
    font-family: 'Roboto Slab', serif;
    margin: 0;
}


.full-width {
max-width: none;
border-radius: 0;
padding: 1rem 0;
width: 100%;
}



.full-width iframe {
    max-width: 23%;
}

.ytp-title-channel, .ytp-title-beacon, .ytp-title-channel-logo {
    display: none !important;
}

.images {
    display: flex;
    justify-content: space-between;
    height: 300px;
    padding: 0;
    overflow: hidden;
    margin: 6rem 0;
}

.images img {
    padding: 0 0.25rem;
}
 
.full-width img {
height: 300px;
width: auto;    
}


header, section  {
    background-color: #0000008f;
    max-width: 800px;
    width: 90%;
    margin: 2rem auto;
    padding: 3rem 4rem;
    border-radius: 3rem;
}

header {
    text-align: center;
    
}

header p {
    font-size: 1.8rem;
}


.logo {
    text-align: center;
    margin-top: 3rem;
    }

.logo img {
    max-width: 400px;
    height: auto;
    width: 100%;
    opacity: 1;


}


a, a:visited, a:active, a:hover {
    color: var(--color-font);
}



.contacts {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.contacts div {
    text-align: center;
}

.contacts a {
    text-decoration: none;
}

.icon {
    width: 5rem;
    height: 5rem;

}


.contacts a {
    opacity: 1;
    transition: opacity .4s;
}

.contacts a:hover {
    opacity: .7;
}


.contact span {
    display: block;
}


header span {
    display: block;
    font-size: 3rem;
}


svg path, svg polygon {
    fill: #e9ccff;
}

svg {
    width: 4rem;
}


h1 {
    font-size: 6rem;
    margin-bottom: 1rem;
    margin-top: 0;
    margin-top: 10px;
    line-height: 6.5rem;
}

h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
    margin-top: 0;
    transform: rotate(-1deg) translateY(-10px);
}


h1, h2 {
    text-shadow: 0 0 5px rgb(66, 9, 9);
}


h2 {
position: relative;

}
    
h2::before {
    content: "";
    position: absolute;
    left: 11%;
    bottom: .5rem;
    width: 200px;
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: rgba(233, 174, 233, 0.5);
    z-index: -1;
}

p, li {
    font-size: 1.6rem;
}
a, a:visited, a:active {
    color: var(--color-font);
}

a:hover {
    text-decoration: none;
}

.facebook-cta {
    width: 60%;
    margin: 6rem auto;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    font-size: 130%;
}

section.promo  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

section.promo p {
    text-align: center;
}

.footer-bottom {

}

.videoembed {
    text-align: center;
    margin: 4em 0;
}

@media only screen and (max-width: 1280px) {
    .full-width iframe {
        max-width: 95%;
    }

}

@media only screen and (max-width: 810px) {
    .contacts {
        flex-wrap: wrap;
    }

    .contact {
        margin-top: 2rem;
        width: 50%;
        margin-bottom: 2rem;
    }

}


@media only screen and (max-width: 430px) {

    main {
    background-color: #000000bb; 
    }

    section.promo  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2em;
    }



    section {
        margin: 0;
        width: auto;
        border-radius: 0;
        background-color: transparent;
    }

.images {
margin: 2rem 0;
justify-content: center;

}

.images img {
    padding: 0;
}

header {
    box-sizing: border-box;
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
}

h1 {
    font-size: 5rem;
    line-height: 6rem;
}

h1 span {
    display: none;
}


 
ul {
    padding-left: 20px;
}


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