.site-name {
    color: #ffffff !important;  /*#c96*/
    margin: 21px 0 2px;
}/*site title*/

.footer-widget-area .widget-title {
    color: #ff5959;
}/*title of widget area*/

.fa:hover {
  color: #ff9900;
  }/*fortawesome icons*/

a.connect:hover, a.connect:active {
  color: #ff9900;
}/*2nd widget in footer area*/


div.wpcf7 .wpcf7-form-control { 
		max-width: 100%; }

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
}
  
    