

.txt-orange {
    color: #f05022 !important
}

.txt-yellow {
    color: #f99f1d !important
}

.bg-orange {
    background: #f05022 !important
}

.bg-yellow {
    background: #f99f1d !important
}

/******** web-accessibility *******/
.web-accessibilityIntro .container, .web-accessibility-content .container, .web-accessibility-highlights .container {
    max-width: 95%;
}
/*web-accessibility*/
.web-accessibility .jumbotron {
    background-image: url(https://itsjustwings.com/assets/images/banner-web-accessibility.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
    color: #fff;
    border-radius: 0;
}

    .web-accessibility .jumbotron .jumbotron-txt {
        margin-top: 160px
    }

        .web-accessibility .jumbotron .jumbotron-txt h1 {
            font-family: "FuturaStd-Bold";
            text-transform: uppercase;
            font-size: 36px;
            text-shadow: 2px 1px 8px #000;
            letter-spacing: 8px;
        }

.web-accessibility-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.web-accessibility-desc .title, .web-accessibility-caption .web-accessibility-caption-title {
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 50px;
    margin-top: 30px;
}

    .web-accessibility-desc .title:nth-child(1) {
        margin-top: 0;
    }

.web-accessibility-desc p {
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.web-accessibility-caption {
    background: #f05022;
    color: #fff;
    padding: 80px;
}

.web-accessibility-highlights a.orderNow {
    width: 280px;
    border-radius: 0;
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 14px;
    color: #f05022;
}

    .web-accessibility-highlights a.orderNow img {
        width: 24px;
        height: 24px;
    }

/* 	Responsive Styles:
	Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575px) {
    .web-accessibility-caption {
        padding: 20px;
    }

        .web-accessibility-caption .web-accessibility-caption-title {
            font-size: 26px;
            line-height: 32px;
        }

            .web-accessibility-caption .web-accessibility-caption-title span {
                display: block
            }
}

@media only screen and (max-width: 767px) {
    .web-accessibilityIntro .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .jumbotron.web-accessibility {
        height: 250px;
    }

    .jumbotron .jumbotron-txt {
        margin-top: 20px
    }

        .jumbotron .jumbotron-txt h1 {
            font-size: 28px;
            line-height: 36px;
        }
}
/*	Small devices (portrait tablets and large phones, 600px and up)	*/
@media only screen and (min-width: 600px) {
}

@media only screen and (max-width: 991px) {
    .web-accessibilityIntro .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .web-accessibilityIntro .container, .web-accessibility-content .container, .web-accessibility-highlights .container {
        max-width: 95%;
    }

    .web-accessibility-caption .web-accessibility-caption-title {
        padding-left: 150px;
        padding-right: 150px;
    }
}
