/* Fonts and colors for text used throughout the site */

html, body{
  font-family: 'Myriad Pro','myriad-pro','Sans Serif','sans-serif';
  font-weight: 400;
  line-height: 135%;
  font-style:  normal;
  text-align:  left;
  font-size:   18px;
  color: #584d46;
}

a[href], a[href]:link, a[href]:active, a[href]:visited{
  text-decoration: none;
  cursor: pointer;
  color:  #f37610;
}

a[href]:hover{
  text-decoration: underline;
  cursor: pointer;
  color:  #f37610;
}

a.inherit{
  text-decoration: underline;
  color: #79716c;
}

.caps{
  text-transform: uppercase;
}

.light{
  color: #79716c;
}

small{
  font-size: 15px;
}

h1{
  font-family: 'Proxima Nova Soft','proxima-nova-soft','Sans Serif','sans-serif';
  font-weight: 600;
  font-size:   38px;
  margin:      20px 0px;
}

h2, h3{
  font-family: 'Proxima Nova Soft','proxima-nova-soft','Sans Serif','sans-serif';
  font-weight: 600;
  font-size:   22px;
  margin:      20px 0px;
}

h4, h5, h6{
  font-family: 'Proxima Nova Soft','proxima-nova-soft','Sans Serif','sans-serif';
  font-weight: 600;
  font-size:   20px;
  margin:      20px 0px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
  border-bottom: 3px solid #F26E20;
  margin-bottom: 0px;
  padding: 7px 0px;
  color:   #F26E20;
}

.sex{
  font-weight: lighter;
}

ol, ul{
  padding-left: 18px;
}

a.inherit{
  text-decoration: underline !important;
  color: inherit !important;
}
