 .t4-header .logo-img {
    width: 125px;
    padding: 10px 0;
}
 .t4-slideshow{
    border-top: 3px solid #FB0200;
 }
 .t4-header .menu-item-title{
    text-transform: uppercase;
}
.t4-header .menu-item-title:hover, 
.t4-megamenu .navbar-nav>li>a:hover{
    color: #FB0200 !important;
}
.t4-header .current .menu-item-title{
    color: #FB0200;
}
.t4-masthead{
    background-color: #000000;
    border-top: 3px solid #FB0200;
    border-bottom: 3px solid #FB0200;
    padding: 25px 0;
    color: #ffffff;
}
.t4-masthead span{
    color: #FB0200;
}
.t4-masthead h3{
    margin: 0;
    margin-bottom: 10px;
}
.t4-footnav{
    background-color: #000000;
}
 .t4-footnav .navbar .menu-item-title{
    color: #ffffff;
 }
 .t4-footnav p{
    color: #ffffff;
 }
 .t4-footnav .module-title{
    color: #ffffff;
 }
 .t4-footnav strong{
    font-weight: normal;
 }
 .t4-footnav a{
    color: #FB0200;
    transition-duration: 0.2 ease;
 }
 .t4-footnav a:hover{
    font-weight: bold;
 }
.home-container{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.home-container .title{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    border: 3px solid #FB0200;
}
.home-container .title h4{
    margin-left: 25px;
}
.home-container ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-container ul li::marker{
    color: #FB0200;
}
.home-container .content{
    padding: 25px;
}
.home-section-one {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-section-one > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.home-section-one > div:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}
.home-section-one h2{
    margin: 0;
}
.t4-section-1:has(.home-section-one){
    background-color: #000000;
    padding: 50px 0;
    color: #ffffff;
    border-top: 3px solid #FB0200;
    border-bottom: 3px solid #FB0200;
}
.home-section-one a{
    padding: 10px;
    color: #FB0200;
    background-color: #ffffff;
    border-radius: 10px;
    font-weight: bold;
}
.home-section-one span{
    color: #FB0200;
}
.t4-section-2{
    padding: 25px 0;
}
.t4-main-body:has(.ark-back) {
    background-image: url('/images/ark-plaster.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}
.t4-main-body:has(.ark-back) .article-body {
    padding-right: 340px;
}
@media (max-width: 991px) {
    .t4-main-body:has(.ark-back) {
        background-image: none;
    }
    .t4-main-body:has(.ark-back) .article-body {
        padding-right: 0;
    }
}
.ark-back{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.ark-back .title{
    background-color: #000000;
    color: #ffffff;
    border: #FB0200 3px solid;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 10px;
}
.ark-back h3{
    margin: 0;
    margin-left: 10px;
}
.ark-back .content{
    padding: 25px;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}
.ark-back ul{
    padding-left: 1rem;
}
.ark-back a{
    color: #FB0200;
}
.ark-back ul li::marker{
    color: #FB0200;
}
.our-work img{
    border-radius: 0 0 10px 10px;
}
.roofing-services{
    display: flex;
    margin-bottom: 20px;
}
.roofing-services img{
    width: 100%;
    height: auto;
    border-bottom: 5px solid #FB0200;
}
.roofing-services .wf-column > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.roofing-services .wf-column{
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 6px -4px rgba(0, 0, 0, 0.3), 4px 0 6px -4px rgba(0, 0, 0, 0.3);
    transition-duration: 0.2s;
    min-height: 400px;
}
.roofing-services .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.roofing-services .content .text{
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.roofing-services .content .text h3{
    font-weight: bold;
}
.roofing-services .content .button{
    width: 100%;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    color: #ffffff;
}
.roofing-services .content .button a{
    color: #ffffff;
}
.roofing-services .wf-column:hover{
    transform: scale(1.01);
    background-color: #FB0200;
    color: #ffffff;
}
.roofing-services .wf-column:hover h3{
    font-weight: bold;
}
.roofing-services .wf-column:hover img{
    border-bottom: 5px solid #000000;
}
.roofing-services .wf-column:hover .image-overlay-orange::before{
    background-color: #000000;
}
.image-wrap {
    position: relative;
    display: inline-block;
}
.image-wrap img {
    display: block;
    position: relative;
    z-index: 2;
}
.form-control{
    max-width: none;
}
.rsform-submit-button{
    width: 100%;
}
#userForm h2{
    display: none;
}
.quote-container{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.quote-container .title{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    border: 3px solid #FB0200;
}
.quote-container .title h3{
    margin-left: 10px;
}
.quote-container .content .wf-column{
    padding: 25px;
}
.quote-container .content .wf-column:first-of-type{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rsform-input-box, .rsform-select-box, .rsform-text-box{
    border: 1px solid #FB0200;
}
.contact-container{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.contact-container .title{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    border: 3px solid #FB0200;
}
.contact-container .title h3{
    margin-left: 10px;
}
.contact-container .content .wf-column{
    padding: 25px;
}
.contact-container .content .wf-column:first-of-type{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.seo-container{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.seo-container .title{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    border: 3px solid #FB0200;
}
.seo-container .title h3{
    margin-left: 10px;
}
.seo-container .content .wf-column{
    padding: 25px;
}
.seo-container .content .wf-column:first-of-type{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.navbar-toggler{
    display: none;
}
.t4-off-canvas-body .dropdown-item{
    white-space: pre-wrap !important;
}








































@media(max-width: 1425px){
    .moduleskimming h2{
        font-size: 15px !important;
    }
    .moduleskimming p{
        font-size: 12px !important;
    }
}
@media(max-width: 1250px){
    .ark-back .title h3{
        font-size: 15px;
    }
}
@media(max-width: 1199px){
    .home-section-one h2{
        font-size: 20px;
    }
    .home-section-one p{
        font-size: 10px;
    }
}
@media(max-width: 1100px){
    .t4-masthead h3{
        font-size: 15px;
    }
}
@media(max-width: 960px){
    .home-container .title{
        padding: 5px;
    }
    .home-container .title h4{
        font-size: 15px;
    }
    .home-container .wf-columns{
        gap: 0;
    }
    .home-container img{
        display: block;
        margin: 30px auto 0 auto;
    }
    .home-section-one{
        flex-direction: column;
    }
    .home-section-one h2, .home-section-one p{
        text-align: center;
    }
    .home-section-one h2{
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .footnav-4 img{
        margin-left: 0 !important;
    }
    .t4-section-1:has(.moduleskimming){
        display: none;
    }
}
@media(max-width: 600px){
    .t4-masthead h3{
        font-size: 12px;
    }
    .t4-masthead p{
        font-size: 12px;
    }
    .services-masthead{
        padding: 0 10px;
    }
}
@media(max-width: 396px){
    .t4-main-bottom-1{
        margin-bottom: -3px;
    }
}
@media(max-width: 325px){
    .home-container .content{
        padding: 10px;
    }
    .home-container ul{
        font-size: 12px;
    }
    .home-container .title h4{
        font-size: 15px;
    }
}
@media(max-width: 299px){
    .t4-main-bottom-1{
        margin-bottom: -4px;
    }
}
@media(max-width: 290px){
    .home-container ul{
        padding-left: 1rem;
    }
    .home-container .title h4{
        margin-left: 5px;
    }
    .home-container .title h4{
        font-size: 10px;
    }
}
@media(max-width: 257px){
    .t4-main-bottom-1{
        margin-bottom: -5px;
    }
}
@media(max-width: 199px){
    .t4-main-bottom-1{
        margin-bottom: -6px;
    }
}
