.t-primary-bgcolor {
    background-color: #0095df;
}

a {
    color: #e20073;
}

body {
    background-color: #fff;
}

.header-wrapper {
    border-top: 15px solid #0095df;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}

.header__logo img {
    max-width: 250px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-left: 15px;
}

.header__nav a:hover {
    text-decoration: none;
    color: #0095df;
}

.header-wrapper::after {
    height: 250px;
    content: "Your trusted source for custom signage";
    color: #000;
    font-size: 48px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(banner.jpg);
    background-size: cover;
    background-position: center;
}