* {
    margin: 0%;
    --text-100: #dadaf1;
    --text-200: #b6b6e2;
    --text-300: #9191d4;
    --text-400: #6c6cc6;
    --text-500: #4747b8;
    --text-600: #393993;
    --text-700: #2b2b6e;
    --text-800: #1d1d49;
    --text-900: #0e0e25;
    --text-950: #070712;

    --background-100: #d6d8f5;
    --background-200: #adb0eb;
    --background-300: #8589e0;
    --background-400: #5c62d6;
    --background-500: #333bcc;
    --background-600: #292fa3;
    --background-700: #1f237a;
    --background-800: #141752;
    --background-900: #0a0c29;
    --background-950: #050614;

    --primary-100: #d4d4f7;
    --primary-200: #a9a9ef;
    --primary-300: #7e7ee7;
    --primary-400: #5454de;
    --primary-500: #2929d6;
    --primary-600: #2121ab;
    --primary-700: #181881;
    --primary-800: #101056;
    --primary-900: #08082b;
    --primary-950: #040415;

    --secondary-100: #d1d1fa;
    --secondary-200: #a4a4f4;
    --secondary-300: #7676ef;
    --secondary-400: #4848ea;
    --secondary-500: #1b1be4;
    --secondary-600: #1515b7;
    --secondary-700: #101089;
    --secondary-800: #0b0b5b;
    --secondary-900: #05052e;
    --secondary-950: #030317;

    --accent-100: #cecefd;
    --accent-200: #9e9efa;
    --accent-300: #6d6df8;
    --accent-400: #3c3cf6;
    --accent-500: #0b0bf4;
    --accent-600: #0909c3;
    --accent-700: #070792;
    --accent-800: #050561;
    --accent-900: #020231;
    --accent-950: #010118;



    --text: rgb(233, 233, 246);
    --background: rgb(6, 6, 24);
    --primary: rgb(135, 135, 232);
    --secondary: rgb(18, 18, 155);
    --accent: rgb(50, 50, 245);
    --test: #0d0d23;

    color: var(--text);
}


body {
    padding-left: 10%;
    padding-right: 10%;
    font-family: monospace;
    background-color: var(--background);
	overflow-x:hidden;
}

h1.maintitle {
    padding-top: 2rem;
    color:dodgerblue;
    text-align: left;
}

h2.maintitlesub {
    color:dodgerblue;
    padding-top: 0.25%;
    text-align: left;
    font-size: 18px;
}

h2.mtss {
    color:dodgerblue;
    text-align: left;
    font-size: 15px;
}

h2.ptsfmt{
    font-size: 25px;
    padding-bottom: 1%;
    color:dodgerblue;
    text-align: center;
}

h2.ptsc{
    font-size: 25px;
    padding-bottom: 1.5%;
    color:dodgerblue;
    text-align: center;
}

p.spacers {
    padding-top: 1%;
    padding-bottom: 1%;
}

p.spacerss {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

p.spacersp {
    
    padding-top: 1%;
    padding-bottom: 1%;
}

p.spacerm {
    padding-top: 2%;
    padding-bottom: 2%;
}

p.spacerb {
    padding-top: 4%;
    padding-bottom: 4%;
}

p.pwc-des {
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
}

.pfsclt {
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
    display: flex;
    flex-direction:column;
}

div.pfmt {
    font-size: large;
    text-align: center;
}

ul.pfmt{
    padding: 0;
}


.pft {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
}

.wslt {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}


.wslg {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    color: green;
}

.wsly {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    color: yellow;
}

.wslo {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    color: orange;
}

.wslr {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    color: red;
}

.wslp {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    color: purple;
}

.navbar {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  max-width: auto;
  width: 100%;
}

.navbar .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar .menu li {
  position: relative;
  margin: 0 15px;
}

.navbar .menu a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  display: block;
}

.navbar .menu .dropdown:hover .dropdown-content {
  display: block;
  z-index: 1000;
}

.navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--accent-300);
  list-style: none;
  padding: 0;
  margin: 0, 0;
  top: 100%;
  left: 0;
}

.navbar .dropdown-content li {
  padding: 5px;
  margin: 0;
}

.navbar .dropdown-content a {
  color: #fff;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

li {
}

li a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}

li a:hover{
    background-color: #070792;
}

.nba {
    background-color: #4848ea;
}

.soc {
    font-size: 13px;
    margin-left: 7%;
    margin-right: 7%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 2fr));
    grid-gap: 5rem;
}


.soce {
    border-left: 5px solid var(--primary-500);
    border-right: 0px solid transparent;
    background-color: var(--secondary-900);
    padding: 1rem;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 1rem rgba(0,0,0,0.1);
    transition: all 0.3s ease, border-right 0.3s ease;
}

.soce:hover {
    transform: translateY(-10px);
    background-color: var(--secondary-800);
    border-right: 5px solid var(--primary-500);
}

.soce p {
    text-align: center;
    padding-bottom: 30px;
}

.soce:hover p1  {
    background-color: brown;
    transition: all 0.3s ease;
}

.soce h3 {
  font-size: 20px;
    padding-bottom: 20px;
}

.ptsfst {
    text-align: center;
}


.pw {
    font-size: 13px;
    text-align: center;
    display: block;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 2%;
}

.image {
  width: 100%;
  height:fit-content;
}


.imagec {
    width: 100%;
    height:fit-content;
    padding-bottom: 10px;
}

.images {
    width: 50%;
    height:fit-content;
}


















.lb-loader,
.thumbnail {
    width: 150px;
    height: 100px;
    margin: 5px;
    cursor: pointer;
  }
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 50px;
  border: 0 solid transparent;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: transparent;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 30%;
  left: 0;
  float: left;
  background: url(../img/arrow-left.png) left 50% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 30%;
  right: 0;
  float: right;
  background: url(../img/arrow-right.png) right 50% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 5px 4px;
  color: #ccc;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: none;
  height: 40px;
  background: url(../img/close.png) center center no-repeat;
  text-align: center;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}