
/* HEADER */
.inner-nav > ul > li > a > .menu-item-span{
    font-size: 11px;
}

.header.header-small .inner-nav > ul > li > a:hover{
    color: #000;
}

.header.header-small .inner-nav > ul > li > a.active{
    color: #000;
    font-weight: 900;
}

/* HERO */
.module-header h1.h1, .module-slides h1.h1{
    letter-spacing: 10px;
    font-family: 'Lora', serif;
    font-weight: 900;
    font-size: 6rem;
    line-height: 1.2;
}

.module-header h1.h6, .module-slides h1.h6{
    font-size: 0.9rem;
}



/* PROFILE */
#profile-info p{
    font-size: 13px;
    line-height: 1.7rem;
}


/* RESUME */
.timeline-title{font-size: 13px;}
.timeline-description{color: #666; opacity: 1;}

.timeline > li:nth-child(1){margin-bottom: -125px;}
.timeline > li:nth-child(2){margin-bottom: -125px;}
.timeline > li:nth-child(3){margin-bottom: -125px;}
.timeline > li:nth-child(4){margin-bottom: -125px;}
.timeline > li:nth-child(5){margin-bottom: -125px;}
.timeline > li:nth-child(6){margin-bottom: -125px;}
.timeline > li:nth-child(7){margin-bottom: -125px;}
.timeline > li:nth-child(8){margin-bottom: 0px;}


/* PARTNER */
#partners .partner-logo{width: 320px; margin-bottom: 30px;}

/* FORM */
.btn:disabled{
    cursor: no-drop !important;
}

.btn:disabled.btn-brand:before{
    background-color: transparent !important;
}


/* COMMON */
.m-title h6{
    font-size: 13px;
    font-weight: 600;
    color: #444;
}



@media (max-width: 992px) {
    .module-slides h1.h1, .module-header h1.h1 {
        font-size: 2.8rem;
    }
    .module-header h1.h6, .module-slides h1.h6{
        font-size: 0.6rem;
    }

    #partners .partner-logo{width: 270px; margin-bottom: 10px;}

}

@media (max-width: 767px) {

    .timeline > li{margin-bottom: 30px !important;}
    .timeline > li:last-child{margin-bottom: 0px !important;}
    .edu-list{margin-top: 60px !important;}
    

}