/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* @import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Open+Sans:ital,wght@0,400;0,600;1,400&family=Source+Sans+Pro:wght@300;600&display=swap");
@font-face {
  font-family: Bariol Regular;
  src: url("../assets/local-fonts/bariol_regular-webfont.ttf");
}
@font-face {
  font-family: Bariol Bold Italic;
  src: url("../assets/local-fonts/bariol_bold_italic-webfont.ttf");
}
@font-face {
  font-family: Gotham Medium;
  src: url("../assets/local-fonts/Gotham-Medium_Web.woff");
}
@font-face {
  font-family: Gotham Regular;
  src: url("../assets/local-fonts/Gotham-Book_web.woff");
}
@font-face {
  font-family: Gotham Light;
  src: url("../assets/local-fonts/Gotham-Light_Web.woff");
} */

/* body {
  font-family: "Bariol Regular", sans-serif;
}

h1 {
  font-family: "Gotham Book", sans-serif;
  font-size: 40px;
  line-height: 120%;
}
@media (min-width: 769px) {
  h1 {
    font-size: 65px;
    line-height: 75px;
  }
}

h2 {
  font-family: "Gotham Medium", sans-serif;
  font-size: 36px;
  line-height: 112%;
}
@media (min-width: 769px) {
  h2 {
    font-size: 36px;
    line-height: 100%;
  }
}
h3 {
  font-family: "Gotham Medium", sans-serif;
  font-size: 30px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
h4 {
  font-family: "Gotham Bold", sans-serif;
  font-size: 20px;
  line-height: 144%;
}
@media (min-width: 769px) {
  h4 {
    font-size: 20px;
    line-height: 108%;
  }
}
h5 {
  font-family: "Gotham Bold", sans-serif;
  line-height: 150%;
}
@media (min-width: 769px) {
  h5 {
    font-size: 18px;
    line-height: 120%;
  }
}

h6 {
  font-family: "Gotham Book", sans-serif;
  font-size: 18px;
  line-height: 144%;
}
 */
/* p.intro-text{
	font-family: "Gotham Regular", sans-serif;
}  */

p {
    margin-bottom: 1.2em;
}

a{
	color: #581b38;
	text-decoration: none!important;
}

/******************Navigation**********************/
@media (max-width: 600px) {
	.site-header .header-image {
    width: 250px !important;
    }
	
}


/* .main-navigation .main-nav ul li a{
	font-family: "Gotham Book", sans-serif;
}
 */

/*********************Areas of Focus ********************************/
.areas-focus h4{
	letter-spacing:4px;
}

/*********************Modal**************************/

.pum-theme-205 .pum-content, .pum-theme-lightbox .pum-content{
	font-weight:normal!important;
	font-size:28px !important;
}

@media only screen and (max-width: 600px) {
.pum-theme-205 .pum-content, .pum-theme-lightbox .pum-content{
	font-size:22px !important;
}
}

/************************Footer**************************/
.footer a{
	color: white;
}
.footer-social a{
	 text-decoration: none;
}