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



/*NAV BAR*/
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  border: none;
  
  margin-right: 1.5rem;	
}

.navbar-toggler, .navbar-toggler-icon{
    border: none;	
	z-index: 10;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    border: none;
    box-shadow: none;
}

.bg-pink{
	transition: 500ms ease;
	background:transparent !important;
	border-radius: 0px !important;
}
.bg-pink.scrolled{
	background:#ea55ae !important;
	border-radius: 0px !important;
}

.navbar-brand {
  background-size: contain;
  background:transparent !important;
  border-radius: 0px !important;	
}

@media (min-width: 768px) {
  .navbar-brand {
    background-size: contain;
    height: 15px;
    background-position: top right;
  }
}
.navbar-expand-lg{
	padding-top: 0rem;
}

@media (min-width: 992px){
.navbar-expand-lg{
	padding-top: 1.56rem;
}
}

.navbar-collapse {
background: #ea55ae;
margin: -3rem -1rem -1rem -1rem;
padding: 1rem 1rem;
z-index: 3;	
}

@media only screen and (min-width: 769px) {
  .navbar-collapse {
    background: none;
  }
}

#navcol-1 {
  font-family: 'Fredoka';
  font-weight: 500;
  font-size: 20px;
  color: #FFF !important;
}

.navbar-nav {
  padding: 0 15px 0 0;
}

.nav-link {
  color: white !important;
}

.navPad{
	margin-right: 15px;
}
/*------------------FOOTER------------------*/
/*---social bar--*/
#superfooter {
  width: 100%;
  height: 570px;
  background-color: #d30c86;
  color: #FFFFFF;    
  text-align: center;
  padding: 25px 0px;
}
@media (min-width: 414px) {
  #superfooter {
    height: 530px;
  }
}
@media (min-width: 576px) {
  #superfooter {
    height: 490px;
  }
}

@media (min-width: 768px) {
  #superfooter {
    height: 300px;
  }
}

@media (min-width: 992px) {
  #superfooter {
    height: 250px;
  }
}

.sf-left {
  margin-bottom: 20px;    
}

.sf-center {
  margin-bottom: 20px;    
}

.sf-right {
  margin-bottom: 20px;    
}

h6 {
  color: #ffffff;
  font-family: 'Fredoka';
  font-weight: 500;	
  font-size: 32px;
  font-style: normal;
  font-variation-settings: "wdth" 100; 	
  text-align: left;
  
}

.social-foot a {
  font-size: 25px;
  padding-right: 10px;
  color: white;
}

.footPlus{
	margin-right: 20px;
}
@media (min-width: 992px){
    .social-foot a {
  font-size: 32px;
  padding-right: 10px;
  color: white;
}
}

.footCopy {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;   
  color: #FFFFFF;
  text-align: left;	
}
.footCorp {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;   
  color: #FFFFFF;
  text-align: center;	
}
@media (min-width: 768px){
	.footCorp {
  font-size: 16px;
  text-align: left;	
  padding-left: 5px;		
  
}
}
@media (min-width: 992px){
	.footCorp {
  font-size: 16px;
  text-align: left;	
  padding-left: 40px;		
  
}
}
.hash {
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 500;    
  color: #FFFFFF;
  text-align: left;	
}

@media (min-width: 768px){
 .hash {
  font-size: 18px;
  text-align: left;	 
}
}
@media (min-width: 992px){
 .hash {
  font-size: 20px;
  text-align: left;	 
}
}
.corpHolder{
	text-align: center;
	align-content: center;
	height: 80px;
	margin-right: 10px; 
} 
@media(min-width: 768px){
	.corpHolder{
	height: 100px;
	margin-right: 75px; 
} 
}
@media(min-width: 1200px){
	.corpHolder{
	height: 100px;
	margin-right: 100px; 
} 
}

.blueWhale{
	background-image: url("../../assets/img/logos/bluewhale.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*-bottom bar--*/
#footBasic {
  padding: 20px 0;
  font-size: 16px;
  height: 90px;
  background-color: #a40371;
}

@media (min-width: 768px) {
  #footBasic {
    padding: 20px 0;
    font-size: 14px;
    height: 65px;
  }
}

.footlink { 
	color: #FFFFFF; 
}

.footlink:hover {
	color: #FFFFFF;
	text-decoration: none;    
}

.footer-basic {
  padding: 20px 0;
  color: rgba(255,255,255,.75);
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.25);
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.80;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
/*----------------end FOOTER---------------------------*/
