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

/*NAV BAR INCLUDED*/
.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;
}

.navbar-brand {
  background-size: contain;
}

@media (min-width: 768px) {
  .navbar-brand {
    background: url("../../assets/img/main/aqua/zzpArrow.svg") no-repeat;
    background-size: contain;
    height: 15px;
    background-position: top right;
  }
}

#navcol-1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  line-height: 12px;	
  color: white !important;
}

@media only screen and (min-width: 576px){
	#navcol-1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;	
  color: white !important;
}
}
.navbar-nav {
  padding: 0 15px 0 0;
}

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

.navPad{
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	  .navbar-collapse {
    background: #3fb0e4;
	padding: 15px 90px 20px 90px;
    margin-bottom: 100px;
	z-index: 100;	  
  }
}


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

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

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

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

.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;
  text-align: center;
}

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

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

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

.hash {
  font-size: 15px;
  font-family: 'Lato';
  font-weight: 700;    
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 768px){
 .hash {
  font-size: 18px;  
}
}

@media (min-width: 992px){
 .hash {
  font-size: 20px;  
}
}

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

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

.footlink { 
	font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;   
  text-align: center;	
	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;
}
