main {
    width: 100%;
}
main a {
    color: #c41230;
}
section.pictorial {
    margin: 40px 0 30px 0;
    gap: 60px;
    overflow: hidden;
}
main section.full-width {
    /*padding: 20px;*/
}
div.logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
main h1 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 20px 0;
}
main h3 {
    color: gray;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}
main ul {
    font-weight: 100;
    font-size: 1.25rem;
    margin-left: 30px;
}
main p {
    font-weight: 100;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
section.pictorial div.pic {
    height: 200px;
}
main div.red-strip {
    margin: 5px 0 5px 0;
}
div.pictorial {
    flex: 1 1 auto;
    padding: 5px 10px 0 10px;
}
div.hub {
    background-position-x: center;
    background-position-y: center;
    background-image: url(/static/store/jpg/hub.jpg);
}
div.bob {
    background-position-x: right;
    background-position-y: top;
    background-size: 480px 294px;
    background-image: url(/static/store/jpg/img-5193.jpg);
}
div.oth {
    background-position-x: right;
    background-position-y: center;
    background-size: 480px 720px;
    background-image: url(/static/store/jpg/img-6122.jpg);
}
div.kw {
    background-position-x: left;
    background-size: 480px 294px;
    background-image: url(/static/store/jpg/kw.jpg);
}
a.north-america {
    background-position-x: center;
    background-image: url(/static/store/jpg/distributors.jpg);
}
a.axles {
    background-position-x: left;
    background-image: url(/static/store/jpg/img-4950.jpg);
}
a.banner {
    background-position-x: left;
    background-image: url(/static/store/png/banner.png);
    background-size: contain;
}
a.picky {
    background-size: cover;
    background-position-y: center;
    box-shadow: 3px 3px 3px #777777;
    flex: 1;
    padding: 10px;
    text-decoration: none;
}
section.three {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
}
section.three div.full-size {
    padding: 20px;
}
section.three span.bubble {
    background-color: #c41230;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    font-weight: 900;
}
section.three h2 {
    color: #ffffff;
    font-size: 1.5rem;
}
section.three p {
    margin: 15px 0 0 0;
    color: #ffffff;
    font-size: 1rem;
}
div.dark {
    margin-top: 15px;
    background-color: #00000099;
    padding: 10px;
    border-radius: 10px;
}
section.banner {
    margin: 30px 0 30px 0;
    box-shadow: 3px 3px 3px #777777;
    overflow: hidden;
}
a.banner {
    text-decoration: none;
    display: block;
}
img.banner {
    display: block;
    width: 100%;
}
div.banner {
    color: #000000;
    padding: 10px;
    border-top: 1px solid #c41230;
    background-color: #ffffff;
}
div.banner {
    text-shadow: 0 0 10px #ffffff;
}
div.banner span.title {
    font-weight: 900;
    font-size: 1.75rem;
}
div.banner span.highlight {
    color: #c41230;
}
div.banner span.description {
    font-weight: 100;
    font-size: 1.25rem;
}
@media only screen and (min-width: 480px) {
    div.bob, div.kw {
        background-size: 768px 470px;
    }
    div.oth {
        background-size: 768px 1152px;
    }
    a.picky {
        border-radius: 10px;
        padding: 30px;
    }
    section.banner {
        border-radius: 10px;
    }
    section.pictorial {
        margin: 40px 0 80px 0;
        gap: 60px;
    }
    div.pictorial {
        padding: 20px;
    }
    div.banner {
        border: none;
    }
    section.three h2 {
        font-size: 2rem;
    }
    section.three p {
        font-size: 1.5rem;
    }
    main section.full-width {
        padding: 0;
    }
    main h1 {
        font-size: 2rem;
        margin: 0 0 40px 0;
    }
    main ul {
        font-size: 1.75rem;
        margin-left: 30px;
    }
    main p {
        font-weight: 100;
        font-size: 1.75rem;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    a.banner {
        position: relative;
    }
    div.logos {
        flex-direction: row;
        height: 70px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
    }
    div.banner {
        padding: 10px 20px 10px 20px;
    }
    div.banner span.title {
        font-size: 2.25rem;
    }
    div.banner span.description {
        font-size: 1.5rem;
    }
    section.three {
        flex-direction: row;
    }
    a.picky {
        padding: 60px;
    }
    main h3 {
        padding: 0;
        margin: 0;
        font-size: 1rem;
    }
    main ul {
        font-weight: 100;
        font-size: 1.75rem;
        margin-left: 30px;
    }
    main p {
        font-weight: 100;
        font-size: 1.75rem;
        margin-bottom: 40px;
    }
    div.pictorial {
        width:50%;
    }
    section.pictorial div.pic {
        height: auto;
        border-radius: 10px;
        background-size: cover;
        flex: 0 0 50%;
    }
    section.pictorial {
        margin: 40px 0 80px 0;
        display: flex;
        gap: 20px;
    }
    div.hub {
        background-position-x: center;
    }
    div.bob, div.oth {
        background-position-x: right;
    }
    div.kw {
        background-position-x: left;
    }
    main section.full-width {
        padding: 30px;
    }
}
@media only screen and (min-width: 1024px) {
    div.banner {
        position: absolute;
        background: none;
        padding: 0;
        top:15px;
        left: 30px;
    }
    a.banner {
        position:relative;
    }
    main h3 {
        padding: 0;
        margin: 0;
        font-size: 1rem;
    }
    main ul {
        font-weight: 100;
        font-size: 1.75rem;
        margin-left: 30px;
    }
    main p {
        font-weight: 100;
        font-size: 1.75rem;
        margin-bottom: 40px;
    }
    section.pictorial div.pic {
        height: auto;
        border-radius: 10px;
        background-size: cover;
        flex: 0 0 400px;
    }
    section.pictorial {
        margin: 40px 0 80px 0;
        display: flex;
        gap: 60px;
    }
    main section.full-width {
        padding: 60px;
    }
}