html, body{
    font-family: 'Nunito Sans', sans-serif;
    height: 100%;
    background: radial-gradient( #2a52e3 70%,#001b87);
    overflow-x: hidden;
}

.main-header{
    box-shadow: none;
}
.nf-container{
    color: #fff;
    display: flex;
    height: 100vh;
    text-align: center;
    min-height: 700px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.nf-message-wrapper{
    padding: 0px 40px;
}
.nf-title{
    font-size: calc(80px + 2vw);
    font-weight: 800;
    margin-bottom: 0;
    line-height: calc(100px + 2vw);
}
.nf-description{
    font-size: calc(18px + 0.25vw);
    font-weight: 200;
    line-height: calc(20px + 0.5vw);
}

.nf-description a{
    color: #fff;
    text-decoration: underline
}

.nf-container img{
    width: 100%;
    max-width: 500px;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
.nf-container{
    text-align: left;
}
.main-header{
    background-color: rgba(255, 255, 255, 0.9);
}
 }
  /* Extra large devices (large desktops, 1700px and up)*/
@media (min-width: 1700px) { 
    .navbar {
        /* margin-top: -1.4%; */
    }
    .sbp-logo-desktop-wrapper {
        
        /* padding: 0% 4% 0% 2%; */
    }
    .action-button{
        padding: .5rem 1.75rem;
    }

}