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

html {scroll-behavior: smooth;}

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

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

hr {
    border-top:10px solid #006e38;
    margin-right: 50%;
}

.hr-right {
    margin-right:0;
    margin-left: 50%;
}
#banner {
    background: url(../images/walking2.jpg) no-repeat center center;
    background-size: cover;
}
#banner2 {
    background: url(../images/employees.jpg) no-repeat center center;
    background-size: cover;
}
a {color:#006e37;}
a:hover {color:#014422;}
section {
    padding: 60px 0 60px 0;
}


h2, h3, h4, .lead {color: #006e37;}
h2 {font-size: 2.5em;}
@media (max-width: 600px) {
    h2 {
    font-size: 2.2em;
    }
}
.lead {font-size: 1.3em; line-height: 1.5em;}
.full-pad {padding: 100px 0 40px 0;}
/* Overwrite bootstrap default */
.navbar {background: rgba(255,255,255,0.8)}

#banner .btn-wcc, #banner2 .btn-wcc {
    box-shadow: 3px 2px 2px #999;
}
.btn-wcc {
    color: #fff;
    background-color: #006e37;
}

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

.wcc-card {
    background: #e4fff2;
    border: none;
    border-left: 3px solid #006e37;
}

#break {
    height: 400px;
    background: url(../images/diversity-group.jpg) no-repeat center fixed;
}

#break2 {
    height: 400px;
    background: url(../images/diversity-group3.jpg) no-repeat center fixed;
}

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