@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.horse-showcase{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80rem;
    margin-bottom: 5rem;
}

.content-block-4{
    opacity: 0;
    animation: fade 3s forwards;
}

@keyframes fade {
    30% { opacity: 0; }
    100% { opacity: 1; }
  }


.content-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}

.col-left{
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
}

.col-right{
    grid-column: 2/2;
    display: flex;
    flex-direction: column;
}

.hero-img{
    /* background-color: bisque; */
    width: 40rem;
    height: 23rem;
    border-radius: 1rem 0rem 0rem 0rem;
    overflow: hidden;
}

#test-img{ 
    height: auto;
    min-width: 100%;
}

#test-img-stall{ 
    min-width: 100%;
    min-height: 100%;
}

.goldtrim{
    padding-top: 3rem;
    border: 0.15rem solid #c69c6d;
    border-right: 0;
    border-top: 0;
    border-radius: 0rem 0rem 0rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.goldline{
    border: 0.1rem solid #c69c6d;
    width: 12rem;
    height: 0rem;
    margin: 0;
    
}

.lineag{
    display: grid;
    grid-template-areas: "left right";
    padding-left: 2rem;
}

.lineag div{
    grid-area: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 13rem;
    justify-self: end;
    margin-left: 2rem;
}

.lineag div h4{
    margin: 0;
    width: 100%;
    text-align: right;
}

.lineag div p{
    margin: 0rem;
    margin-top: 0.5rem;
    text-align: right;
    width: 100%;
}

.one {
    border-bottom: #c69c6d solid 2px;
}

.female{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
}

.parent{
    display: flex;
    align-items: center;
}

.parent .goldline{
    width: 25rem;
    margin-left: 1rem;
}

.parent h4{
    margin: 0;
}

.parent p{
    margin: 0;
}

.actions{
    margin-top: 3rem;
    display: flex;
    justify-content: right;
}

.stalls-act{
    justify-content: left;
}

#secondary-btn{
    margin: 0;
    width: 3rem;
    overflow: hidden;
    display: flex;
    display: none;
}

#secondary-btn:hover{
    background-color: #c69c6d;
    color: #D9D9D9;
    transition: 0.25s;
}

#primary-btn{
    width: 12rem;
    background-color: #c69c6d;
    justify-content: center;
    margin-right: 0;
}

#primary-btn:hover{
    background-color: #021F48;
    color: #D9D9D9;
    transition: 0.25s;
}

.stalls-act #primary-btn{
    margin-left: 0rem;
}

#dwn-ld{
    height: 70%;
    width: 100%;
    padding-top: 0.35rem;
}

.horse-show h2{
    margin: 0;
    font-family: "Libre Baskerville";
    font-weight: 500;
    color: #021F48;
    letter-spacing: -2px;
    font-size: 2.2rem;
    margin: 0.3rem 0rem;
}

.horse-show h3{
    color: #c69c6d;
    font-family: 400;
    font-family: "Montserrat";
    font-size: 1rem;
    margin: 0%;
    letter-spacing: 4px;
}

.img-gallery{
    margin-top: 2rem;
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 2rem;
    place-items: left;
}

.img-gallery-stal{
    margin-top: 2rem;
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 2rem;
    place-items: left;
}

.gallery-img{
    margin-top: 2rem;
    height: 9rem;
    width: 9rem;
    background-color: #c69c6d;
    overflow: hidden;
}

.gallery-img img{
    max-width: unset;
    height: unset;
    min-width: 100%;
    height: 12rem;
}

.gallery-img-stall{
    margin-top: 2rem;
    height: 9rem;
    width: 9rem;
    background-color: #c69c6d;
    overflow: hidden;
}

.gallery-img-stall img{
    min-width: 100%;
    height: auto;
}

.info{
    color: #021F48;
    letter-spacing: -0.5;
    font-family: "Montserrat";
    line-height: 1.8rem;
    text-wrap: pretty;
}

.lineag h4{
    margin: 0.5rem 0rem;
    align-self: center;
    justify-self: center;
    text-align: right;
    width: 8rem;
    font-size: 0.9rem;
    text-wrap: pretty;
}

.info h4{
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.stall-p{
    margin-top: 0;
}

.stall-trim{
    padding-top: 0;
}

.tagline{
    margin: 2.5rem 0rem;
    color: #c69c6d;
    letter-spacing: 4px;
    width: 22rem;
    text-align: right;
}

.page-line{
    border: 0.1rem, solid,#D9D9D9;  
    width: 100%;
    height: 0rem;
    margin: 0; 
    margin-top: 5rem;
}

.stal-grid{
    margin-top: 3rem;
}

.content-wrap{
    display: flex;
    align-items: center;
}

.immediate{
    width: 8rem;
    margin-right: 2rem;
    text-align: right;
    font-size: 0.9rem;
}

.lineag .gen2{
    margin: 0.5rem 0rem;
    align-self: center;
    justify-self: center;
    text-align: right;
    width: 8rem;
    font-size: 0.9rem;
}

.mothername{
    margin-right: 2rem;
    text-align: right;
    font-size: 0.9rem;
}

.video-links{
    display: flex;
    margin-top: 3rem;
}

iframe{
   all: unset;
   margin: 0rem 1rem; 
   height: 12rem;
   width: 24rem;
}

.horse-gold-line{
    margin-top: 3rem;
}

.horse-show{
    text-transform: capitalize;
}