@import url("https://fonts.googleapis.com/css?family=Dancing+Script|Roboto|Shadows+Into+Light+Two");:export{fastAnimation:250}*{margin:0;padding:0}:root{--primary-color:$primary-color;--secondary-color:#cb9b37}body,html{height:100%;color:#000}body{background-size:15%;font-family:Roboto,Anton,sans-serif;font-size:13pt;line-height:1.5em}#mainContainer{display:grid;box-sizing:border-box;grid-template-areas:"title" "content" "footer";grid-template-rows:auto 1fr auto;grid-template-columns:1fr;height:100%;margin-left:auto;margin-right:auto}header.page-header{display:grid;grid-template-areas:"logo title" "menu menu";grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-area:title;margin:0}@media screen and (min-width:650px){header.page-header{grid-template-areas:"logo title menu";grid-template-columns:auto 1fr auto;grid-template-rows:auto}}header.page-header img{grid-area:logo;padding:30px;height:100px;transition:height .2s ease-in-out}header.page-header h1{grid-area:title;margin-top:auto;margin-bottom:auto;margin-left:0;transition:color .2s ease-in-out}header.page-header .page-menu{grid-area:menu;margin:auto 0 auto 15px}header.page-header .page-menu ul{text-align:left}@media screen and (min-width:650px){header.page-header .page-menu ul{text-align:right;margin-right:15px}}header.page-header .page-menu li{display:inline}footer{grid-area:footer;margin:20px auto 10px}footer a{padding-left:1.75em;padding-top:.5em;padding-bottom:.5em;background-size:1.5em;background-position:0 .25em;background-repeat:no-repeat}footer a:link{color:#000}footer a:hover{color:#f01e7b}footer a:visited{color:#000}footer .facebook-link{background-image:url(black-facebook.88ee09cd.svg)}footer .twitter-link{background-image:url(black-twitter.e7c6fb42.svg)}footer .instagram-link{background-image:url(black-instagram.969ee549.svg)}#content{grid-area:content;overflow-y:auto}#content h3{margin-top:15px}#content section header{width:100%;display:block;padding:0;margin:0;background-color:#f01e7b}#content section header h3{font-size:2em;font-weight:700;padding:.75em 15px}#content section div{max-width:800px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#content section div p{margin-top:1em}.text-content{width:100%}.text-content p{max-width:800px;margin:0 auto}.text-content div{margin:0 auto}.gallary{display:grid;max-width:800px;grid-template-columns:1fr 1fr;grid-column-gap:15px;grid-row-gap:15px;margin-top:15px;margin-left:auto;margin-right:auto}.gallary img{width:100%}.image-block{display:grid;box-sizing:border-box;grid-template-columns:1fr 1fr;max-width:950px;margin:20px auto 0;background-color:var(--secondary-color)}.image-block section{text-align:center;max-width:500px;padding:15px;margin:auto}.image-block div{height:0;padding:50%;background-image:url(kareoke_setup.1c2e321a.jpg);background-size:contain;background-repeat:no-repeat}.image-block :after{content:"";clear:both}.inline-img-left{float:left;height:14em;margin-right:10px;shape-outside:ellipse()}.collapsed{height:0;visibility:hidden}input{width:100%;max-width:800px;font-size:1em}