/*Design Stuff*/
/*orange: ff5500
brown: 994f18*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@700&family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

/* -------- global stuff -------- */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo 2', cursive;
    font-weight: 400;
}
h2, h3 {
    font-size: 24px !important;
}
.signcursive {
    font-family: 'Dancing Script', cursive;
    border: none;
    border-bottom: 1px #000000 solid;
    font-size: 28px;
    border-radius: 0;
}
.pointer {
    cursor: pointer;
}
.quote { 
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
}
.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.view-puppy iframe {
    width: 100%;
    height: 55vw;
    max-height: 600px;
}
.carousel-item iframe {
    height: 55vw;
    width: 100vw;
    max-height: 80vh;
}
img {
    max-width: 100%;
}
a {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.img-thumbnail.bg-dark {
    border: none;
}
.bg-dark2 {
    border: 1px #000 solid;
    background-color: rgba(0,0,0,0.8);
    font-size: 16px;
}
.bg-dark2 .table-dark {
    background-color: transparent !important;
}
hr.short {
    width: 200px;
    border-top: 5px #000 solid;
}
.btn-primary {
    border-radius: 30px;
}

/* -------- menu -------- */
.navbar-brand img {
    max-height: 50px;
    border-radius: 15%;
}
.navbar {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
    outline: none;
    border-bottom: 1px solid #fff;
}
.nav-item {
    margin-right: 5px;
    margin-left: 5px;
}
.nav-link i {
    font-size: 30px;
}
.dropdown-menu
{
    background-color: #ff6011 !important;
    border: none;
}
.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.navbar {
    background-color: #ff6011 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
@media (min-width: 1200px) {
    .navbar.scrolled {
        background-color: #000 !important;
    }
}

/* -------- carousel -------- */
.carousel-home .carousel {
    height: 55vw;
    max-height: 80vh;
}
.carousel-home .carousel-item {
    height: 55vw;
    max-height: 80vh;    
}
.carousel-home .carousel-item img {
    max-height: 100%;
    max-width: 100%;
}
@media (max-width: 992px) {
    .carousel-caption {
        position: relative;
        left: 0;
        top: 0;
        height: 300px;
    }
}
@media (max-width: 768px) {
    .carousel-caption {
        height: 350px;
    }
}

/* -------- gallery -------- */
/*.card {
	overflow: hidden;
}
.card-img-top {
    overflow: hidden;
    height: 300px;
}
.card-img-top a, .card-img-top a img {
    width: auto;
    max-height: 300px;
}
.card-body a {
    color: #000;
}
.thumb.card-img-top {
    overflow: hidden;
    height: 100px;
}
.thumb.card-img-top a, .thumb.card-img-top a img {
    width: auto;
    max-height: 100px;
}
.card-img-top a img {
    transition: transform .5s ease;
}
.card-img-top a img:hover {
    transform: scale(1.1);
}
.card ul li {
    padding: .5rem .75rem;
	font-size: 14px !important;
}*/
.card, .card a, .card-img-top, .card-img-top a img {
    border-radius: 30px;
}
.card.thumbsm, .card.thumbsm a, .card.thumbsm .card-img-top, .card.thumbsm .card-img-top a img {
    border-radius: 15px;    
}

.card-img-top a img, .hovershrink img {
    transition: transform .5s ease;
}
.card-img-top a img:hover, .hovershrink img:hover {
    transform: scale(0.9);
}

@media (max-width: 576px) {
    .card-body .display-4 {
        font-size: 28px !important;
    }
}
@media (min-width: 768px) {
    .card-body .display-4 {
        font-size: 28px !important;
    }
}
@media (min-width: 992px) {
    .card-body .display-4 {
        font-size: 36px !important;
    }
}
@media (min-width: 1200px) {
    .card-body .display-4 {
        font-size: 40px !important;
    }
}

#hero {
    background-color: #ff6011;
}
#hero img {
    border-radius: 10%;
}

.hero-area {
    max-height: 80vh;
    height: 60vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-area h1, .hero-area h2 {
    background-color: rgba(0,0,0,0.8);
    color:  #fff;
}
.hero-area h1 {
    font-size: 7rem;
}
.hero-area h2 {
    line-height: 50px;
}
@media (max-width: 992px) {
    .hero-area h1 {
        font-size: 3rem;
    }
    .hero-area h2 {
        font-size: 1.4rem;
        line-height: inherit;
    }
}
.hero-area h2 a {
    color: #CCC;
}
.hero-area h2 a:hover {
    color: #CCC;
    text-decoration: underline;
}
.static-image {
    position: relative; 
    width: 100%;
    display: flex;
    min-height: 60vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
.static-image:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,1));
}
.rates {
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/rates.jpg);
}

.soldRibbon {
    height: 35px;
    width: 180px;
    background-color: #dc3545;
    position: absolute;
    top: 48px;
    right: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
  -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}
.soldRibbon:before {
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 37px;
    border-left-width: 53px;
    border-right-width: 26px;
    content: "";
    display: block;
    left: -49px;
    position: absolute;
    width: 141%;
    border-top-width: 0px;
    border-bottom-color: #dc3545;
    top: -2px;
    z-index: -1;
}
.onSaleRibbon {
    height: 35px;
    width: 180px;
    background-color: #28a745;
    position: absolute;
    top: 48px;
    right: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
  -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}
.onSaleRibbon:before {
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 37px;
    border-left-width: 53px;
    border-right-width: 26px;
    content: "";
    display: block;
    left: -49px;
    position: absolute;
    width: 141%;
    border-top-width: 0px;
    border-bottom-color: #28a745;
    top: -2px;
    z-index: -1;
}

#footer img {
    border-radius: 10%;
}

#breadcrumbs {
    font-size: 14px;
}
#breadcrumbs a {
}