/***********************************************
>> Website Name: MTSRV.com
>> Website URL: https://www.mtsrv.com
>> Website Author: Mantelli Trailer Sales, Inc.
>> Copyright (01/22/2026) - All Rights Reserved.
***********************************************/
/* >>> Website Fonts <<< */
/* ===================== */
/* Font (Variables) */

/* >>> Website Color Layout <<< */
/* ============================ */
/* Background Colors (Variables) */
/* Text Font Colors (Variables) */

/* >>> Header & Nav Styles <<< */
/* =========================== */

/* >>> Main Body & Section Styles <<< */
/* ================================== */
.site-bg {
    background-color: #bd8246;
    background-image: url(../img/common/store_bg_mtsrv.gif);
    background-repeat: repeat;
}
.main-container {
    background-color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1.25rem;
    padding: 1rem 1rem 1rem 1rem;
}

.phone-no {
    font-size: 1.25rem;
    font-weight: 500;
}

.bg-dark-custom {
    background-color: #ae4c27;
    border-radius: 1rem;
}

.navbar-dark-custom {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
}

.link-highlight {
    color: #000000 !important;
    font-weight: 500;
    background-color: #e79c5b;
    border-radius: .5rem;
}

.navbar-dark-custom a:hover {
    background-color: #e79c5b;
    border-radius: .5rem;
}

/*
.navbar-dark-custom a:focus {
    color: #000000;
    font-weight: 500;
    background-color: #e79c5b;
    border-radius: .5rem;
}

.navbar-dark-custom a:active {
    background-color: #e79c5b;
    border-radius: .5rem;
}
*/

/* >>> Footer Styles <<< */
/* ===================== */

/* >>> Comments & Form Styles <<< */
/* ============================== */

/* >>> Generic Styles <<< */
/* ===================== */
.phone-no a {
  color: #5f3412;
  text-decoration: underline;
}

.phone-no a:link,
.phone-no a:visited {
  color: #5f3412;
}

.phone-no a:hover,
.phone-no a:active {
  color: #bf4222;
  text-decoration: none;
}

.navbar-dark-custom a:link {
  color: #ffffff;
}

.navbar-dark-custom a:visited,
.navbar-dark-custom a:hover,
.navbar-dark-custom a:active {
  color: #000000;
/*  background-color: #e79c5b;*/
}

#store-sec .img-box {
    position: relative;
    text-align: center;
    margin-bottom: 1.0rem;
}

#store-sec .txt-overlay {
    width: 100%;
    position: relative;
    margin-top: 1.0rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1.25rem;
    border-radius: 30px;
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

#store-sec .txt-overlay h1 {
    font-family: Georgia, serif;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000000;
}

#store-sec .txt-overlay p {
    font-size: 1.25rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000000
}

@media (min-width: 768px) {   /* 992, 768, 576 */
    #store-sec .txt-overlay {
        width: 90%;
        position: absolute;
        margin-top: .75rem;
        top: 40%; /* Moves the top edge to the middle */
        left: 50%; /* Moves the left edge to the middle */
        transform: translate(-50%, -50%); /* Centers the text block itself (using the transform utility is a common technique) */
    }
    #store-sec .img-box {
    }
}

@media (min-width: 992px) {   /* 992, 768, 576 */
    #store-sec .txt-overlay {
        width: 80%;
        position: absolute;
        margin-top: .75rem;
        top: 30%; /* Moves the top edge to the middle */
        left: 50%; /* Moves the left edge to the middle */
        transform: translate(-50%, -50%); /* Centers the text block itself (using the transform utility is a common technique) */
    }
}

#store-sec .info-box {
    font-size: 1.25rem;
    background-color: #F5DEB3;
    border-radius: 15px;
}

#store-sec .look-btn {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
    margin: 8px 8px 15px 8px;
}
#store-sec .look-btn:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
#store-sec .look-btn:active {
	position:relative;
	top:1px;
}

.img-radius {
    border-radius: 20px;
}

#about-sec h3,
#about-sec h4,
#contact-sec h3,
#contact-sec h4
#shipping-sec h4 {
    color: #CC0000;
}

#about-sec .head-title,
#contact-sec .head-title,
#shipping-sec .head-title {
    background-color: #ae4c27;
    border-radius: 1rem;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 8px 8px 8px 8px;
    margin-bottom: 10px;
}

#about-sec hr,
#contact-sec hr {width:100%;height:2px;background-color:#e0e0e0;border:none;}

.footer-box {
    background-color: #F5DEB3;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom 30px;
}

.footer-box a:link,
.footer-box a:active,
.footer-box a:visited {
    color: #000000;
    text-decoration: none;
}

.footer-box a:hover {
    color: #8B0000;
    text-decoration: underline;
}

#backtoTop {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 7px 0px 0px 7px;
}
#backtoTop:hover {
    background-color: #F5DEB3;
    background-image: linear-gradient(to top, #ae4c27, #F5DEB3);
    color: #ffffff;
}
