
.home1 { 
    height: 580px;
    width: 100%;
    background-image: url('/img-public/DataLogging.png');
    background-size: contain;
    color: white;
    padding-left: 110px;
    padding-top: 120px;
    margin-bottom: 40px;
}

.home2 { 
    width: 100%;
    height: 280px;
    background-image: url('/img-public/CornField.png');
    background-repeat: no-repeat;
    color: white;
    padding-left: 180px;
    padding-top: 100px;
    margin-top: 60px;
    margin-bottom: 40px;
    
}

.home1 h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.p {
    margin-bottom: 20px;
}

.container .columns { 
    margin: 0 12%;
}

.container.wider .columns { 
    margin: 0 6%;
}

.caption {
    font-size: 20px;
    margin-left: 200px;
    opacity: 0.8;
}

h1, .title {
    font-family: 'Nunito', sans-serif;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
    font-weight: 700;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-top: 16px;
}

h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.4px;
    font-weight: 400;
    margin-bottom: 16px;
}

h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 22px;
    opacity: 0.5;
    text-transform: uppercase;
}

h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.1px;
    margin-bottom: 10px;
}


.button1 { 
    padding: 12px 20px;
    background: #7EC67F;  
}
.button2 { 
    padding: 12px 20px;
    color: #7EC67F;  
    border: 3px solid #7EC67F;  
}

p.smaller {
    font-size: 14px;
}

.column .icon {
    height: 24px;
    margin-bottom: 8px;
}


.tick {
    margin-top: 6px;
}
.tick IMG {
    position: relative;
    top: 2px;
    width: 24px;
    margin-right: 0.8rem;
}

.section-black { 
      background: #070d17;
      color: white;
 }

.section-how-it-works {
      width: 300px;
      position: relative;
}

.green-line { 
      margin: 0 auto 40px auto; 
      height: 100%;
      position: absolute;
      text-align: center;
      width: 100%;
}
.green-line > SPAN { 
      width: 10px;
      background-color: #B1DDB1;
      height: 100%;
      display: inline-block;
}


DIV.green-dot {
      position: relative;
}

DIV.green-dot > DIV{
    position: relative;
    top: -164px;
    left: 300px;
    height: 0px;
}

DIV.green-dot H5 {
    color: #579851;
    opacity: 0.5;
    font-size: 18px;
    padding-top: 10px;
}

.green-dot > SPAN {
      position: relative;
      margin: 0 auto 40px auto; 
      height: 124px;
      width: 124px;
      font-size: 60px;
      border-radius: 50%;
      background-color: #B1DDB1;
      color: white;
      display: block;
      text-align: center;
      line-height: 110px;
}

.green-dot.last > SPAN { margin-bottom: 0; }
.green-dot.last > DIV { top: -144px; }

.footer {
    padding: 1rem 1.5rem 1rem;
}

