@font-face {
    font-family: 'smokumregular';
    src: url('media/fonts/Smokum-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sedgwick_coregular';
    src: url('media/fonts/sedgwick_co-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'soriasoria';
    src: url('media/fonts/soria-font-webfont.woff') format('woff');
    font-weight:normal;
    font-style: normal;

}


@font-face {
    font-family: 'exo_2regular';
    src: url('media/fonts/Exo2-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'berkshire_swashregular';
    src: url('media/fonts/berkshireswash-regular-webfont.woff');
    font-weight: normal;
    font-style: normal;

}


.navstyle {
    background-color: #D2D2D2;
    box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.75);
}

a.btn {
    color: #4B5842 !important;
}

body {
    background-color: #DADDD8;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}


.hometext {
    font-family: 'berkshire_swashregular';
    color:white;
}

footer {
    position:relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.5rem; 
    background-color:#F0EBEB;
    color:#4B5842;
    font-size:small;
    box-shadow: 2px -5px 5px 0px rgba(0,0,0,0.75);
    margin-top: auto;
    font-family: 'exo_2regular';
  }

.navbar .logo {
    width: 100px;
}

.sheepgoatheading {
font-family: 'berkshire_swashregular';
}

div.cardrow {
    margin-top: 100px;
    margin-bottom: 100px;
}

div.YM {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    justify-content:center;
}

img.YM {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}


div.sheepcard {
    margin-right:10px;
    margin-bottom: 20px;
    background-color: #4B5842;
    
}

div.goatcard, div.birdcard, div.cowcard {
    margin-right:10px;
    margin-bottom: 20px;
    background-color: #4B5842;
    
}

p.sheepinfo, p.goatinfo, .cowinfo {
    font-family: 'exo_2regular';
}

img.goat, img.bird, img.cat, img.dog {
        width:auto;
        height:350px;
     
     /*Scale down will take the necessary specified space that is 100px x 100px without stretching the image*/
         object-fit:scale-down;
     
     }

.birds {
    font-family: 'berkshire_swashregular';
    color:#4B5842;

}

div.backgroundcard {

    background-image: url(media/sunset.jpg);
    
}

.birdcard ul {
    color:white;
}

div.sunset {
    background-image: url(media/sunset.jpg), linear-gradient(rgba(58, 57, 100, 0.548),rgba(0, 0, 0, 0.61));
    background-size: cover;
    background-position: center center;
    top: 100px;
    height: 600px;
    background-blend-mode: overlay;
}

.sheepcardtitle {
    color:white;
}

div.aboutcol {
    margin-top: 100px;
    margin-bottom: 100px;
    color:white;
}

p.about {
    background-color: #4B5842;
}

div.homeimg {
    object-fit:cover;
    width:auto;
    margin-top: 100px;
    font-family: 'exo_2regular';
}

h1.hometext {
    text-shadow: 2px 2px #6d4545c5;
}

div.hometext {
    color:white;
    background-color: #4B5842;
    width: auto;
    font-family: 'exo_2regular';
}

.cataloglisttitle {
    font-family: 'berkshire_swashregular';
    font-size: 40px;
}

.catatext {
    font-family: 'soriasoria';
    font-size: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.accordion-button {
    font-family: 'soriasoria';
    font-size: 30px;
}

.tl-card-contents {
    color:white;
    font-family: 'exo_2regular';

}

div.centerimg, div.aboutcol {
display: flex;
justify-content: space-evenly;
font-family: 'soriasoria';
font-size: large;

}

.cowboy {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    margin-top: 160px;
    margin-bottom: 20px;
  }

  .turkeygeese {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.cardimage {
    border-radius: 50%;
    object-fit:cover;
    width: 300px;
    justify-content: center;
}

#carousel1, #carousel2 {
    background-color: #4B5842;
    margin-bottom: 50px;
    
}

.carouseltext {
    color: white;
    text-align: center;
    font-family: 'soriasoria';
}
.dog, .cat {
    clip-path: ellipse(50% 50%);
    border: 1px double black;
}

.petspageheader {
    color:#4B5842;
    font-family: 'berkshire_swashregular';
}

.divstyle {
    margin: 0;
} 

div.secondrowindex {
    margin: 0;
}


div.catalog-list {
    background-color: #4B5842;
    font-family: 'soriasoria';
}

.accordion {
	--bs-accordion-btn-color: white;
	--bs-accordion-btn-bg: #4B5842;
	--bs-accordion-active-color:#C7D59F;
	--bs-accordion-active-bg: #4B5842;
}

div.cows {
    font-family: 'berkshire_swashregular';
    font-size: 20px;
    line-height: 1.6;
    font-style:normal;
    color: #4B5842;
    display: inline-block;
}



