html { 
  font-family: Arial, Helvetica, sans-serif;
  background-color:#000;
}

* {
  margin: 0;
  padding: 0;
}

  h1 {font-size:42px; font-weight:bold;}
  h2 {font-size:32px; font-weight:bold;}
  h3 {font-size:22px; font-weight:normal; color:#19B35F;}
  h4 {font-size:16px; font-weight:bold;}
  h5 {font-size:13.28px; font-weight:bold;}
  h6 {color: black; font-size:10.72px; font-weight:bold;}
  p {font-size:18px;color:#19B35F;}




.tophdr {
  width:90%;
  height:auto;
  margin:0 auto;
  padding:15px;
  background-color:#000;
  clear:both;
}

.phbox {
  max-width:35%;
  min-width:20%;
  height:auto;
  text-align:center;
  float:left;
  margin:0 auto;
  color: #ffffff;
  border:0px solid black;
}

.servingbox {
  max-width:50%;
  min-width:30%;
  height:auto;
  text-align:center;
  float:right;
  margin:0 auto;
  color: #ffffff;
  padding-left:10px;
  padding-right:10px;
  border:0px solid yellow;
}



.redbar {
  width:100%;
  height:10px;
  background-color:#ED1C24;
  clear:both;
}

.purplebar {
  width:100%;
  height:15px;
  background-color:#4C408F;
  clear:both;
}

.ctrgroup {
  width:100%;
  height:auto;
  text-align:center;
  background:#000;
  clear:both;
}


.logobox img {width:100%;height:auto;}
.busbox img {width:100%;height:auto;}

.logobox {
  max-width:450px;
  height:auto;
  text-align:center;
  padding:10px;
  margin:0 auto;
  clear:both;
}


.busbox {
  max-width:65%;
  height:auto;
  text-align:center;
  margin:0 auto;
  padding:10px;
  border:0px solid pink;
}

.textboxone {
  color:#19B35F;
  max-width:90%;
  height:auto;
  margin:0 auto;
}

.subtitle {width:100%;height:auto;margin-top:30px;margin-bottom:30px;text-align:center;}

.subtitle2 {
width:100%;
height:auto;
margin-top:30px;
margin-bottom:30px;
text-align:center;
font-size:42px;
color:#19B35F;
font-weight:bold;
}


.txtrow {width:100%;height:auto;}


.fpname {margin-top:5px;margin-bottom:5px;color:#19B35F;text-align:center;}


.txtcolone,.txtcoltwo {line-height:1.75em;}

.txtcolone {
  max-width:45%;
  min-width:300px;
  height:auto;
  display: inline-block;
  vertical-align:top;
  padding:10px;
  border:1px solid #19B35F;
  margin-bottom:15px;
}

.txtcoltwo {
  max-width:45%;
  min-width:300px;
  height:auto;
  display: inline-block;
  vertical-align:top;
  padding:10px;
  border:1px solid #19B35F;
  margin-bottom:15px;
}

.btmpad {width:100%;height:15px;}