/*imported Poppins font */
@import url('https://fonts.googleapis.com/css?family=Poppins');

body, .widget-title, .header_v3 #masthead li a {
font-family: 'Poppins', sans-serif!important;

}
/** code from greenturtlelab to force key personnel images to max size thumbnail **/
#post-110 .size-thumbnail {
    max-width: 100%;
    width: 150px;
}

/** prevent images from zoomming on hover **/
.post-img:hover img,
.card-img-top:hover img,
.entry-content:hover img,
.news-item-thumb:hover img {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/** darken font color of paragrpah **/
p {
  margin-bottom: 15px;
  color: #313131;
}

/** Change Page Title color to Red and increase font size and top margin **/
.page article.hentry .entry-title {
  margin-top: 20px;
  margin-bottom:-20px;
  font-size: 2.5rem;
	color: #e0162b;
}

/** change green #1e9265 to red #e0162b on submit button on contact page **/
.button,
button,
html input[type="button"],
fffinput[type="button"],
input[type="reset"],
input[type="submit"],
.button:visited,
button:visited,
html input[type="button"]:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  background: #e0162b;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.8;
  text-transform: uppercase;
  vertical-align: middle; 
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-appearance: none;
}

/** code from greenturtlelab to prevent home page content from disappearing at smallest media size **/
@media screen and (max-width: 767px) {
  .site-content #primary,
  body.home.blog #secondary {
    float: left !important;
    width: 100%;
  }
}

.page-id-20 #primary {
    width: 100%;
    margin-top: -50px;
	  padding-left: 5%;
	  padding-right: 5%;
    padding-bottom: 20px;
}

.footer-widget div {
	color:#ffffff;
}
.footer-widget a, .footer-widget a:hover {
	color:#0693e3 !important;
	font-weight:900 !important;
	font-size:17px !important
}
