@charset "UTF-8";
/* CSS Document */

body{
	background-color: #642BA6;
font-family: "Inter28pt ExtraBold"
	
	
}

.announcement {
	    display: flex;
    justify-content: space-between;
    padding: 0 10px;
	align-items: center;
  height: 100%;
  text-align: center;
  width: 100%;
  background: black;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  vertical-align: middle;
  font-size: 0.7em;
}

.announcement a { 
  color: #ccc; 
}

.announcement a:hover {
  color: red;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}




/* footer */

.footer {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}


.footer-bottom[data-v-567b892c], .row[data-v-567b892c] {
    position: relative;
}

.footer-bottom[data-v-567b892c], .row[data-v-567b892c] {
    position: relative;
}



li {
	  color: white;
  text-decoration: none; /* no underline */
	 font-family: "Inter Regular";
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}


@media screen and (max-width: 600px){
	ul.nav.col-md-4.center{
		justify-content: center;
		
	}
}

@media screen and (min-width: 600px){
	.nav.col-md-4.center{
	justify-content: center;
	}
}



@media screen and (max-width: 600px){
	.nav.col-md-4.left{
		justify-content: center;
		text-align: center;
	}
}

@media screen and (min-width: 600px){
	.nav.col-md-4.left{
	justify-content: start;
	}
}

@media screen and (max-width: 600px){
	.nav.col-md-4.right{
		justify-content: center;
		margin: 0 auto;
	}
}

@media screen and (min-width: 600px){
	.nav.col-md-4.right{
		justify-content: end;
	}
}




a{
	text-decoration: none;
}




/* Centered text */
.centered {
  position: absolute;
	font-size: 5vw;
	color: #FFFFFF;

}


/* footer */


@media screen and (max-width: 761px){
	.list-unstyled.d-flex{
		justify-content: flex-start;
	}
}

@media screen and (min-width: 761px){
	.list-unstyled.d-flex{
		justify-content: space-evenly;
	}
}

@media screen and (min-width: 761px){
	.menufooter{
		display:contents;
	}
}

@media screen and (max-width: 761px){
	.menufooter{
		display: flex;
		flex-direction: column;
	}
}



/* footer */





  /* hover feature */
.thumbnail{
	display: flex;
	justify-content: center;
}


 
.picture1{
	    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	
	height: auto;
}

.picture2 {
    display: none;
	    justify-content: center;
	align-items: center;
	
	height: auto;
}
.thumbnail:hover .picture1 {
    display: none;
}
.thumbnail:hover .picture2 {
    display: block;
}






/*Back to top button Start */

.totop{
	background-color: transparent;
	animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	border: none;
	color: transparent;
}
  

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


@-webkit-keyframes fadeInAnimation{
	    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
	
}



@media screen and (max-width: 992px) {
  .backicon {
  width: 70px;
	  height: 70px;
  }
}


@media screen and (max-width: 992px) {
.translate-middle {
    transform: translate(-50%,-90%)!important;
}

}

@media screen and (min-width: 992px) {
.translate-middle {
    transform: translate(-50%,-200%)!important;
}
}


/*Back to top button End */


