﻿body {
    1background-color: #F3F5FA;
}

.navbar-nav, .nav-link {
    color: White;
    font-weight: 700;
}

.navbar-collapse #logindisplay {
    text-align: left;
    margin-left: 0;
}

.navbar-toggler {
    margin-right: 115px;
}

h1 {
    color: #595959;
    font-size: 64px;
    font-style: normal;
    font-family: Poppins;
    font-weight: bold;
    line-height: 76px;
} 

.publicPage p {
    font-size: 22px; 
    color: #595959;
}

div.publicPage {
    background-color: #FFFFFF; 
    padding: 40px 0;
}


#logindisplay {
    font-size: 1.0em;
    display: block;
    text-align: right;
    margin: 10px;
    color: Black;
    1position: relative;
    1top: 0px;
    1left: 0px;
    position: absolute;
    top: 5px;
    right: 0px;
    
}

#firstsection a {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

#home-features h2, #home-features h3, #home-features p,

#footer h2, #footer h3, #footer p, #footer a {
    color: White;
}

#testimonials blockquote {
    font-style: italic;
    }
    
.carousel-indicators {
    background-color: #0AA4FF;
    margin-bottom: -2rem;
    margin: 0 35% -2rem 35%;
}

.carousel-control-prev, .carousel-control-next {
    background-color: #0AA4FF;
    max-width: 40px;
    height: 60px;
}

.carousel-control-next-icon {
    color: Black;
    }
    
.carousel-item .d-block {
    text-align: center;
    padding: 0 3rem;
}
 

#frequentlyAskedQuestions h3,
#home-features h3,
#footer h3 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.faqrow, .testimonialrow {
    margin-bottom: 20px;
} 

#footer a {
    color: #C4C4C4;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

#getStarted h2 {
    color: white;
    font-size: 64px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
}

 