@charset "utf-8";
/* CSS Document */

html {scroll-behavior: smooth;}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

.body-text, body {
  font-size: 1.2em;   
    line-height: 1.6em;
}

#banner {
    background: url(../images/adult-learner-nursing.jpg) no-repeat center center;
    background-size: cover;
}
a {color:#006e37;}
a:hover {color:#014422;}
section {
    padding: 50px 0 80px 0;
}

h1, h2, h3 {font-family: 'JetBrains Mono', monospace;}
h2, h3, h4 {color: #006e37; padding-top: 20px;}

h2 {padding: 10px 0 40px 0;}

@media (max-width: 600px) {
    h2 {
    font-size: 2.2em;
    }
}
.lead {font-size: 1.3em; line-height: 1.1em; padding-top: 20px}
.full-pad {padding: 100px 0 40px 0;}
/* Overwrite bootstrap default */
.navbar {background: rgba(255,255,255,0.8)}

.neon-green {
    color: #97d700;
}

.btn-wcc {
    color: #fff;
    background-color: #006e37;
}

.btn-wcc:hover {
    background-color: #014422;
    color: #ffffff;
}

.btn-wcc-inverse
 {
    background-color: #fff;
    color: #006e37;
}

.btn-wcc-inverse:hover, .btn-wcc-inverse:focus {
    background-color: #ebe9e9;
    color: #0c4529;
    box-shadow: 3px 2px 2px #cdcdcd;
}

.accordion-item {
    background: transparent;
    border: none;
}


#flexibility, #whatever-you-need {
    background-color: #183029;
    color: white;
}

#flexibility .card, #financial-support .card, #testimonial .card {
    background: transparent;
    border: 1px solid #97d700;
    border-style: solid solid solid none;
    margin-right: 30px;
}

footer {
    padding: 30px;
    margin: 0;
    background: #006e37;
    color: white;
}

.targetx-form {
	box-shadow: 5px 10px 18px #888888;
}

.move-up {
	margin-top: -180px;
}

@media (max-width: 600px) {
    .move-up {
    margin-top: 0px;
    }
}

#testimonial {
    background: url(../images/sterile.jpg) no-repeat center center;
}