.fontcolorblk {color: black;
                      font-size: 24px;
                      font-family: Arial;
                      margin-bottom: 2px;
 }

.fontcolorred {color: red;
                      font-size: 12px;
                      font-family: Arial;
                      font-weight: bold;
 }

.breadcrumb a  { font-size: 18px;
                           font-family: Arial;
                           font-weight: bold;
                           margin: 10px 10px 40px 10px;
                           color: red;
                           text-decoration: none;
}

.hometext {color: #666666;
                  font-size: 18px;
                  font-family: Garmond;
                  margin-top: 30px;
                  width: 75%;
                  float: left;
}

.abouttext {color: #666666;
                  font-size: 18px;
                  font-family: Garmond;
                  margin-top: 30px;
                  width: 75%;
                  float: left;
}

.contacttext {color: #666666;
                  font-size: 14px;
                  font-family: Garmond;
                  width: 75%;
                  float: left;
}

.servicetext p {color: red;
                  font-size: 24px;
                  font-family: Grarmond;
                  margin-bottom: 30px;
}

.producttext p {color: #666666;
                  font-size: 24px;
                  font-family: Grarmond;
                  margin-bottom: 30px;
                  font-weight: bold;
}

.producttext li {color: #666666;
                  font-size: 18px;
                  font-family: Gramond;
           
}

.footer p {color: #666666;
                  font-size: 16px;
                  font-family: Arial;
}

input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-family: Arial;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#container img {
   width: 100%;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 24%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 70%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}