html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  --def: #96B7C4; 	
	--inv: #fff;
}

#particle-canvas {
  width: 100%;
  height: 100%;
}

canvas{
  background-color: rgba(0, 0, 0, 0.6);
  height: 780px !important;
  overflow-x: hidden;
  width: 100% !important;
}
.nav-label{
  border-bottom: 2px solid transparent;
}
.nav-label:hover{
  border-bottom: 2px solid #E9204F;
}

.navactive{
  border-bottom: 2px solid #E9204F !important;
}

.cus-botton {		
	position: relative;	
	padding: 1.4rem 4.2rem;
	padding-right: 3.1rem;
	font-size: 1.4rem;
	color: var(--inv);
	letter-spacing: 1.1rem;
	text-transform: uppercase;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
}

.cus-botton:before, .cus-botton:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}

.cus-botton:hover {
	color: var(--def);
	transition-delay: .5s;
}

.cus-botton:hover:before {
	transition-delay: 0s;
}

.cus-botton:hover:after {
	background: var(--inv);
	transition-delay: .35s;
}

.from-left:before, 
.from-left:after {
	top: 0;
	width: 0;
	height: 100%;
}

.from-left:before {
	right: 0;
	border: 1px solid var(--inv);
	border-left: 0;
	border-right: 0;	
}

.from-left:after {
	left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
	width: 100%;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.icon-style{
  color:#E9204F;
  font-size: 50px;
}

.date-label{
  font-weight: bold;
}

.date-style{
  font-size:1.5rem;
  font-weight: bold;
}

.aboutUs{
  background-image: url('/img/about.PNG');
  height:500px;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  background-size: 25%;
  color: white;
}

.modalDesign{
  background-color: #000000 !important;
}

#yinyang{
  width:50px;
  position: absolute;
  bottom: 0%;
  margin-bottom: -40px;
  margin-left: -40px;
}

#yinBig{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 20%;
  margin-bottom: -80px;
  margin-right: -80px;
}
.buttonCancel{
  font-weight: bold;
  background-color: transparent;
  width: 40%;
  height: 40px;
  color: white;
  border: 1px solid white;
}

.buttonCancel:hover{
  border: 1px solid rgb(209, 209, 209);
  color: rgb(209, 209, 209);
}

.buttonSuccess{
  font-weight: bold;
  background-color: #E9204F;
  width: 40%;
  height: 40px;
  color: white;
  border: none;
}

.buttonSuccess:hover{
  background-color: #E9204F;
  color: white;
}

.modal-footer{
  border-top: none !important;
}

.modal-header{
  border-bottom:none !important;
}


