/* ------------------------------------- 
		FONTS 
------------------------------------- */

/* ------------------------------------- 
		TYPOGRAPHY 
------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
h1.headline span.highlight, span.highlight, h1, h2 {font-family: "Montserrat" !important;color: #08a8a0 !important;}
button.btn.btn-primary {color: #000 !important;border: 1px solid #000 !important;background: #08A8A0 !important;}
header.header-nav .menu ul.nav>li>a.btn.btn-primary {color: #000 !important;border: 1px solid #000 !important;background: #08A8A0 !important;}
.journal p.links a.btn.btn-secondary.btn-sm:hover {background-color: #AAA8AD !important;color: #000 !important;}
.journal p.links a.btn.btn-secondary.btn-sm:hover::after {color: #000 !important;}
.footer h5 {color: #08A8A0 !important;}
.services-tile .services-tile-link a {border-color: #AAA8AD !important;background: #AAA8AD;}
.btn-outline-secondary:hover, .overlay .btn-primary:hover {background-color: #AAA8AD !important;}
.approach-tile, .footer, .btn-primary {background: #505050 !important;}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin: 0px 0px 15px 0px;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}
h1 {
    letter-spacing: 0;
	font-size: 90px;
	line-height: .9;
	margin-bottom: 0px;
}
span.highlight {
    font-family: Arial, Helvetica, sans-serif;
}
.home h1 {
    font-size: 120px;
    margin-bottom: 50px;
}
.home h1 span.highlight {
	padding-left: 100px;
}
h2, .yoo-zoo h2 {
	font-size: 55px;
	letter-spacing: 0;
    margin-bottom: 30px;
}
.home h2 {
    margin-bottom: 15px;
}
.services-title h2 {
    font-size: 50px;
}
.services-tile h2 {
    font-size: 40px;
}
h3, #yoo-zoo .item h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.approach-tile h3, .cta-tile h3 {
    color: #ffffff;
}
h4, .yoo-zoo h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 34px;
}
.service-tile h4 {
    font-size: 24px;
    line-height: 1.2;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}
h5, .yoo-zoo h5 {
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0;
	display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}
h6 {
    color: #FEE2D2;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#myNav h1, #myNav h2, #myNav h3, #myNav h4, #myNav h5, #myNav h6, #myNav p {
	color: #FFFFFF;
}

/* PARAGRAPH
*********************************************/

p, ul, ol {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 20px;
}
p.intro, .pos-intro p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 25px;
}
.home p.intro, .home .pos-intro p {
	padding-left: 100px;
}
.approach-tile p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 55px;
}
.cta-tile p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.4;
}
.disclaimer p {
	font-size: 13px;
	line-height: 1.5;
}
.footer-contact .fas, .footer-contact .fab {
    padding: 0 10px;
}
.social p {
	font-size: 30px;
}
.social .fab {
    padding: 0 5px;
}
footer p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.4;
	margin-bottom: 20px;
}
blockquote {
    padding: 0px;
    margin: 0px 0 20px;
    border-left: 0px;
	display: inline;
}
blockquote p {
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
    padding-left: 0px;
    color: #000000;
    line-height: 1.2;

}
.yoo-zoo blockquote > *:first-child:first-letter {
    font-size: 100% !important;
}

/* LISTS
*********************************************/

ul, ol {
	padding:0 0 0 20px;
}
.text-center ul, .text-center ol {
	list-style: inside;
}
ul li, ol li {
	margin: 0px 0px 10px 5px;
}

/* LINKS
*********************************************/
a, a:link, a:visited {
	text-decoration: underline;
    color: inherit;
    cursor: pointer;
    font-weight: 600;
}
a:hover {
	text-decoration:none;
}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited  {
	font-weight: normal;
	text-decoration: none;
}
footer a, footer a:link, footer a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer a:hover {
	text-decoration:none;
    color: #ccccccc;
}
.element-itemprevnext .page-nav .next, .element-itemprevnext .page-nav .prev {
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	cursor: pointer;
}

.element-itemprevnext .page-nav .next:hover, .element-itemprevnext .page-nav .prev:hover {
	border-bottom: 2px solid transparent;
}

a.back-to-top-link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	cursor: pointer;
}

a.back-to-top-link:hover {
	border-bottom: 1px solid transparent;
}

/* OTHER
*********************************************/

hr {
    width: 100%;
    height: 1px;
    background: #000000;
    border: 0px;
    margin: 30px auto;
}

footer hr {
    background: #ffffff;
}

/* ANIMATED TEXT
*********************************************/
h1 {
    position: relative;
  }
  
  .h1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
h1 .letter {
    display: inline-block;
    line-height: 1em;
  }