img {
    display:inline-block;
    justify-content: left;
    max-width: 25%;
    height: auto;
  }

div.row1and2 {
    padding: 16px;
    margin: 12px;
}

div.bgorange {
    background-color: #EA471C;
  }

div.bgwhite {
    background-color: white;
}

div.whiteline {
        width: 70px;
        height: 6px;
        background-color: #fff;
        margin: 15px 0 15px 0;
}

h2.titlewhite {
        font-size:30px;
        font-family:Arial, Helvetica, sans-serif;
        color:white;
}

p.pwhite {
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
}

h5.stats, h5.processphase {
    margin-bottom: 20px;
    margin-top:10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;

}

h6.bold {
    margin-bottom:0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
}

p.statsreg {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

p.spacearound {
    display: flex;
    justify-content: space-around;
}

div.video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

div.learnmore {
    background-color: #e4e4e4;
}

div.bgblack1 {
    background-color: black;
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    font-weight:bold;
    display:inline-block;
}

div.bgblack2 {
    background-color: black;
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    font-weight:bold;
    display:inline-block;
}


div.imgbottom {
    display:inline-block;
    justify-content: left;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

