body {
    background-color: #252525;
    color: #D4D4D4;

}
a {
    text-decoration: none;
}

main {
    padding: 0 0 2.5% 0;
}

@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');



.home-page-header {
    display: flex;
    align-items: center;
}

.header-padding {
    padding: 30px 0px;
}

.navbar {
display: flex;
flex-direction: row;
align-content: center;
font-family: "Russo One";
}

.logo {
    width: 400px;
}

.header-item,
.portfolio-link {
    margin: 0px 0px 0px 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212, 212, 212, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    body {
        padding: 0px 10px;
    }
    
    a.header-item:link {
        color: #D4D4D4;
        font-size: 1.5em;
        border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
        border-width: 3px;
        border-style: solid;
        padding: 10px 17.5px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    a.header-item:visited {
        color: #D4D4D4;
        font-size: 1.5em;
        border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
        border-width: 3px;
        border-style: solid;
        padding: 10px 17.5px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    a.header-item:hover {
        color: #D4D4D4;
        font-size: 1.5em;
        background: linear-gradient(90deg, #7C0000, #970000, #7C0000);
        border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
        border-width: 3px;
        border-style: solid;
        padding: 10px 17.5px;
        margin-top: 10px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {

    .not-home-page {
        background-image: url("../img/triangle-borders-2.svg");
        background-size: 100% auto;
        background-position: center top;
    } 

    a.header-item:link,
    a.portfolio-link:link {
        color: #D4D4D4;
        font-size: 1.5em;
        text-decoration: none;
        transition: transform 0.6s ease;
        
        
    }
    
    a.header-item:visited,
    a.portfolio-link:visited {
        color: #D4D4D4;
        font-size: 1.5em;
        text-decoration: none;
       
    }
    
    a.header-item:hover,
    a.portfolio-link:hover {
        color: #D4D4D4;
        transform: scale(1.06);
        background: none;
    }
    
     a.header-item::before,
     a.portfolio-link::before {
        content: '';
        position: absolute;
        left: 1;
        bottom: -2px;
        width: 0%;
        height: 8px;
        background: linear-gradient(90deg, #7C0000, #970000, #7C0000);
        transition: width 0.6s ease;
    }
    
    a.header-item:hover::before {
        width: 86%;
    } 

    a.portfolio-link:hover::before {
        width: 100%;
    } 

    .fade-in {
    opacity: 0;
    transition: opacity 600ms ease-in-out;
    }
    
    .fade-in.appear {
    opacity: 1;
    }
} 

.hero-title {
    font-size: 3em;
    font-family: "Russo One";
}

.hero-subtitle-1 {
    font-family: 'Verdana';
    font-size: 1.75em;
    font-weight: 700;
    color: #AA0300;
    padding-top: 10px;
}

.hero-subtitle-2 {
    font-family: 'Verdana';
    font-size: 1.3em;
    font-weight: 500;
    padding: 10px 0 0 0;
}

.hs2-last {
    padding-bottom: 20px;
}

.header-image {
    display: flex;
    justify-content: end;
}

a.portfolio-button {
    font-size: 1.3em;
    padding: 10px 20px;
}

a.portfolio-button:link {
    border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
    border-width: 3px;
    border-style: solid;
    padding: 10px 17.5px;
    background: none;
    font-size: 1.3em;
    color: #D4D4D4;
}

a.portfolio-button:visited {
    border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
    border-width: 3px;
    border-style: solid;
    padding: 10px 17.5px;
    background: none;
    font-size: 1.3em;
    color: #D4D4D4;
}


a.portfolio-button:hover {
    color: #D4D4D4;
    background: linear-gradient(90deg, #7C0000, #970000, #7C0000);
}

.second-section {
    padding-top: 60px;
}

.card-row {
    padding: 2% 0%;
}

.card {
    height: 100%;
}



.section-headings {
    text-decoration: underline 8px #970000;
    text-underline-offset: 10px;
}

.design-difference-title {
    color: #D4D4D4;
    font-size: 1.5em;
    font-family: "Russo One";
}

.triangle-reverse {
     transform: scaleY(-1);
}

.services-title {
    font-family: "Russo One";
}

.services-card {
    border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
    border-width: 3px;
    border-style: solid;
    padding: 10px 17.5px;
    background: none;
    transition: transform 0.6s;
}

.services-card:hover {
    box-shadow: 0 0 20px rgba(170, 3, 0, 0.5);
    background: linear-gradient(90deg, #7C0000, #970000, #7C0000);
    transform: scale(1.05);
}


.services-card-title {
    color: #D4D4D4;
    text-align: center;
    font-size: 1.5em;
    font-family: "Russo One";
}


.services-card-text {
    color: #D4D4D4;
    font-family: 'Verdana';
    text-align: left;
    font-size: 1.1em;
}

a.website-citation:link {
    color: #AA0300;
    font-weight: 600;
    text-decoration: underline;
}

a.website-citation:visited {
    color: #AA0300;
    font-weight: 600;
    text-decoration: underline;
}

.services-card:hover .website-citation {
    color: #252525;
}

.services-card:hover .website-citation:hover {
    color: #D4D4D4;
}

.cara-border {
    border: solid 3px #D4D4D4;
    box-shadow: 0 0 20px rgba(212, 212, 212, 0.5);
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AA0300'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AA0300'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    
}

.portfolio-cta {
    display: flex;
    
    padding: 2% 0 0 0;
}

.work-card {
    border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
    border-width: 3px;
    border-style: solid;
    padding: 10px 17.5px;
    background: linear-gradient(90deg, #7C0000, #970000, #7C0000);
}

.workcard-body {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}

.workcard-icon {
    font-size: 2.5em;
    color: #D4D4D4;
    align-self: center;
}

.workcard-title {
    color: #D4D4D4;
    font-size: 1.5em;
    font-family: "Russo One";
    padding: 10px 0 0 0;
    text-align: center;
    align-self: center;
}

.work-card-middle {
    border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
    border-width: 3px;
    border-style: solid;
    padding: 10px 17.5px;
    background: #252525;
}


#carouselExampleIndicators > .carousel-indicators .active {
    background-color: #AA0300;
}




.customer-slider-outer {
    border: solid 3px #D4D4D4;
    box-shadow: 0 0 20px rgba(212, 212, 212, 0.5);
    
}

.customer-slider {
    display: flex;
    justify-content: space-between;
    margin: 30px;
}

.customer-slider-slide {
    width: 25%;
    
}

.contact-form-text {
    font-size: 1.1em;
}

.form-label {
    color: #D4D4D4;
    font-size: 1.3em;
}

.form-control {
    background-color: #252525;
    color: #D4D4D4;
    border-radius: 0;
    border: solid 3px #970000;
    font-family: 'Verdana';
}

.form-control:focus {
    box-shadow: 0 0 20px rgba(170, 3, 0, 0.5);
    background-color: #252525;
    color: #D4D4D4;
    border-radius: 0;
    border: solid 3px #970000;
    font-family: 'Verdana';
}

.form-control::placeholder {
    color: #D4D4D4;
    opacity: 1;
}

.contact-form-button {
    border-image: linear-gradient(90deg, #7C0000, #970000, #7C0000) 1;
    border-width: 3px;
    border-style: solid;
    padding: 10px 17.5px;
    background: none;
    font-size: 1.3em;
    color: #D4D4D4;
}


.contact-form-button:hover {
    color: #D4D4D4;
    background: linear-gradient(90deg, #7C0000, #970000, #7C0000);
}

.main-footer {
    margin: 2% 0 0 0;
    padding: 20px 0px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #252525;
    border-top: solid 3px #D4D4D4;
    box-shadow: 0 0 20px rgba(212, 212, 212, 0.5);
}


.footer-text {
    font-family: "Russo One";
    font-size: 1.25em;
}

.bi-instagram {
    font-size: 1.25em;
}

.footer-icon {
    margin: 0px 5px;
}

a.footer-icon:link {
    color: #AA0300;
}

a.footer-icon:visited {
    color: #AA0300;
}


a.footer-icon:hover {
    color: #D4D4D4;
}

a.footer-link:link {
color: #D4D4D4;
text-decoration: underline;
}

a.footer-link:visited {
color: #D4D4D4;
text-decoration: underline;
}

a.footer-link:link {
color: #D4D4D4;
}

a.footer-link:hover {
    color: #AA0300;
}

button.tabs-title.active > p {
    background-image: linear-gradient(90deg, #7C0000, #970000, #7C0000);
    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #D4D4D4;
}


.tabs-title {
    font-size: 1.5em;
    font-family: "Russo One";
    color: #D4D4D4;
}

.tabs-title:hover {
    color: #970000;
}

#form-status {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.95rem;
}

.form-status-success {
    background-color: #1a3a1a;
    color: #6fcf6f;
    border: 1px solid #3a6a3a;
}

.form-status-error {
    background-color: #3a1a1a;
    color: #cf6f6f;
    border: 1px solid #6a3a3a;
}



