
header{margin-bottom: 100px;}
/*mainMenuTs*/
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon,
.navbar-scrolled .navbar-brand {
  color: #fff;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
  background-color: #cbbcb1;
}

.mask-custom {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .15);
}

.navbar-brand {
  font-size: 1.75rem;
  /*letter-spacing: 3px;*/
}
/*maninMenuTs*/

.mainLogo{font-family: "noka", sans-serif;
font-weight: 800;
font-style: normal;
font-size:1.5rem;}

nav a:link{text-decoration: none;}
nav a:visited{text-decoration: none;}
nav a:hover{text-decoration: none;}
nav a:active{text-decoration: none;}

/*font-family: "noka", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "noka", sans-serif;
font-weight: 800;
font-style: normal;*/


/*interested*/
.interested{font-family: "proxima-nova", sans-serif;
font-weight: 700 !important;
font-style: italic;}