.notes-bg{
    z-index: 0;
    height:100vh;
    width: 100vw;
    
}
 .notes-bg-img{
    height:100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
} 
.notes-bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height:100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
}
.header-elements{
    z-index: 2;
}
.header{
    height: 80px;
    position: absolute;
    top:0px;
    background-color: rgba(255,255,255,0.5);
    width: 100vw;
    line-height: 80px;
}
.logo{
    padding-left: 50px;
    width: 250px;
}
.notes-heading{
    position: absolute;
    top:45vh;
    color:white;
    font-size: 5vw;
    font-weight: 900;
    width: 100vw;
    text-align: center;
    z-index: 2;
}
.btns{
    position: absolute;
    width: 100vw;
    top:60vh;
    text-align: center;
    z-index: 2;
}
.notes-btns{
    background: white;
    color:black;
    padding: 0px 40px;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    font-weight: 900;
    text-align: center;
    border-radius: 50px;
    width: max-content;
    display: inline-block;
}


/* ================================
Intro
================================= */

#intro {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    height:100vh;
    z-index:2;
    background-size:cover;

}

.intro-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
    z-index:999;
}

.intro-text h1 {
    color:#fff;
    text-align:center;
    font-weight: 700;
    font-size: 40px;
    line-height:1.1em;
    padding-top:30px;
    text-transform: uppercase;

}

.line-spacer {
    width: 20%;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom:1px solid #fff;
}

.intro-text p span {
    color:#fff;
    font-size: 24px;
    text-align:center;
    font-weight: 300;
}




bk-slider-parent{ font-size:20px;} input[type="text"] { font-size:20px !important; width:3em !important;}