body{
    font-size: 10px;
    background-color: black;
    color: white;
}

.box{
    background-color: #b79287; 
    background-image: url('fancy-cushion.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-blend-mode: multiply; 
}

html, body{
    overflow-x: hidden;
    width: 100%;
}

.custom-border{
    background-color: black;
    border-width: 8px;
    border-color: white;
    border-style:double;
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    margin: 1rem auto;
  }

@media (max-width: 768px) {
    .custom-border {
        width: 95%;
        border-width: 5px;
        padding: 0.5rem;
    }
}

@media (max-width: 576px) {
    .custom-border {
        width: 95%;
        border-width: 3px;
        padding: 0.25rem;
    }
}

.custom-bordertwo{
    height: auto;
    border-width: 5px;
    border-color: black;
    border-style:double;
    background-color: white;
    margin: auto;
}

.service-class{
    font-size: 3rem;
}

.text-center{
    text-align: center;
}

.main-subheadertwoservices{
    font-size: 4rem;
}

.main-subheaderone{
    text-align: center;
    font-size: 2.1rem;
    background-color: #b79287;
    color: black;
    border-width: 10px;
    border-color:black;
    border-style:double;
    margin: auto;
    max-width: 90%;
}

.main-subheadertwo{
    margin: 0 auto;
    width: 900px;
    text-align: center;
    font-size: 2rem;
    background-color: black;
    color: white;   
}

.main-subheaderthree{
    font-size: 2.5rem;
    background-color: black;
    color: white;
    border-width: 10px;
    border-color:white;
    border-style: double;
    border-radius: 20px;
    max-width: 80%;
    margin: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    margin: auto;
}

.main-subheaderfour{
    font-size: 2.5rem;
    background-color: black;
    color: white;
    max-width: 90%;
    margin: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    margin: auto;
}

.my-image{
    border-radius: 10px;
}

.about-image {
    width: 90vw;        
    max-width: 1400px;    
    height: auto;         
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    transform: translateX(-12.5px);
}

@media (max-width: 992px) {
    .about-image {
        width: 92.5vw;
    }
}

@media (max-width: 768px) {
    .about-image {
        width: 95vw;
    }
}

@media (max-width: 576px) {
    .about-image {
        width: 100vw;
    }
}

.carousel .review-img {
    width: 72.5%;
    max-width: 100%;
    margin: auto;
    height: auto;
    display: block;
}

.my-imagetwo[src="facebook.jpg"] {
    padding-top: 2.5%;
    max-width: 50%;
    height: auto;
    object-fit: contain;
    border-radius: 80px;
}

.my-imagetwo[src="thumbtack.jpg"] {
    max-width: 40%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.carousel img{
    height: auto; 
    max-width: 53.5%;
    margin: auto;
    border-radius: 5%;
}

.words{
    text-align: center;
    font-size: 2.3rem;
    background-color: #b79287;
    border-width: 10px;
    border-color: black;
    border-style: double;
    color: black; 
    max-width: 90%;  
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 1%;
}

.wordstwo{
    font-size: 2.6rem;
    background-color: #b79287;
    border-width: 10px;
    border-radius: 30px;
    border-color: black;
    border-style: double;
    color: black;   
    margin: auto;
    flex-grow: 4;
}

.wordsfour{
    max-width: 95%;
    font-size: 2.5rem;
    background-color: #b79287;
    border-width: 10px;
    border-radius: 30px;
    border-color: black;
    border-style: double; 
    color: black;
    padding-bottom: 1%;
    margin: auto;
}

.wordsfive {
    width: 85%;
    max-width: 1000px;
    margin: auto;
    background-color: #b79287;
    border-width: 10px;
    border-radius: 30px;
    border-color: black;
    border-style: double;
    color: black;
    font-size: 2rem;
    padding: 2rem;
    text-align: center;
}

.wordssix{
    max-width: 90.5%;
    font-size: 3rem;
    background-color: black;
    border-width: 10px;
    border-radius: 30px;
    border-color: white;
    border-style: double;
    color: white;   
    padding-bottom: 2%;
    padding-top: 2%;
    margin: auto;
}

.main-header2{
    text-align: center;
    max-width: 90%;
    background-color: black;
    border-width: 10px;
    border-color: black;
    border-style:ridge;
    color: black;
    margin: 0 auto;
    font-size: 2rem;
    white-space: nowrap;
}

.main-header{
    margin: 0 auto;
    width: 580px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 2rem;
    background-color: black;
    border-width: 10px;
    border-color: white;
    border-style: double;
    color: white;
}

.title{
    max-width: 99%;
    display: block;
    white-space: normal;
    overflow-wrap: break-word;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    background-color: black;
    border-width: 10px;
    border-color: white;
    border-style: double;
    color: white;
}

.reviews{
    max-width: 85%;
    display: block;
    white-space: normal;
    overflow-wrap: break-word;
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
    background-color: black;
    border-width: 10px;
    border-color: white;
    border-style: double;
    color: white;
}

.phone-number {
    font-size: 3rem;
}

@media (max-width: 768px) {
    .phone-number {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .phone-number {
        font-size: 1.5rem;
    }
}

.quote-button {
    font-size: 3rem;
}

@media (max-width: 576px) {
    .quote-button {
        font-size: 1.5rem;
    }
}

.font-title{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.underline{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.underlinetwo{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

@media (max-width: 576px) {
    .underlinetwo {   
        text-underline-offset: 2px;
        text-decoration-thickness: 0.5px;
    }
}

@media (max-width: 576px) {
    .underline {   
        text-underline-offset: 2px;
        text-decoration-thickness: 0.5px;
    }
}

.bold{
    font-weight: bold;
}

.about-text-increase{
    font-size: 1.5rem;
}