/* Banner */
.Banner_Stable {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-image: url("../../images/Horses/3.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    position: relative;
}

.Banner_Stable_In {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Banner_Stable_Intro_Text {
    font-size: 27px;
    width: 80%;
    line-height: 35px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.Banner_Quote_Author {
    font-size: 25px;
    padding-top: 15px;
}

.Banner_Quote {
    font-size: 40px;
    line-height: 45px;
    display: block;
    margin-top: 25px;
}

.Learn_More {
    border: 3px solid white;
    padding: 10px 30px;
    cursor: pointer;
    color: white;
    margin-top: 20px;
    transition: 0.3s;
}

.Learn_More:hover {
    background-color: hsl(0, 0%, 100%, 0.2);
}

.Stable_Description{
    /* margin-top: 80px; */
    /* max-width: 980px; */
}

.Stable_Description p{
    margin-bottom: 25px;
    text-align: justify;
}

.Main_Title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.Sub_Title{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.Location_Text b{
    font-weight: bold;
}

ul{
    margin-left: 20px;
    margin-bottom: 25px;
}

ul li {
    margin: 7px 0px;
    text-align: justify;
}

p a{
    border-bottom: 1px solid var(--blue);
    margin-left: 5px;
}

.Sect{
    display: flex;
    gap: 30px;
    margin: 40px auto 0px auto;
    width: 90%;
}

.Sect div, .Sect img{
    width: 100%;
}

.Section_Background{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.Section_Background.Infrastructure{
    background-image: url("../../images/Horses/stable-1.jpg");
    background-position: 50% 70%;
}

.Section_Background.Infrastructure_S{
    background-image: url("../../images/Horses/stable.jpeg");
}

.Section_Background.Services{
    background-image: url("../../images/Horses/stable-2.jpg");
}

.Section_Background.Environment{
    background-image: url("../../images/Horses/stable-4.jpg");
}

.Section_Background.Environment_M{
    background-image: url("../../images/Horses/map.JPG");
}

.Stable_Contact_Link {
    border: 3px solid var(--blue);
    padding: 10px 30px;
    cursor: pointer;
    color: var(--blue);
    width: fit-content;
    transition: 0.3s;
    display: inline-block;
    margin-right: auto;
}

.Stable_Contact_Link:hover {
    background-color: hsl(209,62%,84%);
}

.Double_Image{
    display: flex;
}

.Double_Image * {
    width: 50% !important;
    height: 50%;
    margin-bottom: 30px;
}

.Double_Image video {
    object-fit: cover;
    object-position: center center;
}

/* .Mobile_Section{
    display: none;
} */

.Sect.Flip{
    background-color: var(--blue);
    padding: 30px 5%;
    width: 100%;
}

.Sect.Flip .Stable_Contact_Link{
    border: 3px solid white;
    padding: 10px 30px;
    cursor: pointer;
    color: white;
    width: fit-content;
    transition: 0.3s;
    display: inline-block;
    margin-right: auto;
}

.Sect.Flip .Stable_Contact_Link:hover {
    background-color: hsl(0, 0%, 100%, 0.2);
}

.Sect.Flip *{
    color: white;
}

.Sect.Flip .Main_Title{
    /* text-align: left; */
}