﻿.page-header-section .title-col h1 {
    font-size: 41px;
}
.page-header-section .title-col h1 span {
    font-weight:100;
}
.tab-body-container .item-col .item-box .item-title a{
    font-size:18px;
}
.tab-body-container .item-col .item-box .item-title a span{
    font-size:16px;
}
.timer-container{
    font-size:14px;
}
.upcoming-courses-heading {
    font-weight: 100;
}

@media only screen and (min-width:768px) {
    .page-header-section .title-col h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width:992px) {
    .page-header-section .title-col h1 {
        font-size: 51px;
        /*text-align: right;*/
    }
}

@media only screen and (min-width:1200px) {
    .page-header-section .title-col h1 {
        font-size: 56px;
    }
}
