body {
    margin-top: 75px;
    overflow-x: hidden;
}


/**  *****  navbar styles  *****   **/

a.nav-link {
    font-size: .9rem;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.nav-item.active {
    border-left: #999 2px solid;
}


/**  *****  carousel styles  *****   **/

.carousel-item {
    height: 450px;
}

/*  Holiday Greeting */
.carousel-image-0 {
    background: linear-gradient(0deg, rgba(27, 23, 23, 0.85), rgba(55, 55, 55, 0.85)), url('../imgs/carousel/justreleased.jpeg');
    background-size: 100% 100%;
}

.carHoliday {
    color: #CCC;
    font-size: 2.5rem;
    text-shadow: 1px 1px 0px #000;
}

.leadHoliday {
    font-size: 2rem;
    color: #0FF;
}

.leadHoliday1 {
    font-size: 1.5rem;
    color: #0FF;
}

/*  Holiday Greeting Ends */


.carousel-image-1 {
    /* background: url('../_imgs/carousel/web1.jpeg'); */
    background: linear-gradient(0deg, rgba(27, 23, 23, 0.75), rgba(55, 55, 55, 0.75)), url('../imgs/carousel/web1.jpeg');
    background-size: cover;
}

.carousel-image-2 {
    background: linear-gradient(0deg, rgba(27, 23, 23, 0.75), rgba(55, 55, 55, 0.75)), url('../imgs/carousel/web2.jpeg');
    background-size: cover;
}

.carousel-image-3 {
    background: linear-gradient(0deg, rgba(27, 23, 23, 0.75), rgba(55, 55, 55, 0.75)), url('../imgs/carousel/web3.jpeg');
    background-size: cover;
}

.carousel-image-4 {
    background: linear-gradient(0deg, rgba(27, 23, 23, 0.75), rgba(55, 55, 55, 0.75)), url('../imgs/carousel/web4.jpg');
    background-size: cover;
}

.carousel-image-5 {
    background: linear-gradient(0deg, rgba(27, 23, 23, 0.75), rgba(55, 55, 55, 0.75)), url('../imgs/carousel/web5.jpeg');
    background-size: cover;
}

.carTitle {
    color: #0CC;
    font-size: 2.5rem;
    text-shadow: 1px 1px 2px #333;
}

#home-icons .fa {
    font-size: 55px;
    color: #366;
    text-shadow: 2px 2px 3px #666;
}

#home-heading {
    position: relative;
    min-height: 350px;
    background: url('../imgs/learning.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}


/*   *****   FEATURED TUTORIAL SECTION  *****  */

#featured-tutorials .container {
    max-width: 1280px;
    margin: 0 auto;
}

.featured-container {
    margin-top: 125px;
}

#featured-tutorials .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 1.5%;
    box-sizing: border-box;
}

#featured-tutorials .cards .card {
    flex: 0 1 24%;
    box-shadow: 2px 2px 3px #666;
}

#featured-tutorials .card-title {
    font-size: 1rem;
}

#featured-tutorials .card-body h6 {
    font-size: .8rem !important;
    color: #666 !important;
}

#featured-tutorials .card-text {
    font-size: .8rem;
}

.dark-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*   *****   END OF FEATURED TUTORIAL SECTION  *****  */

#tutorials-heading {
    position: relative;
    min-height: 370px;
    background: url('../imgs/tutBackground.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

.tutorials-container {
    margin-top: 100px;
}

#tutorials .container {
    max-width: 1280px;
    margin: 0 auto;
}

#tutorials .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1% 2%;
    box-sizing: border-box;
}

#tutorials .cards .card {
    flex: 0 1 33%;
    box-shadow: 2px 2px 3px #666;
}

#tutorials h3 {
    color: #FFF !important;
    text-shadow: 1px 2px 2px #666;
}

.card-subtitle {
    color: #DDD !important;
}

.vidTutFa {
    font-size: 6rem;
    text-shadow: 1px 2px 2px #666;
}

.fa-html5 {
    color: #F16528;
}

.fa-css3 {
    color: #009999;
}

.fa-cogs {
    color: #04519B;
}

.fa-dashboard {
    color: #000000;
}

.fa-sliders {
    color: #1C5C78;
}

.fa-desktop {
    color: #009999;
}

#mostviewed .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#mostviewed .most_viewed {
    flex: 0 1 19%;
}

.most_border {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
}

.most_border h3 {
    margin: 0 0 20px 0;
    line-height: 36px;
    background-color: #EEE;
}

.most_viewed h5 {
    font-size: 12px;
}

.most_viewed h6 {
    font-size: 10px;
}

.most_viewed a {
    text-decoration: none;
}

.small_text {
    font-size: 10px;
    color: #000;
}

.small_title {
    margin-top: 3px;
    padding-top: 0;
    font-size: 12px;
    line-height: 13px;
}


/*  ***  *****  Recently Added Tutorials  *****  **/

#recentlyadded .container {
    margin-bottom: 15px;
}

#recentlyadded .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#recentlyadded .recentlyadded {
    flex: 0 1 19%;
}

#main-footer {
    background: #000;
    color: #FFF;
}


/*  ***  *****  Thank You and Message Page  *****  **/

#thankyou {
    margin: 0;
}

#msg-heading {
    position: relative;
    min-height: 350px;
    background: url('../imgs/learning.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

.msg-container {
    margin-top: 100px;
}

#msgtop {
    margin: 0 auto;
    background: #000;
    color: #FFF;
}


/*#msgtop .container {
  margin: 0 auto;
}*/


/*  ***  *****  About Page  *****  **/

#about {
    background: #DDD;
}

#page-header {
    height: 200px;
    background: url('../imgs/carousel/web1.jpeg');
    background-position: 0 -160px;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
    border-bottom: 1px solid #999;
    padding-top: 50px;
    text-align: center;
}

.about-image {
    margin-right: 20px;
}

.meet {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-style: italic;
}

.oswald {
    font-family: 'Oswald', sans-serif;
    color: #1C5C78;
    font-style: italic;
    font-size: 1.2em;
}

.about-text p {
    margin-top: 25px;
    text-indent: 15px;
    text-align: justify;
    line-height: 1.5rem;
}

.abouthigh {
    color: #099;
    font-style: italic;
    background-color: #FFC;
}

.signature {
    font-family: 'Yellowtail', cursive;
    color: #04519B;
    font-size: 38px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 30px;
}


/*  ***  *****  Video Sales Page Section *****  **/

#video-heading {
    position: relative;
    min-height: 400px;
    background: url('../imgs/learning.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

#video-sales .container {
    max-width: 1280px;
    margin: 0 auto;
}

.sales-container {
    margin-top: 125px;
}

#video-sales .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 1.5%;
    box-sizing: border-box;
}

#video-sales .cards .card {
    flex: 0 1 24%;
    box-shadow: 2px 2px 3px #666;
}

#video-sales h5 {
    font-size: .9rem;
}

#video-sales h6 {
    font-size: .8rem;
}

#video-sales p.card-desc {
    font-size: .8rem;
}

#video-sales .buynow {
    font-family: Verdana, Geneva, sans-serif;
    color: #F00;
    text-shadow: 1px 1px 2px #666;
}

.dark-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input[type='image'] {
    cursor: pointer;
}


/*  ***  *****  Tutorial Sections  *****  **/

#tutorial-heading {
    position: relative;
    min-height: 250px;
    background: url('../imgs/learning.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

#tutorial-heading h1 {
    padding-top: 70px;
}

#tutnav a {
    padding: 0 .5rem;
}

#tutnav i {
    line-height: 1.6rem;
    padding: 2px 3%;
}

.tuts {
    max-width: 1200px;
    margin: 0 auto;
}

.heading {
    color: #1C7C58;
    text-shadow: 2px 2px 3px #666;
    margin-bottom: .5rem;
}

.heading-two {
    color: #333;
}

.tutDesc {
    text-indent: 1.5rem;
}

.heading {
    margin-top: 20px;
}


/*  ***  *****  Testimonial Section  *****  **/

#testimonial-section .container {
    margin-top: 1rem;
    width: 80%;
}

#testimonial-section .container hr {
    width: 80%;
    background-color: #CCC;
}

#testimonial-section .container h2 {
    font-size: 1.6rem;
    font-style: 400;
    margin-top: 2rem;
    padding-top: 1rem;
    text-shadow: 1px 1px 1px #DDD;
}

#testimonial-section .slider blockquote {
    margin: 0 auto;
    width: 80%;
    padding-bottom: 1rem;
}

#testimonial-section .container p {
    font-size: 1rem;
    font-style: normal;
}


/*  ***  *****  *****  Video Player  *****  *****  **/

#freeVideos {
    width: 90%;
    margin: 0 auto;
}

#video.center {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 576px;
    overflow: hidden;
    margin: 0 auto;
}

#video-controls {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#play-pause {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 9%;
}

#seek-bar {
    display: inline-block;
    float: left;
    margin-top: 22px;
    margin-left: .5%;
    width: 50%;
    height: 10px;
    vertical-align: center;
}

#mute {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 1%;
    width: 9%;
}

#volume-bar {
    display: inline-block;
    float: left;
    margin-top: 22px;
    margin-left: .5%;
    width: 25%;
    height: 10px;
    vertical-align: center;
}

#time {
    margin-top: 1px;
    margin-bottom: 0;
}

.dkGreyText {
    color: #666;
    font-size: 1rem;
}

.hr-strong {
    color: #222;
    width: 80%;
}

.register-text {
    color: #222;
}


/*  ***  *****  *****   Sales Pages Info Pages   *****   *****  **/

#sales-table {
    margin: .5rem auto;
}

#sales-table tbody tr:nth-child(odd) {
    background-color: rgba(99, 184, 255, 0.25);
}

#sales-table .table .title h4 {
    font-size: 1.5rem;
    text-align: center;
}

#sales-table .table .chapter h4 {
    font-size: 1.2rem;
}

#sales-pages p {
    text-indent: 1.5rem;
}

#sales-pages .packTitle {
    letter-spacing: .1rem;
    color: #FFF;
    border-radius: 1rem;
}

#sales-pages #packImages {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

#sales-pages #packImages .card {
    flex: 0 1 40%;
    box-shadow: 2px 2px 3px #666;
}

#sales-pages .bullets h4 {
    text-align: center;
}

#sales-pages .bullets ul {
    padding-left: 25%;
    list-style: none;
}

#sales-pages .bullets ul li .fa {
    font-size: 1.3rem;
    color: #0F0;
}

#sales-table .topics p {
    text-align: justify;
    text-indent: 1rem;
    padding-right: 1rem;
}

#sales-table .topics .length {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

#sales-table .chap-length {
    background: #3C6;
    color: #FFF;
    text-align: right;
}

#sales-pages .fa {
    color: #000;
}

.paypal-title {
    font-size: 1.5rem;
    color: rgba(204, 0, 0, 0.8);
    text-shadow: 1px 1px 1px #666;
}

.accepts {
    color: rgba(51, 102, 0, 0.8);
    padding-bottom: .2rem;
}

.sale-text {
    font-size: 1rem;
    letter-spacing: 1px;
}


/*  ***  *****  *****   Contact Page  *****   *****  **/

#contact-heading {
    font-family: 'Lato', sans-serif;
    height: 200px;
    background: url('../imgs/carousel/web2.jpeg');
    background-position: 0 -100px;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
    border-bottom: 2px solid #CCC;
    text-align: center;
}

.dark-overlayOne {
    position: absolute;
    background-color: rgba(47, 79, 79, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact-heading h1 {
    padding-top: 70px;
    text-shadow: 2px 2px 3px #000;
}

#contactForm {
    color: #CCC;
    font-family: 'Lato', sans-serif;
    width: 60%;
    height: auto;
    padding-top: 3rem;
}

#contactForm form {
    color: #000;
}

#contactForm .required {
    color: #666;
}


/*  ***  *****  Media Queries  *****  **/

@media screen and (max-width: 1200px) {
    #video-sales .card-footer a {
        display: inline-block;
        margin: .5rem auto;
    }
}

@media screen and (max-width: 992px) {
    #video-sales .cards .card {
        flex: 0 1 48%;
    }
    #time {
        margin-top: -50px;
    }
    #featured-tutorials .cards .card {
        flex: 0 1 33%;
        box-shadow: 2px 2px 3px #666;
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    .carousel-caption p {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    #featured-tutorials .cards .card {
        flex: 0 1 46%;
        margin: 0 10px;
    }
    #tutorials .cards .card {
        flex: 0 1 46%;
        margin: 0 10px;
    }
    #tutorials-heading .paragraphTwo {
        display: none;
    }
    #tutorials-heading .btn {
        margin-top: 2rem;
    }
    #tutnav a {
        padding: 0 .2rem;
    }
    #tutnav i {
        display: none !important;
    }
    #topbutton .btn {
        height: 1.5rem;
        margin-bottom: 1.5rem;
    }
    #subscribe {
        display: block;
    }
    #subscribe button {
        margin-top: 10px;
    }
    #page-header {
        background-position: 0 0px;
    }
    #page-header h1 {
        font-size: 1.5rem;
    }
    #time {
        margin-top: -75px;
    }
    #tutMenu i {
        display: none;
    }
    #mute {
        display: none;
    }
    #volume-bar {
        display: none;
    }
    #sales-pages #packImages {
        flex-wrap: wrap;
    }
    #sales-pages #packImages .card {
        flex: 0 1 90%;
        margin-top: .5rem;
        box-shadow: 2px 2px 3px #666;
    }
    .add-text {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    #featured-tutorials .cards .card {
        flex: 0 1 96%;
        margin: 0 10px;
    }
    #tutorials .cards .card {
        flex: 0 1 96%;
        margin: 0 10px;
    }
    #video-sales .cards .card {
        flex: 0 1 96%;
    }
    #time {
        margin-top: -150px;
    }
}