﻿/* Default: > 1750px */
.responsive-nav .nav-link {
    font-size: 16px;
}

/* 1550px – 1750px */
@media (max-width: 1750px) and (min-width: 1550px) {
    .responsive-nav .nav-link {
        font-size: 14px;
    }
}

/* 1450px – 1550px */
@media (max-width: 1550px) and (min-width: 1450px) {
    .responsive-nav .nav-link {
        font-size: 12px;
    }
}

/* 1350px – 1450px */
@media (max-width: 1450px) and (min-width: 1350px) {
    .responsive-nav .nav-link {
        font-size: 11px;
    }
}

/* 1150px – 1350px */
@media (max-width: 1350px) and (min-width: 1150px) {
    .responsive-nav .nav-link {
        font-size: 10px;
    }
}

/* 990px – 1150px */
@media (max-width: 1150px) and (min-width: 990px) {
    .responsive-nav .nav-link {
        font-size: 9px;
    }
}




/*set screen size if between 1100px 1200px then 10px
if (1200px-  1500 ) then 12px
if(1500px - 1700px ) then 14px
more than 1700px than font size 16px */


/*set screen size if between 1100px 1350 then 10px
if (1350x-  1500 ) then 12px
if(1500px - 1700px ) then 14px
more than 1700px than font size 16px */