body {
    font-family: 'Montserrat', sans-serif;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover, #hardware-1 a h3:hover, #glass-1 a h3:hover {
    color: #b80339;
}
strong {
    font-weight: 700;
}
.text-white {
    color: #fff !important;
}
.text-right {
    text-align: right;
}
.bg-grey {
    background-color: #ededed;
}
.color-pink {
    color: #b80339 !important;
}
.pink-cta, #footer .pink-cta {
    background-color: #b80339;
    border: 1px solid #b80339;
    padding: 10px 20px !important;
    color: #fff !important;
    transition: 1s ease all;
    text-transform: uppercase;
}
.pink-cta:hover, #footer .pink-cta:hover {
    color: #b80339 !important;
    background-color: transparent;
    
}
.black-cta {
    background-color: #1a1a1c;
    border: 1px solid #1a1a1c;
    padding: 10px 20px !important;
    color: #fff !important;
    transition: 1s ease all;
    text-transform: uppercase;
    min-width: 150px;
}
.black-cta:hover {
    color: #1a1a1c !important;
    background-color: #fff;
    
}
#hero {
    position: relative;
}
#hero .hero-text {
    position: absolute;
    top: 27%;
    bottom: 27%;
    left: 0;
    right: 0;
}
#hero .hero-text h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}
#hero .hero-text h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    letter-spacing: .75px;
}

#hero .hero-text .hero-cta a {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
}
h3.home-sec-title {
    color: #83062b;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}
#footer {
    background-color: #ededed;
}
#footer a {
    color: #000;
    text-decoration: none;
}
#footer a:hover {
    color: #b80339;
}
#footer .color-pink {
    color: #b80339 !important;
}
#footer a:hover {
    color: #b80339;
    text-decoration: underline;
}
#copy-right a {
    text-decoration: none;
}
#copy-right a:hover {
    text-decoration: underline;
}
#breadcrumbs-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumb-title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb-trail {
    padding-inline-start: 0;
}
.breadcrumb-trail li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}
.breadcrumb-trail li a {
    text-decoration: none;
}
.breadcrumb-trail li:nth-child(2), .breadcrumb-trail li:nth-child(4) {
    padding-left: 10px;
    padding-right: 10px;
}
#quote, .bg-dark {
    background-color: #1a1a1c !important;
}
#quote .row {
    position: relative;
}
#quote .row:before {
    content: '';
    background: url(../images/Quote.png);
    width: 98px;
    height: 80px;
    display: block;
    position: absolute;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
#quote ul a:hover {
    color: #b80339 !important;
}
.sec-title-one {
    color: #83062b;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
}
.sec-title-two {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
#hardware-2 .gal-img {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#closet-3 p, #closet-3 a {
    margin-left: 50px;
    margin-right: 175px;
}
#ppf-1 .black-cta {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.square-bullet-pink {
    list-style-image: url(../images/square-bullet-pink.png);
}
ul .ppf-std-1, ul .ppf-std-2 {
    list-style: none;
}
ul .ppf-std-1:before {
    content: url(../images/ppf-std-icon-1.png);
    display: block;
    float: left;
}
ul .ppf-std-1 p, ul .ppf-std-2 p {
    padding-inline-start: 40px;
}
ul .ppf-std-2:before {
    content: url(../images/ppf-std-icon-2.png);
    display: block;
    float: left;
}
.star-bullet {
    list-style-image: url(../images/star-bullet.png);
}
.star-bullet li {
    line-height: 36px;
}
#mirror-1 .col-md-7, #mirror-1 .col-md-4 {
}
#mirror-1 .border-box {
    border: 2px solid #ededed;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 1s ease all;
}
#mirror-1 .border-box:hover {
    border: 2px solid #9a3553;
}
#mirror-1 .title a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}
#mirror-1 .title a:hover, #mirror-1 .title a i {
    color: #b80339;
    font-weight: 700;
}
.border-box {
    min-height: 372px;
}