:root {
    --color-primary: #1D75BA !important;
    --color-secondary: #00AFA6;
    --color-tertiary: #6f6f6f;
    --color-lightblue: #E2F1FE;
    --heading-color:#2B2B2B;
    --content-color:#6F6F6F;
    --nav-text:#353535;
    --date-color:#ABAAAA;
    --light-gray:#ededed;
    --white:#fff;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}
*{

    font-size: 16px;
}
.navtext{
    color: #353535;
}
.date-text{
    color: var(--date-color);
}
.heading-text{
    color: var(--heading-color);
}
.content-text{
    color: var(--content-color);
}

.text-primary-chito {

    color: var(--color-primary);
}

.bg-primary-chito {

    background-color: var(--color-primary);
}

.bg-lightblue {
    background-color: var(--color-lightblue);
}

.text-secondary-chito {

    color: var(--color-secondary);
}

.text-tertiary-chito {

    color: var(--color-tertiary);
}

.font-w-1 {
    font-weight: 800;
    
}

.font-w-2 {
    font-weight: 700;
}

.font-w-3 {
    font-weight: 600;
}

.font-w-4 {
    font-weight: 500;
}

.font-w-5 {
    font-weight: 400;
}




.font-s-1 {
    font-size: 32px;
    line-height: 32px;
}

.font-s-2 {
    font-size: 24px;
    line-height: 24px;
}

.font-s-3 {
    font-size: 20px;
}

.font-s-4 {
    font-size: 18px;
}

.font-s-5 {
    font-size: 16px;
}

.font-s-6 {
    font-size: 14px;
}

.font-s-7 {
    font-size: 12px;
    /* line-height: 2px; */
}



.click {
    cursor: pointer;
}



@media (max-width: 768px) {
    *{

        font-size: 12px;
    }

    .font-s-6 {
        font-size: 12px;
    }
   
}




@media only screen and (max-width: 1400px){
    *{
        font-size: 14px;
    }

    .font-s-1 {
        font-size: 32px;
        line-height: 32px;
    }
    
    .font-s-2 {
        font-size: 22px;
        line-height: 22px;
    }
    .font-s-4 {
        font-size: 18px;
    }
    
    .font-s-5 {
        font-size: 16px;
    }
    
    .font-s-6 {
        font-size: 14px;
    }
    
    .font-s-7 {
        font-size: 12px;
        /* line-height: 2px; */
    }
    
}
@media only screen and (max-width: 1200px){
    .font-s-1 {
        font-size: 32px;
        line-height: 32px;
    }
    
    .font-s-2 {
        font-size: 20px;
        line-height: 20px;
    }
    .font-s-4 {
        font-size: 14px;
    }
    
    .font-s-5 {
        font-size: 14px;
    }
    
    .font-s-6 {
        font-size: 12px;
    }
    
    .font-s-7 {
        font-size: 10px;
        /* line-height: 2px; */
    }
  
}
@media only screen and (max-width: 600px){

    .font-s-2 {
        font-size: 16px;
        line-height: 16px;
    }
    .font-s-4 {
        font-size: 14px;
    }
    
    .font-s-5 {
        font-size: 12px;
    }
    
    .font-s-6 {
        font-size: 10px;
    }
   
    
	
}
/* @media only screen and (max-width: 425px){
	
} */



















@media (min-width: 1400px) {
    .container {

        max-width: 80% !important;
    }
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}