/* Add here all your css styles (customizations) */

a.mg-link {
    color: #ef519e;
}

.header-v6 .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}


/*Sticky-Footer
------------------------------------*/
.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    /* Set the fixed height of the footer here */
    height: 60px;
}

/* INDEX */

.page-index .presenter {
    max-width: 900px;
    margin: 0 auto;
}

.page-index .presenter h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 0 40px 0;
}

/* TRIAL */

.trial-form {
    display: none;
}

/* PRICES */

.pricing-mega-v3 .pricing-content li span.type-header {
    padding: 0 !important;
    display: inline;
}

/* LESSONS */

.lessons .img-responsive {
    max-width: 70%;
}

