.youtube-video-alternative {
    display: none;
}

@media (max-width: 480px) {

    .jumbotron {
        padding: 20px;
    }

    .jumbotron h1 {
        font-size: 40px;
    }

}

@media (max-width: 767px) {

    .jumbotron {
        padding: 40px;
    }

    .bumf-left {
        margin-left: 0;
        width: 100%;
        float: left;
    }

}

@media (max-width: 979px) {

    .jumbotron {
        padding: 40px;
    }

    .bumf-left {
        margin-left: 0;
        width: 100%;
        float: left;
    }

}

@media (min-width: 1200px) {

    .bumf-left {
        margin-left: 0;
        margin-right: 20px;
        width: 40.4255%;
        float: left;
    }

}


.jumbotron h1 {
    font-size: 50px;
    margin-top: 12px;
    padding-bottom: 25px;
    font-weight: bold;
}

.bumf-left {
    margin-right: 30px;
}

#id_main_screenshot {
    margin-top: 10px;
    box-shadow: 12px 12px 29px #555;
}


.carousel {
    height: 250px;
}

.details-stripe {
    padding: 20px;
}

.details-stripe p {
    font-size: 16px !important;
    line-height: 150%;
}

#id_buttons {
    padding-top: 20px;
    padding-bottom: 20px;
}

#id_hosting_details {
    background-color: #5D707F;
    color: #EEEEEE;
    margin-top: 50px;
}

#id_hosting_details h1 {
    color: #EEEEEE;
}

#id_hosting_details h2 {
    color: #EEEEEE;
}

#id_hosting_details a {
    color: #BAE0FF !important;
}

#id_hosting_details a.btn {
    color: #FFFFFF !important;
}

#id_develop_anywhere_details {
    background-color: white;
}

#id_education_details {
    background-color: #5D707F;
    color: #EEEEEE;
    margin-top: 50px;
}

#id_education_details h1 {
    color: #EEEEEE;
}

#id_education_details h2 {
    color: #EEEEEE;
}

#id_education_details h3 {
    color: #EEEEEE;
}

#id_education_details a {
    color: #BAE0FF !important;
}

#id_education_details a.btn {
    color: #FFFFFF !important;
}


#id_support_details {
    background-color: #6DBEFF;
}


#id_support_details table
{
    border-collapse: separate;
    border-spacing: 10px;
}

#id_support_details a {
    color: #FFFFFF !important;
}


.jumbotron {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 30px;
    margin-top: 12px;
}

.carousel {
    width: 500px;
    height: 250px;
}

h3 {
    margin-top: 0;
}
#id_company_info_strip {
    color: #888888;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
}