body, html {
    height: 100%;
}

 body{
 	font-family: 'Inter', sans-serif;
    font-size:  20px;
 }

nav{
    padding:  0.5em;
}


nav a{
    font-size:  1.15rem;
}


.navbar-brand{
    background-image: url("../imgs/Ignite-white.svg");
    background-repeat: no-repeat;
    background-size: 1.2em auto;
    background-position: center left 1em;
    padding-left:  2.8em;
    font-weight: 800;
}

 nav, .dark-bg, footer{
    background-color: #161e2e;
    color:  #fff;
 }

nav a{
    color:  #fff;
    list-style: none;
    margin: 0 10px;
}


nav a.btn{
    margin-right:  0;
    color:  #fff !important;
    padding:  10px 30px;
}

footer{
    padding:  0.5em;
}

footer p{
    margin: 0;
    font-size: .875em;
}


footer h3{
    font-size: 1.25rem;
}

#NTCA-logo{
    width:  auto;
    height:  100px;
}


.lt-bg{
    background-color: #fff;
    color: #161e2e;
    border-radius: 5px;
    padding:  1em;
    margin-bottom: 2em;

}


.lt-bg h4{
   

}


.lt-bg p{
    color: #6b7280;
   
}



 body{
    background-color: rgba(249,250,251, 1);
    color: #161e2e;

 }



 h1, h2, h3, h4, h5{
    font-weight: 800;
    letter-spacing: -.02em;
 }


 h1{
    font-weight: 900;
    font-size:  64px;
    font-size: calc(1.3rem + 3vw);

 }


 h2{
     font-size:  40px;

 }

 h2.caps{
        text-transform: uppercase;

        font-size:  16px;
        font-weight: 600;
        color: #4b5563;
 }

h5{
    font-weight: 600;
}


.dark-bg h2.caps{
    color: #d2d6dc;
}


h3{
    font-size: calc(1.3rem + 1.5vw);
}

h4{
    font-size: calc(1.3rem + 2vw);
}


p, li, dd{
    font-size: 1.25rem;
}

.tag{
    background: rgba(244,245,247,1);
    padding:  5px 20px;
    color:  rgb(75, 85, 99);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;

}

 .header{
    text-align: center;
 }




 .btn{
    background-color: #D11721;
    font-weight: 600;
    color:  white;
    border:  0px;
    border-radius: 10px;
    padding:  10px 20px;
    transition: 0.8s;

 }


 .btn:hover{
    background-color: #4b5563;
    color:  white;
 }



 section{
    padding: 4rem;
 }



.logoparty img{
    display:  block;
    margin-bottom: 2em;
}


.prog-features{
   padding-left:  0;
   font-size: calc(0.35rem + 2vw);
       margin-top:  50px;
}

.prog-features li{
    background: transparent url("../imgs/tick.svg") no-repeat left center;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 15px;


}

.benefits{
    margin-top: 50px;
}


.benefits h5:before{
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #D11721;;
    border-radius: 5px;
    margin-right:  10px;
}

.benefits p{
    color: #6b7280;
    margin-bottom: 10px;
    margin-left:  25px;
}

.faqs h1{
    font-size: calc(1.1rem + 2vw);
    font-weight: 800;
    margin-bottom:  50px;
}


.faqs dt{
font-weight: 800;
margin-bottom:  10px;
}


.faqs dd{

    border-bottom:  1px solid #e5e7eb;;
    margin-bottom:  30px;
    padding-bottom:  20px;
}




