

@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "OpenSansSBI";
  src: url("fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}

body {
  font-family: "OpenSans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8em;
  color: #5D6063;
}

em{
  font-style: italic;
}

strong{
  font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSansSBI", sans-serif;
  line-height: 1.3em;
  font-weight: 500;
  color: rgb(31, 35, 39);   
}

.lead{
  font-family: "OpenSans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8em;
  color: rgb(51, 53, 54);
  text-align: left;
  hyphens: auto; 
}

.contact-info h3{
  font-family: "OpenSans", sans-serif;
  line-height: 1.3em;
  font-weight: 300;
  color: rgb(31, 35, 39);
  color: white;
}

.contact-info a{
  color: white;
}

.contact-info a:visited{
  color: white;
}

i.icon-white {
  position: relative;
  top: 5px;
  margin-right: 5px;
  color: white;
}


  

