body {
}

img {
    width: 100%;
    height: auto;
}

.float-container {
    width: 100%
}

.float-child {
    display: inline-block;
    width: 50%;
}

@media screen and (min-width: 1000px) {
    .de2column {
        float: left;
        width: 48%;
    }

    .de2columntext {
        float: left;
        width: 48%;
        vertical-align: central;
    }

    .de3column {
        float: left;
        width: 33%;
    }

    .side_Images {
        display: inline-block;
    }
}

@media screen and (max-width: 999px) {
    .de2column {
        float: left;
        width: 100%;
        text-align: left
    }

    .de3column {
        float: left;
        width: 100%;
        text-align: left
    }

    .side_Images {
        display: none;
    }
}

.xxlarge-bold-paragraph {
    font-family: 'Century Gothic';
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
}

.xxlarge-paragraph {
    font-family: 'Century Gothic';
    font-size: xx-large;
    font-weight: normal;
    text-align: center;
}

.bold-paragraph {
    font-family: 'Century Gothic';
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

.normal-paragraph {
    font-family: 'Century Gothic';
    font-size: large;
    font-weight: normal;
    padding-left: 5em;
    padding-right: 5em;
}

.small-paragraph {
    font-family: 'Century Gothic';
    font-size: smaller;
    font-weight: normal;
    padding-left: 5em;
    padding-right: 5em;
}
.retailbutton {
    border-top: 1px solid #ff0101;
    background: #870101;
    background: linear-gradient(870101, db0202);
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 3px 3px #888888;
    text-shadow: 1px 1px #888888;
    color: white;
    font-size: 36px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 72px;
}

    .retailbutton:hover {
        border-top-color: #dd0000;
        background: #dd0000;
    }

    .retailbutton:disabled {
        border-top-color: #1b435e;
        background: #aaaaaa;
    }