/* UNIVERSAL */

@font-face {
    font-family: Quattrocento;
    src: url(assets/fonts/Quattrocento-Regular.ttf);
}

@font-face {
    font-family: Quattrocento Sans;
    src: url(assets/fonts/QuattrocentoSans-Regular.ttf);
}

a {
    color: #a4958e; 
    font-weight: 600;
}

h1, h2, h3  {
    
    letter-spacing: 0.1em;
}

h2 {
    font-size: 1.5em;
}


/* MAIN BODY */

body {
    background-color: #171717;
    font-family: Quattrocento, Times, serif;
    font-size: 0.9em;
}


.home {
    background-image: url("/assets/img/HORSES-HOME.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #beb7aa;
    height: 100vh;
}

.about {
    background-image: url("/assets/img/HORSES-ABOUT.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100vh;
    background-color: #dee3e6;
    color: #171717;
}

.services {
    background-image: url("/assets/img/HORSES-MOB-SERVICES.avif");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    height: 100vh;
    background-color: #c3bbae;
    color: #2e2929;
}

.contact {
    background-image: url("/assets/img/HORSES-CONTACT.avif");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: #efefef;
    color: #171717;
}

.error {
    height: 100vh;
    background-image: url("/assets/img/4041-BACKGROUND.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


/* MOBILE NAVIGATION */

.navbar-brand {
    color: #171717; 
    margin: 0;
    padding-top: 20px;
    font-size: 2em;
    text-transform: uppercase;
}    

.home .navbar-brand {
    color: #f1e9de; 
}

#offcanvasNavbar2 {
    width: 100vw;
}

.navbar-toggle {
    margin-top: 10px;
    width: 20px;
    border: none;
    background-color: transparent;
}

button {
    border: none;
}

.navbar {
    padding: 0;
    margin: 0 30px;
}

.offcanvas-title {
    color: #f1e9de;
    padding-left: 10px;
}

.home .offcanvas-title {
    color: #171717;
}

.home .offcanvas.offcanvas-end {
    background-color: #171717;
}

.offcanvas.offcanvas-end {
    background-color: #f1e9de;
}

.offcanvas-header {
    padding: 20px 20px 0px 0px;
}

.navbar-nav {
    margin-top: 100px;
    text-align: center;
}

.navbar-close {
    background-color: transparent;
}

.nav-item, .nav-link {
    font-size: 1.3em;
    padding-bottom: 30px;
    color: #171717; 
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.nav-link:hover {
    color: transparent;
}

.home .nav-item, .home .nav-link {
    color: #f2eadf; 
}

.home .nav-link:hover {
    color: transparent;
}


/* HOME PAGE */

.homeLead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50%;
    padding: 0 20px;
    text-align: center;
    color: #cac3b7; 
}

.slogan {
    font-size: 1.8em;
    line-height: 1.3em;
    width: 100%;
    text-transform: uppercase;
}

.tagline {
    font-size: 0.8em;
    width: 100%;
}


/* ABOUT PAGE */

.aboutContainer {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutHeader {
    font-size: 1.9em;
    line-height: 3em;
    text-transform: uppercase;
    margin: 0 auto;
    padding-top: 40px;
}

.aboutPara {
    line-height: 1.6em;
    text-transform: none;
}


/* SERVICES PAGE */

.priceContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px 80px 20px;
}

.priceHeader {
    font-size: 2em;
    padding: 20px 0 10px 15px;
    color: #171717;
}

.priceSubheader {
    font-size: 1.2em;
    margin: 0;
    padding: 15px 0 15px 5px;
    color: #171717;
}

.pricesList {
    margin-left: 15px;
    padding: 0 0 20px 0;
    text-transform: lowercase;
    list-style: none;
}

.price-item {
    padding: 3px 5px;
}


/* CONTACT PAGE */

.contactContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.contactHeader {
    padding: 0 0 50px 0;
    margin: 0;
    text-align: center;
    font-size: 1.8em;
}

.contactRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: top;
    margin: 0;
    padding: 0;
}

.contactColumn {
    margin: 0;
    padding: 0;
}

.contactColumn.one {
    padding-right: 30px;
}

.contactColumn li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
}

.contactSubheader {
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 600;
}


/* ERROR PAGE */

.errorPage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90%;
}


/* ------  REG DESKTOP VIEW ADJUSTMENT  ------ */

@media only screen and (min-width: 992px) {

    body {
        padding: 20px 50px;
    }

    .contact {
        margin-bottom: 100px;
    }

    .services {
        background-image: url("/assets/img/HORSES-SERVICES.avif");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        margin-bottom: 80px;
    }

    /* DESKTOP NAVIGATION */

    .navbar {
        margin: 0;
        padding: 20px 0;
        text-align: right;
    }

    .navbar-nav {
        text-align: right;
        margin: 0;
        padding: 0;
    }

    .navbar-brand {
        margin: 0;
        padding: 0;
    }

    .nav-item, .nav-link {
        font-size: 1em;
        padding: 0;
        margin: 0;
    }

   .navbar-toggle {
        display: none;
    }

    /* HOME PAGE */

    .homeLead {
        margin-top: 15%;
    }

    .slogan {
        font-size: 3em;
        line-height: 1.2em;
    }

    .tagline {
        font-size: 1.5em;
        padding-top: 10px;
    }

    .aboutContainer {
        background-color: #fefefe;
        margin: 200px auto;
        padding: 20px;
        width: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .aboutHeader {
        font-size: 1.8em;
        line-height: 1.7em;
        padding: 20px 0 0 0;
        width: 70%;
        text-transform: uppercase;
    }
    
    .aboutPara {
        line-height: 1.9em;
        width: 100%;
        padding: 20px;
    }

    .priceContainer{
        margin: 100px 0 0 10px;
        padding: 0;
    }

    .priceSubContainer {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
        padding: 0;
    }

    .priceHeader {
        margin: 0;
        padding: 0 0 40px 0;
    }

    .pricesList {
        margin: 0;
        padding: 0 50px 0 0;
    }

    .price-item {
        margin: 0;
        padding: 0;
    }

    .priceSubheader {
        margin: 0;
        padding: 0 0 15px 0;
        text-decoration: underline;
    }


    /* CONTACT PAGE */

    .contactRow {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
        padding: 0;
    }

    .contactColumn {
        margin: 0;
        padding: 0 20px;
    }

    .contactColumn li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-transform: lowercase;
    }

    .contactSubheader {
        font-size: 1.3em;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }
}


/* LG DESKTOP VIEW */

@media only screen and (min-width: 1600px) {

    .nav-item {
        font-size: 1.4em;
        padding: 0 0 0 15px;
        margin: 0;
    }
}


@media (prefers-reduced-motion: reduce) {
    *,
    ::before,
    ::after {
      animation-delay: -1ms !important;
      animation-duration: -1ms !important;
      animation-iteration-count: 1 !important;
      background-attachment: initial !important;
      scroll-behavior: auto !important;
      transition-duration: 0s !important;
      transition-delay: 0s !important;
    }
  }