/* you can add your own custom css here if you don't want to worry about SASS/SCSS */

nav.navbar {
    background-color: #B20000 !important;
}

a.navbar-brand {
        line-height: 1.3;
    }

nav button {
    margin:4px;
}

.phone-button-link {
    text-decoration: none;
}

button.phone-button {
    padding: 8px 12px;
    border-radius: 48px;
    border: none;
    color: #747474;
}

button.navbar-toggler {
    padding: 8px;
}

ul.navbar-nav {
    margin:auto;
}

.nav-link {
    color:#fff !important;
}

.phone-display {
    color:#fff;
    font-size: 28px;
}

.siteBody {
    margin-top: 86px;
}

#topContactButton a {
    background-color: #B20000;
    padding: 17px 12px;
    text-align: center;
    color: #fff;
    margin: 40px;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
}

main img {
    margin-bottom: 16px;
}

.rsform {
    margin: 40px 0px;
}

#contactForm div.mb-3.rsform-block.rsform-block-send.rsform-type-submitbutton > div {
    text-align: center;
}

form#contactForm {
    border: 1px solid rgb(222, 226, 230);
}

#contactForm h2 {
    background-color: #B20000;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
}

#contactForm div.formContainer {
    padding: 20px;
}

#send {
    color: #fff;
    background-color: #B20000;
    border-color: unset;
    padding: 11px 30px;
    font-size: 20px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

div.sidebar {
    margin: 40px 0;
    border: 1px solid rgb(222, 226, 230);
    padding: 20px;
}

div.sidebar h3 {
    font-size: 24px;
}

footer {
    background-color: #747474 !important;
    color: #fff;
    text-align: center;
}

footer a, footer a:hover {
    color: #fff;
}

// "Our Work" photos

#ourWork .location-badge {
      background: #B20000;
      color: #fff;
      display: inline-flex;
      align-items: center;
      padding: 0.45em 1.2em;
      border-radius: 40px;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 1rem;
      letter-spacing: 0.5px;
      box-shadow: 0 2px 8px rgba(13,110,253,0.1);
    }
    #ourWork .job-photos {
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.07);
      margin-bottom: 2rem;
    }
    #ourWork .job-photos img {
      width: 100%;
      object-fit: cover;
      height: 220px;
    }
    @media (max-width: 575.98px) {
      #ourWork .job-photos img {
        height: 150px;
      }
    }
    #ourWork .testimonial {
      background: #f5f7fa;
      border-left: 5px solid #B20000;
      padding: 1.2rem 1.5rem;
      border-radius: 12px;
      margin-bottom: 2rem;
      font-size: 1.1rem;
    }
    #ourWork .cta-section {
      background: linear-gradient(90deg,#B20000 80%,#d87f7f 100%);
      color: #fff;
      padding: 2rem 1rem;
      border-radius: 14px;
      box-shadow: 0 2px 12px rgba(13,110,253,0.07);
      text-align: center;
      margin-bottom: 1.5rem;
    }
    #ourWork .cta-section .btn {
      font-size: 1.15rem;
      border-radius: 30px;
      padding: 0.75em 2.2em;
      box-shadow: 0 2px 8px rgba(0,0,0,0.12);
      margin-bottom: 0.5rem;
    }
    #ourWork .cta-section a {
      color:#B20000 !important;
    }
    #ourWork .cta-section .phone-link {
      color: #fff !important;
      font-weight: 700;
      text-decoration: underline;
      letter-spacing: 1px;
    }
    #ourWork .benefits-list {
      margin-bottom: 0.5rem;
      padding-left: 1rem;
    }
    #ourWork .benefits-list li {
      margin-bottom: 0.25rem;
    }


// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
        a.navbar-brand {
            font-size: 24px;
        }
        .siteBody {
            margin-top: 98px;
        }
        #ourWork .job-photos img {
            height: unset;
        }
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
        #mainmenu > ul > li.nav-item > a {
            padding: 4px 16px !important;
            font-size: 18px;
        }
}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
        a.navbar-brand {
            font-size: 30px;
        }
        #mainmenu > ul > li.nav-item > a {
            padding: 4px 24px !important;
        }
        .phone-display {
            font-size: 30px;
        }
        .siteBody {
            margin-top: 116px;
        }
}
