@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&family=Playfair+Display:wght@400;700&display=swap');
body{font-family:'Open Sans', sans-serif}
h1,h2,h3{font-family: 'Playfair Display', serif;}
.bg-light{background-color:#fbf8f2!important;}
.bg-light.border-top{border-top:1px dashed #ebddbf!important}
.bg-muted{background:#f5eedf!important}
.text-warning{color:#f95d24!important;}
.btn-warning{background:#f95d24!important;border-color:#f95d24!important;color:#fff!important}
.btn-warning:hover{background:#e64206!important;border-color:#e64206!important;}
.bg-image {background: url("/assets/img/home.jpg");background-position: center center;background-size: cover;}
.bg-about {background: url("/assets/img/about.jpg");background-position: center;background-size: cover;background-blend-mode: darken;}
.bg-services {background: url("/assets/img/services.jpg");background-position: center center;background-size: cover;}
.bg-dog {background: url("/assets/img/dog-couch.jpg");background-position: center;background-size: cover;background-blend-mode: darken;height: 70vh;}
.bg-faq {background: url("/assets/img/bg-faq.jpg");background-position: center;background-size: cover;background-blend-mode: darken;}
.tiny {width: 12%;border: 2px solid rgb(238, 93, 93);margin-top: 0;}
.tiny2 {width: 7%;border: 2px solid rgb(238, 93, 93);margin-top: 0;}
.bg-home {background: #f5e4dc !important;}
.icon {width: 50px !important;}
.icon2 {width: 30px !important;height:30px !important;}
.bg-icon {background: #F7E6C4;}
.headshot{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
@media (max-width:765px) {
	.mobile-menu{background-color:#fbf8f2!important;position:fixed;top:0px;bottom:0px;left:-300px;width:300px;z-index:9999;transition:0.5s left;border-right:1px solid #ebddbf!important;}
	.mobile-menu.show {left:0px;}
	.nav-item{padding:10px 15px;border-bottom:1px solid #ebddbf!important;}
	.display-1{font-size:34px!important;}
}
