/*styles - nav*/
.navbar{
	z-index: 100;
}

.nav-clean {
  background-color: #EC008C;
  border-bottom: 3px solid #FFF200;	
}

#navcol-1 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600; 	
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFF;
}

@media (min-width: 992px) {
  #navcol-1 {
	font-size: 20px;
    letter-spacing: .5px;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #FFF;
}

.navbar-default .navbar-toggle.collapsed {
  border-color: white;
  border: 2px;	
}

.navbar-default .navbar-toggle{
 border-color: white;
 border: 2px;	
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgba(255,255,255,1.00);
} 

.navPad {
  padding-right: 25px;
}

.close{
	font-family: 'Montserrat' !important;
  	font-size: 32px !important;
  	color: #1A1A1A !important;
	opacity: 1 !important;
    float:right;
    z-index:101;    
}

/*------------------FOOTER------------------*/
#superfooter {
  width: 100%;
  height: 600px;
  background-color: #2962ff;
  color: #FFFFFF;    
  text-align: center;
  padding: 50px 0px;
}

@media (min-width: 576px) {
  #superfooter {
    height: 550px;
  }
}

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

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

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

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

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

.footHead {
  color: #ffffff;
  font-family: 'Mouse Memoirs';
  font-size: 36px;
}

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

.footCopy {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;   
  color: #FFFFFF;    
}

.hash {
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 700;    
  color: #FFFFFF;    
}

#footBasic {
  padding: 20px 0;
  font-size: 16px;
  height: 100px;
  background-color: #003de5;
}

@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,.5);
}

.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---------------------------*/