@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('MYRIADPRO-BOLDCONDIT.woff') format('woff');
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* useful if you have fixed header */
}
body {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
}
.navbar-brand img {
    max-height: 60px;
}

.navbar-nav .nav-link {
    font-weight: bold;
    color: #666666;
    margin-left: 18px;
    transition: 0.3s;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    color: #666666;
    text-decoration: underline;
}

.contact-number {
    font-weight: bold;
    color: #666666 !important;
}
.navbar-nav .nav-link.active {
    color: #666;
    text-decoration: underline;
}
.mainbg {
    background: #a68d26;
    padding: 50px 0px;
}
.mainbg h1 {
    font-size: 70px;
    color: #FFF;
    font-weight: bold;
}
.mainbg p {
    color: #FFF;
    font-size: 25px;
    max-width: 550px;
    margin-bottom: 30px;
}
.topbg {
    background: #1c2f4d;
    height: 60px;
}
.copybg {
    border-top: 60px solid #f0f0f0;
    font-size: 20px;
    color: #666666;
    padding: 50px 0px;
}
.yelcol {
    color: #a68d26;
}
.profile {
    padding: 50px 0px;
    font-size: 20px;
    color: #666666;
    background: #f7f7f7;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    color: #a68d26;
}
.profile h3 {
    font-size: 25px;
    font-weight: bold;
    color: #666666;
}
b {
    font-family: 'Myriad Pro Bold';
}
.subjects {
    padding: 50px 0px;
}
.subjects p {
    font-size: 20px;
    color: #666;
}
.subjects .tn {
    margin-bottom: 30px;
}
.subjects .icon img {
    height: 65px;
    margin-bottom: 20px;
}
.freelessons {
    padding: 50px;
    background: #f7f7f7;
}
.freelessons p {
    font-size: 20px;
    color: #666;
}
.freelessons .wtbg {
    background: #FFF;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 50px;
}
.freelessons .wtbg h3 {
    font-size: 25px;
    font-weight: bold;
    color: #666666;
}
.freelessons .wtbg p {
  font-size: 20px;
  color: #666;
  
}
.freelessons .wtbg .tn img{ height: 50px;}
.height100 {
    min-height: 100px;
}
footer {
    background: #1c2f4d;
    padding: 20px 0px;
    font-size: 20px;
    color: #FFF;
}
footer a {
    color: #FFF;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.freelessons a {
    color: #666666;
    text-decoration: none;
}
.freelessons a:hover {
    color: #666666;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .mainbg h1 {
        font-size: 50px;
        margin-top: 20px;
    }
    .mainbg p {
        font-size: 20px;
    }
    .navbar-nav .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 15px;
    }

    .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }

    .btn-contact {
        margin-top: 10px;
        width: fit-content;
    }
    .height100 {
        height: auto;
    }
    .freelessons .wtbg {
        padding: 30px;
    }
    footer {
        font-size: 16px;
    }
    li.nav-item {
        border-bottom: 1px solid #666;
        padding: 10px 0px;
    }
    li.nav-item:last-child {
        border-bottom: none;
        padding: 10px 0px;
    }
}