/*
Theme Name: Waldnup Law
Version: 1.0
Template: astra
*/
.interior-page-style h1 {
    color: #070707;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 40px;
    line-height: 1.3;
	letter-spacing: 1px;
    font-weight: 700;
}

.interior-page-style h2 {
    color: #CF8961;
    font: 600 32px/1.3 "Frank Ruhl Libre", Sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.2em;
}

.interior-page-style h3 {
    color: #070707;
    font: 600 28px/1.3 "Frank Ruhl Libre", Sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.interior-page-style h4 {
    color: #CF8961;
    font: 600 24px/1.3 "Frank Ruhl Libre", Sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.2em;
}

.interior-page-style h5 {
    color: #070707;
    font: 400 20px/1.3 "Frank Ruhl Libre", Sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.2em;
}

.interior-page-style h6 {
    color: #CF8961;
    font: 400 18px/1.3 "Frank Ruhl Libre", Sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.2em;
}

.interior-page-style ul li,
.interior-page-style ol li{
    color: #070707;
    font: 400 16px/1.4 "Work Sans", Sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 0.5em;
}

.interior-page-style p {
    color: #070707;
    font: 400 16px/1.4 "Work Sans", Sans-serif;
    letter-spacing: 1.1px;
    font-weight: 400;
}

.interior-page-style em{
    font-style: italic;
}

.interior-page-style strong {
    font-weight: bold;
}

.interior-page-style a:-webkit-any-link {
    cursor: pointer;
}

.interior-page-style a:hover {
    transition: all .2s ease;
    text-decoration: none;
}

.interior-page-style a.btn.button {
    color: #fff;
    background: #000;
}

.interior-page-style .wrapper-buttons {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* footer */
body.home .main-footer{
	background-color: #fff !important;
}

@media(max-width:767px){
  .interior-page-style h1 {
      font-size: 29px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h2 {
      font-size: 26px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h3 {
      font-size: 22px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 17px !important;
      line-height: 1.3;
	}
}

@media(min-width: 1600px){
  .constraint-1600{
  	max-width: 1600px;
    margin: auto;
  }
}