html {
  height: 100%;
  
}
body{
	
	height: auto;
	min-width: 95vw;
    margin: 0;
    padding: 0;
    background-color: #9D99AC;
    overflow-x: hidden;
}
nav{
    min-height: 2vh;
    display: block;
    height: auto;
	position: fixed;
    padding-top: 0px;
	z-index: 1000;
}
nav .navPart a{
    color: #ffffff;
    font-size: 1em;
	font-weight: lighter;
	font-family: "Century Gothic";
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.H10 {
	display: flex;
	justify-content: center;
	padding-right: 0px;
	padding-top: 3px;
	position: fixed;
  	left: 0;	
  	top: 2px;
 
	
}
.navPart{
	
    background-color:  #04042b;
	
    width: 100%;
	margin-left: 30;
    padding-top: 5px;
    padding-bottom: 1px;
	padding-right: 16px;
    padding-left: 7px;
    top: 0px;
    position: relative;
	box-shadow: 0px 0px 3px 0px #cfc9e2, 0px 0px 3px 0px #716b9e;
 }
.navPart.past-main {
    background-color: #111111;
    
}

 .navPart a{
    display: block;
	argin-top: 5px;
    margin-bottom: 10px;
}
.navPart.closed{
        display: none;
}
.logoPart{
        display: none;
}

#menuBtn{
     	display: block;
        background-color: transparent;
		background-image: url("Img/MB1.png");
		background-repeat: no-repeat;
		background-size: 60%;
        border: none;
        box-shadow: none;
        color: transparent;
        z-index: 1000;
        position: fixed;
		margin-top: 12px;
        right: 0px;
		cursor: pointer;	
}
 #menuBtn i{
        font-size: 2em !important;
}
footer{
    background-color: #9D99AC;
	color: white !important;
    padding: 10px;
	align-items: center;
    text-align: center;
    height: 40px;
	text-decoration: none;
}
footer p{
	text-align: center;
	align-items: center;
    color: #F88484;
    margin: 0;
    font-family: "Century Gothic";
	font-size: 1.0em;
    font-weight: normal;
	text-decoration: none !important;
}
.Sft{
	color: #DE4C05;
	
}
.homeSection{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	
	
}

.homeSection h1{
    font-size: 1.8em;
	font-family: "Meko";
	font-weight: normal;
	color: #FFFFFF;
    margin: 0;
}
.He1{
    font-size: 1.5em;
	font-family: "Meko";
	font-weight: normal;
	color: #FFFFFF;
    margin-left: 8px;
}
.container{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
	
	
	
	
    
}
.row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.halfCon{
    padding-left: 20px;
}
.imgCon{
    text-align: right;
    padding-right: 10px;
	animation: fadeIn s;
}
.lrgImg{
    width: 300px;
    height: 420px;
    object-fit: cover;
}

.imgConMobile{
    display: none;
}
.BodyText .textCon{
	text-align: center;
	align-items: center;
    max-width: 600px;
	padding-top: 32px;
	padding-bottom: 15px;
    
}
.BodyText .textCon2{
	text-align: center;
	align-items: center;
    max-width: 600px;
	padding-top: 5px;
	padding-bottom: 15px;
    
}
.BodyText .textCon3{
	text-align: center;
	align-items: center;
    max-width: 600px;
	padding-top: 40px;
	padding-bottom: 20px;
    
}
.BodyText b1{
	color: #FFF;
    font-size: 1.9em;
	font-family: "Century Gothic";
	font-weight: normal;
    margin: 1;
	text-shadow:
    .1px .1px 0 #FFF,
    -.1px .1px 0 #FFF,
    -.1px -.1px 0 #FFF,
    .1px -.1px 0 #FFF;
}
.BodyText b2{
	color: #FFF;
    font-size: 1.0em;
	font-family: "Bell MT";
	font-weight: normal;
    margin-left: 15px;
	margin-right: 15px;
}
.TSKCLR{
	background-color: #FFF;
}
.TSK1{

	text-align: center;
	align-items: center;
    max-width: 600px;
	width: 100%;
	height: 40px;
	
}
.TSK2{
	text-align: center;
	align-items: center;
    max-width: 600px;
	width: 100%;
	height: 40px;
	padding-bottom: 10px;
	
}
.TSK{
	color: #000000;
    font-size: .9em;
	font-family:  "Century Gothic";
	font-weight: bold;
    margin-left: 15px;
	margin-right: 15px;
}
.DesDev{
	min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #04042b;	
}
hr {
    box-sizing: border-box; 
    border: 0 none transparent; 
    border-top: 1.2px solid #EEF80C;
    }
.titleLine{    
    width: 130px;
    margin-top: 8px;
    margin-bottom: 25px;
	opacity: 0;
	animation: fadeIn 4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
.titleLine2{    
    width: 150px;
    margin-top: 8px;
    margin-bottom: 25px;
	opacity: 0;
	animation: fadeIn 4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
.BluB {
    font-family: "Century Gothic";
 	font-size: 14px;
  	font-color: #00bcc8;
  	font-weight: normal;
    color: #00bcc8;
	padding-top: 3px;
}
.DDBtn {
  	justify-content: center;
  	align-items: center;
  	text-align: center;
 	position: relative;
  	margin: auto;
  	margin-top: 20px;
  	margin-bottom: 0px;
  
  	background-color:  #00bcc8;
  	width: 80px;
  	height: 25px;
  	border-radius: 12.5px;
  	border: none;
  
  	outline: none;
}
.DDBtn2 {
  	justify-content: center;
  	align-items: center;
  	text-align: center;
 	position: relative;
  	margin: auto;
  	margin-top: 20px;
  	margin-bottom: 0px;
  
  	background-color:  #00bcc8;
  	width: 100px;
  	height: 25px;
  	border-radius: 12.5px;
  	border: none;
  
  	outline: none;
}
#Hideit {
  opacity: 1; /* Initially visible */
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; /* Smooth transition */
}

#Hideit.hidden {
  opacity: 0;
  visibility: hidden;
}
#B10 {
	content: "";
    justify-content: center;
    align-items: center;
	text-align: center;
	position: relative;
	background-image: url("Img/B1.png");
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: 30% 80%; 
	margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	padding-right: 0px;
    padding-left: 0px;
	width: 220px;
	height: 60px;
}
#B20 {
	content: "";
    justify-content: center;
    align-items: center;
	text-align: center;
	position: relative;
	background-image: url("Img/B2.png");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: 80% 80%; 
	margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	padding-right: 0px;
    padding-left: 0px;
	width: 245px;
	height: 61px;
	
	
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery {
  background: #111111;
	 border-top: 2px solid #b9b0d7;
	border-bottom: 2px  solid #b9b0d7;
	border-color: #b9b0d7;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gallery-cell {
	justify-content: center;
  	align-items: center;
  	text-align: center;
 	width: 200px;
  	height: 100px;
  	margin-right: 10px;
  	background: #8C8;
  	position: relative;
	overflow: hidden;
	
}

.gallery-image{
    
    height: 100%;
    object-fit: cover;
    
}
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
	display: none;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.Sft:link {
	color: #42FE03;
	text-decoration: none;
}
a.Sft:visited {
	color:#42FE03;
	text-decoration: none;
}
a.Sft:hover {
	color: #42FE03;
	text-decoration: none;
}
a.Sft:active {
	color: #42FE03 ;
	text-decoration: none;
}
.fade-in {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4s;
  margin: 0px;
}
/* Fading animation */
/* .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
} */

@keyframes fade {
  from {opacity: .0}
  to {opacity: 1}
} 
.Xfade {
  animation-name: fade;
  animation-duration: 4s;
  margin: 0px;
}
.Bann {
  animation-name: fade;
  animation-duration: 4s;
  margin: 0px;
}



@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@media screen and (max-width:760px){
    
	nav .logoPart{
    	display: flex;
    	justify-content: start;
    	align-items: center;
		
}
    nav{
        min-height: 2vh;
        display: block;
        height: auto;
        position: fixed;
        padding-top: 0px;
        z-index: 1000;
    }
    nav a{
        z-index: 1000;
    }
    #menuBtn{
        display: block;
        background-color: transparent;
		background-image: url("Img/MB1.png");
		background-repeat: no-repeat;
		background-size: 60%;
        border: none;
        box-shadow: none;
        color: transparent;
        z-index: 1000;
        position: fixed;
        right: 0px;
		cursor: pointer;
    }
    #menuBtn i{
        font-size: 2em !important;
    }
	.navPart{
        width: 100%;
       
		top: 40px;
        padding-top: 5px;
        padding-bottom: 1px;
        position: relative;
		box-shadow: 0px 0px 3px 0px #cfc9e2, 0px 0px 3px 0px #716b9e;
    }
	
    .navPart.closed{
        display: none;
    }
    .navPart a{
        display: block;
		margin-top: 5px;
        margin-bottom: 10px;
    }
	.container{
		min-height: 100vh;
		text-align: center;
		align-items: center;
		width: 100%;
		height: 350px;
		background-image: url("Img/POP4.png");
		background-repeat: no-repeat;
		background-size: 400px;
		background-position: 50% 50%;
		padding-top: 40px;
		
    
	}
	.homeSection{
		min-height: 0vh;
		justify-content: left;
	}

    .homeSection h1{
        display: none;
    }
	.H10 {
	
		padding-top: 10px;
	
 
	
}
	.TSK{
		font-size: .85em;
	}
	
    .DDBtn {
  	    margin-left: 5px;
		margin-top: 8px;
  
	}
	.DDBtn2 {
  	    margin-left: 5px; 
  
	}
    .halfCon{
        width: 100%;
    }
	
    .imgCon{
        display: none;
    }
    
    .BodyText .textCon{
		padding-top: 30px;
        padding-left: 15px;
		padding-right: 15px;
    }
	.BodyText .textCon2{
		
        padding-left: 5px;
    }
	.BodyText .textCon3{
		padding-top: 30px;
        padding-left: 15px;
		padding-right: 15px;
    }
}


@media screen and (max-width:650px){
	
	.container{
		background-position: 70% 50%;
		
		
    
	}
	
	
}
@media screen and (max-width:500px){
	
	.container{
		background-size: 450px;
		background-position: 20% 50%;
		
		
    
	}
}

@font-face {
	font-family: 'Meko';
	src: url('Fonts/Meko.woff') format('woff');
}
@font-face {
	font-family: 'Bell MT';
	src: url('Fonts/Bell.woff') format('woff');
}

@font-face {
	font-family: 'Century Gothic';
	src: url('Fonts/CGR.woff') format('woff');
}
@font-face {
	font-family: 'Candara Light';
	src: url('AI/Fonts/Candara Light.woff') format('woff');
}