<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: copperplate;
    src: url(../fonts/coperplate.ttf);
}

/* @font-face {
    font-family: BrushScript;
    src: url(../fonts/BRUSHSCI.ttf);
} */

:root {
    --button-color: #f777d2;
}

body {
    background-color: #232450;
    color: #ffffff;
    font-family: "Copperplate", copperplate, arial, sans-serif;
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;

}

.center-header   {
    text-align: center;
    width: auto;
}

.announce {
	    background: rgb(154,48,129);
	    background: linear-gradient(90deg, rgb(154 48 129 / 70%) 0%, rgb(233 106 140 / 0.8) 100%);

    font-family: "Copperplate", copperplate, arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: stretch;
    /* height: 110px; */
    flex-wrap: wrap;
}
.logo{

    font-family: "Copperplate", copperplate, arial, sans-serif;
    }

.announce .center-header {
    text-align: center;
    width: auto;
    font-size: 30px;
    vertical-align: middle;
    height: 100%;
    margin-right: 30px;
}

@media (max-width: 992px){



    .announce .center-header {

        font-size: 30px;

    }

}

@media (min-width: 992px){

   
}
.background-hold {
    background: #2725547d;
    font-size: 21px;
    }

.container {
    font-family:  arial, sans-serif;

}

.logo h1,.logo h2   {
    text-align: center;
    width: auto;
    font-family: "Copperplate", copperplate, arial, sans-serif;
    line-height: 1;
    
}

.custom-thumbs{
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 8px;

}

.custom-thumbs img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    margin: 10px;

}


.background-hold a {
    color:     #e76f9f;
    ;

}
.background-hold a:hover, .background-hold  a:hover {
    color: #810134;

}
.background-hold a.btn {
    color: #ffffff;
}

.logo, .logo:hover, .logo:active{
    text-decoration: none;
    color: white;
}

.logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width:80vw;

}

.main-content tr:nth-child(odd) {
    background-color: #8f89ff;
}

.main-content table{
    margin-bottom: 1rem;
    color: black;
    background-color: white;;
    vertical-align: top;
    border-color: black;
    min-width:300px;

}
.main-content img{
    max-width: 100%;

}
.main-content iframe{
    width: 100%;
    height:300px;
    padding:30px;

}



.main-content td{
   border: 1px solid black;
   padding-left: 10px;

   padding-right: 10px;
}


.divider{
    color: #ffffff94;
    font-size: 30px;

}

.nav-link {
    font-size: 23px;
    color: #ffffff;

}

.socials-float-top-right{
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 1000;

}
.gallery-image{
    width:100%;
    aspect-ratio : 1 / 1;
    min-height: 100px;;
    background-size: cover;
    background-position: center;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: column;
    align-content: space-around;
}
.gallery-overlay{
    background: rgb(0 0 0 / 33%);
    color: white;
    text-decoration: none;

    text-align: left;
    padding-left: 10px;

}

.btn-pendulum {
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;

    color:white;
    --bs-btn-bg: #bf5a80;
    --bs-btn-hover-bg: #ffca2c; 
    box-shadow: 4px 3px 4px 0px #1d0242;
    border:0;
}

.nav-link:hover, .nav-link.active:hover {
    color: #b7557f;
    transform: scale(1.1);

}

@media (min-width: 991px) and (max-width: 1400px){

    .nav-link {
        font-size: 17px;
    }

}


.nav-link.active {
    color: #b2527e !important;
    font-size: 17px;
    text-decoration: underline;
    /* 
    color: #06081f;
    background-color: #ffffff;
    border-color: #232450;
    border-radius: 10px; */

}



@media (max-width: 991px){

    .nav-link.active {
        color: #bdbcbc !important;
        text-decoration: underline;
    
    }
    
    .nav-item {
        background-color: #b2527ed1;
        margin-bottom: 7px;
        border-radius: 4px;
        text-align: center;
    }
    .nav-link:hover {
        color: #232450;;
    }

}



.dropdown-menu .nav-link {
    color: #252553;

}

.dropdown-menu {
--bs-dropdown-bg: rgb(233 106 140 / 0.8);

}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu &gt; li:hover{ background-color: #f1f1f1 }
	.dropdown-menu &gt; li:hover &gt; .submenu{ display: block; }

    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 2px solid rgba(255, 255, 255, 0.212);
      }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

.accordion-item {
    background-color: gray;

}
.accordion-item .accordion-collapse {
    margin-left:10px;
}

.accordion {
    
    --bs-accordion-bg: rgba(255, 255, 255, 0);
    --bs-accordion-color: #ffffff;
    --bs-accordion-btn-color: #ffffff;
    --bs-accordion-border-width: 0px;
    --bs-accordion-active-color: #fbc5c5;
    --bs-accordion-btn-focus-border-color: #fbc5c5;

}

.bg-pend-primary {
    background-color: #232450;
}
.bg-pend-secondary {
    --bs-btn-bg:#f777d2
}

.dancing-font {
    font-family: 'Dancing Script', cursive;
}
.copperplate {
    font-family: "Copperplate", copperplate, arial, sans-serif;
}


a {
    color: #cc6eb1;
    text-decoration: none;
}</pre></body></html>