/* CSS Document */

/*# sourceMappingURL=front-page.css.map */

/* Holmes Clothing - Hero, Links Section Styles */

#hero img{
    width: 100%;
    position: absolute;
    height: 1000px;
}

#hero .wrap img{
    margin: 15% auto;
    width: 100%;
    position: relative;
    height: auto;
}

#links {
    padding: 20px;
    text-align: center;
}


#links .wrap{
    max-width: 100%;
    width: 100%;
    margin: auto;
}

ul.links-list {
    float: none;
    width: 100%;
    margin: auto;
}


.links-list li {
    display: inline-block;
    max-width: 100%;
    margin: 1%;
    text-align: center;
    float: none;
}


.links-list img{
    width: 200px;
}



/* Holmes Clothing - Book Appt, Fine Apparel Section Styles */

#book-appt {
    background-color: #510d0d;
    /* padding: 20px; */
    height: 860px;
}

#book-appt .section-title {
    color: #fff;
    font-size: 42px;
    font-family: 'Anton', sans-serif;
}

#book-appt .wrap{
    background-color: #510d0d;
    padding: 30px;
    text-align: center;
    /* z-index: 14; */
}

#book-appt img {
    padding: 0;
    height: fit-content;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

#book-appt a {
    /* z-index: 21; */
    color: #fff;
    /* font-family: 'Anton'; */
    font-family: 'Anton', sans-serif;
    font-size: 26px;
    padding: 10px 30px;
    /* margin-bottom: 20px; */
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
}

#tailoring-image img{
    width: 15%;
    height: auto;
    position: relative;
    float: right;
    display: block;
    /* object-position: bottom; */
    margin: -100px 10% 0px 0px;
}

/*apparel*/
#apparel {
    width: 100%;
    position: relative;
    /* margin-top: 20px; */
}


#apparel .wrap {
    width: 70%;
    margin: auto;
    max-width: 70%;
    height: max-content;
    padding-top: 30px;
}


#apparel img {
    width: 100%;
    position: absolute;
    height: -webkit-fill-available;
}

#apparel .wrap img {
    float: left;
    max-width: 10%;
    height: auto;
    display: inline-block;
    margin: auto;
}

.apparel-content {
    display: inline-block;
    color: #fff;
    max-width: 75%;
    position: relative;
    float: right;
    text-shadow: 0px 0px 10px #000000;
}

.apparel-content h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'Anton', sans-serif;
}

.apparel-content p {
    font-size: 17px;
    line-height: 1.3em;
}


ul.testimonials-list li blockquote {
    font-style: normal;
}


/* Holmes Clothing - Tailored, Reviews Section Styles */


#tailored-reviews {
    height: fit-content;
    /* margin-top: 20px; */
}


#tailored-reviews img {
    position: absolute;
    width: 100%;
    height: fit-content;
    object-fit: cover;
}


#tailored-reviews .wrap img {
    width: auto;
    margin: auto;
    text-align: center;
    position: relative;
    float: none;
}

.tailored-links-section {
    max-width: 1180px;
    margin: auto;
    position: relative;
    padding-top: 50px;
}

.tailored-section-heading {
    position: relative;
    z-index: 100000;
    text-align: center;
}


.tailored-section-heading img {
    width: 600px;
    margin: auto;

}

.tailored-section-heading h3 {
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 28px;
    position: relative;
}

.tailored-link-list {
    display: block;
    height: 320px;
    margin-top: -56px;
    /* margin-bottom: 100px; */
    position: relative;
}

.tailored-link-list li {
    float: left;
    width: 33.3%;
    height: 100%;
    text-align: center;
    padding: 75px 10px 10px;
    border: 2px solid #2a2623;
    position: relative;
}

.tailored-link-list .wedding {
    background: #dbe2d9;
    border-right: 0;
    position: relative;
}

.tailored-link-list .prom {
    background: #969696;
    border-left: 0;
    border-right: 0;
    position: relative;
}

.tailored-link-list .events {
    background: #dbe2d9;
    border-left: 0;
    position: relative;
}

.tailored-link-list li img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    max-height: 183px;
    position: relative;
}

.tailored-link-list li a {
    display: block;
    color: #000;
    font-family: 'Anton';
    font-size: 22px;    
    position: relative;
}




#reviews-section {
    background-color: #ffffff85;
    position: relative;
    z-index: 10000;
    border-radius: 10px;
    border: 2px solid white;
    margin: 50px 20px;
    height: fit-content;
}

.review-title {
    color: #000;
    font-size: 40px;
    margin-left: 7%;
    margin-top: 10px;
    font-family: 'Anton', sans-serif;
}

.review-subtitle {
    color: #000;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #dbe2d9;
}



#reviews-section .section-title {
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 36px;
    color: #000;
    padding-bottom: 20px;
}



.leave-review {
    max-width: 75%;
    margin: 30px auto 0;
    padding: 20px;
    position: relative;
}

.leave-review-content {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}






/*clothing menu*/

#clothing-menu  {
    height: fit-content;
    max-width: 100%;
    width: 100%;
}

#clothing-menu  img {
    position: absolute;
    width: 100%;
    height: fit-content;
    object-fit: cover;
    /* z-index: 10000; */
}

#clothing-menu .wrap img {
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    position: relative;
    float: none;
}

.half-left {
    display: inline-block;
    max-width: max-content;
    vertical-align: bottom;
    position: relative;
    float: left;
    padding: 80px 15px 0;
    padding-left:  0px;
}

.half-right {
    display: inline-block;
    height: auto;
    width: fit-content;
    padding: 80px 15px 0;
    padding-right: 0px;
    /* margin-left: 10%; */
    position: relative;
    float: right;
}


.half-right img {
    position: absolute;
    width: 100%;
    height: fit-content;
    object-fit: cover;
   
}


.clothing-menu-links li {
    display: block;
    color: #000;
    text-transform: lowercase;
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #000;
    position: relative;
}

.clothing-menu-links li a {
    color: #292622;
    font-family: 'Anton';
    font-size: 24px;
    position: relative;
}

.clothing-menu-links li {
    margin: auto;
    width: 90%;
    /* margin-left: 70px; */
}

.clothing-menu-links li:first-of-type {
    margin-top: -360px;
}

.clothing-menu-links li:last-of-type {
    border-bottom: 0;
}

 
ul.clothing-menu-links {
    /* position: absolute; */
    width: 70%;
    /* margin-left: 27px; */
    margin: auto;
}


.half-left, .half-right {
    margin-bottom: 80px;
}










/*media queries*/

@media (max-width: 2000px) {
#book-appt {
    height: 735px;
}

#book-appt img {
    height: 565px;
}

#tailoring-image img {
    margin: -100px 75px 0 0;
    height: auto;
}
}





@media (max-width: 1800px) {
#book-appt {
    height: 535px;
}

#book-appt img {
    height: 365px;
}

#tailoring-image img {
    margin: -100px 65px 0 0;
    height: auto;
    width: 13%;
}
}


@media (max-width: 1660px) {
#apparel .wrap {
    max-width: 95%;
    width: 100%;
    margin: auto;
}

.apparel-content {
    width: 95%;
    max-width: 95%;
    float: none;
    display: inline-block;
}


#apparel .wrap img {
    text-align: center;
    float: none;
    margin: auto;
    width: 15%;
    max-width: 100%;
}
}

@media (max-width: 1500px) {
#hero .wrap {
    max-width: 100%;
   }


    #hero img {
    height: auto;
    object-fit: cover;
   }


    #hero .wrap img {
    width: 80%;
    margin: 10%;
   }


   #links {
    margin-top: 35px;
    margin-bottom: 15px;
    padding: 20px;
}

#book-appt {
    height: 862px;
}

#book-appt img {
    height: fit-content;
}

#tailoring-image img {
    margin: -55px 65px 0 0;
    height: 745px;
    width: auto;
}
}



@media (max-width: 1040px) {
.half-left {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 20px;
    float: left;
    text-align: center;
}

.half-right {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    /* height: fit-content; */
    /* margin: auto; */
    /* float: left; */
    text-align: center;
    padding: 20px !important;
    padding-right: 20px !important;
    /* padding-left: 20px; */
}

ul.clothing-menu-links {
    width: 100%;
}

.clothing-menu-links li {
    width: 300px;
    margin: auto;
    float: none;
}
}



@media (max-width: 960px) {

    .links-list li {
        max-width: 30%;
        text-align: center;
        width: 30%;
        float: none;
    }


    #book-appt .wrap {
        text-align: left;
        padding: 20px;
    }
}

@media (max-width: 620px) {
    .links-list li {
        width: 45%;
        max-width: 45%;
    }
}


@media (max-width: 550px) {
 #tailoring-image img {
     margin-top: 0;
     height: 690px;
}

}

@media (max-width: 450px) {
.leave-review {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 5px;
}

ul.testimonials-list li blockquote {
    font-size: 16px;
}

.clothing-menu-links li {
    width: 65%;
}

.clothing-menu-links li:first-of-type {
    margin-top: -300px;
}

.clothing-menu-links li a {
    font-size: 18px;
}
}

@media (max-width: 400px) {
#reviews-section {
    margin: auto;
    border-radius: 0;
    }

 ul.testimonials-list li blockquote {
    font-size: 14px;
}

ul.testimonials-list li h5 {
    font-size: 16px;
}

.clothing-menu-links li:first-of-type {
    margin-top: -280px;
}

.clothing-menu-links li a {
    font-size: 16px;
}


}

@media (max-width: 350px) {
    .links-list li {
        width: 100%;
        max-width: 100%;
    }

    #book-appt .wrap {
        text-align: center;
    }


    .clothing-menu-links li:first-of-type {
    margin-top: -230px;
}

.clothing-menu-links li {
    padding: 0px;
}


}
